FFmpeg
|
Definition at line 152 of file mediacodec_wrapper.c.
jclass JNIAMediaCodecFields::mediacodec_class |
Definition at line 154 of file mediacodec_wrapper.c.
Referenced by codec_create(), and codec_init_static_fields().
jfieldID JNIAMediaCodecFields::info_try_again_later_id |
Definition at line 156 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jfieldID JNIAMediaCodecFields::info_output_buffers_changed_id |
Definition at line 157 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jfieldID JNIAMediaCodecFields::info_output_format_changed_id |
Definition at line 158 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jfieldID JNIAMediaCodecFields::buffer_flag_codec_config_id |
Definition at line 160 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jfieldID JNIAMediaCodecFields::buffer_flag_end_of_stream_id |
Definition at line 161 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jfieldID JNIAMediaCodecFields::buffer_flag_key_frame_id |
Definition at line 162 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jfieldID JNIAMediaCodecFields::configure_flag_encode_id |
Definition at line 164 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jmethodID JNIAMediaCodecFields::create_by_codec_name_id |
Definition at line 166 of file mediacodec_wrapper.c.
Referenced by codec_create().
jmethodID JNIAMediaCodecFields::create_decoder_by_type_id |
Definition at line 167 of file mediacodec_wrapper.c.
Referenced by codec_create().
jmethodID JNIAMediaCodecFields::create_encoder_by_type_id |
Definition at line 168 of file mediacodec_wrapper.c.
Referenced by codec_create().
jmethodID JNIAMediaCodecFields::get_name_id |
Definition at line 170 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_getName().
jmethodID JNIAMediaCodecFields::configure_id |
Definition at line 172 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_configure().
jmethodID JNIAMediaCodecFields::start_id |
Definition at line 173 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_start().
jmethodID JNIAMediaCodecFields::flush_id |
Definition at line 174 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_flush().
jmethodID JNIAMediaCodecFields::stop_id |
Definition at line 175 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_stop().
jmethodID JNIAMediaCodecFields::release_id |
Definition at line 176 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_delete().
jmethodID JNIAMediaCodecFields::get_output_format_id |
Definition at line 178 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_getOutputFormat().
jmethodID JNIAMediaCodecFields::dequeue_input_buffer_id |
Definition at line 180 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_dequeueInputBuffer().
jmethodID JNIAMediaCodecFields::queue_input_buffer_id |
Definition at line 181 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_queueInputBuffer().
jmethodID JNIAMediaCodecFields::get_input_buffer_id |
Definition at line 182 of file mediacodec_wrapper.c.
Referenced by codec_create(), and mediacodec_jni_getInputBuffer().
jmethodID JNIAMediaCodecFields::get_input_buffers_id |
Definition at line 183 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_getInputBuffer().
jmethodID JNIAMediaCodecFields::dequeue_output_buffer_id |
Definition at line 185 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_dequeueOutputBuffer().
jmethodID JNIAMediaCodecFields::get_output_buffer_id |
Definition at line 186 of file mediacodec_wrapper.c.
Referenced by codec_create(), and mediacodec_jni_getOutputBuffer().
jmethodID JNIAMediaCodecFields::get_output_buffers_id |
Definition at line 187 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_getOutputBuffer().
jmethodID JNIAMediaCodecFields::release_output_buffer_id |
Definition at line 188 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_releaseOutputBuffer().
jmethodID JNIAMediaCodecFields::release_output_buffer_at_time_id |
Definition at line 189 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_releaseOutputBufferAtTime().
jmethodID JNIAMediaCodecFields::set_input_surface_id |
Definition at line 191 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_configure().
jmethodID JNIAMediaCodecFields::signal_end_of_input_stream_id |
Definition at line 192 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_signalEndOfInputStream().
jclass JNIAMediaCodecFields::mediainfo_class |
Definition at line 194 of file mediacodec_wrapper.c.
Referenced by codec_create().
jmethodID JNIAMediaCodecFields::init_id |
Definition at line 196 of file mediacodec_wrapper.c.
Referenced by codec_create().
jfieldID JNIAMediaCodecFields::flags_id |
Definition at line 198 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_dequeueOutputBuffer().
jfieldID JNIAMediaCodecFields::offset_id |
Definition at line 199 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_dequeueOutputBuffer().
jfieldID JNIAMediaCodecFields::presentation_time_us_id |
Definition at line 200 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_dequeueOutputBuffer().
jfieldID JNIAMediaCodecFields::size_id |
Definition at line 201 of file mediacodec_wrapper.c.
Referenced by mediacodec_jni_dequeueOutputBuffer().