FFmpeg
Data Fields
JNIAMediaCodecFields Struct Reference

Data Fields

jclass mediacodec_class
 
jfieldID info_try_again_later_id
 
jfieldID info_output_buffers_changed_id
 
jfieldID info_output_format_changed_id
 
jfieldID buffer_flag_codec_config_id
 
jfieldID buffer_flag_end_of_stream_id
 
jfieldID buffer_flag_key_frame_id
 
jfieldID configure_flag_encode_id
 
jmethodID create_by_codec_name_id
 
jmethodID create_decoder_by_type_id
 
jmethodID create_encoder_by_type_id
 
jmethodID get_name_id
 
jmethodID configure_id
 
jmethodID start_id
 
jmethodID flush_id
 
jmethodID stop_id
 
jmethodID release_id
 
jmethodID get_output_format_id
 
jmethodID dequeue_input_buffer_id
 
jmethodID queue_input_buffer_id
 
jmethodID get_input_buffer_id
 
jmethodID get_input_buffers_id
 
jmethodID dequeue_output_buffer_id
 
jmethodID get_output_buffer_id
 
jmethodID get_output_buffers_id
 
jmethodID release_output_buffer_id
 
jmethodID release_output_buffer_at_time_id
 
jmethodID set_input_surface_id
 
jmethodID signal_end_of_input_stream_id
 
jclass mediainfo_class
 
jmethodID init_id
 
jfieldID flags_id
 
jfieldID offset_id
 
jfieldID presentation_time_us_id
 
jfieldID size_id
 

Detailed Description

Definition at line 156 of file mediacodec_wrapper.c.

Field Documentation

◆ mediacodec_class

jclass JNIAMediaCodecFields::mediacodec_class

Definition at line 158 of file mediacodec_wrapper.c.

Referenced by codec_create(), and codec_init_static_fields().

◆ info_try_again_later_id

jfieldID JNIAMediaCodecFields::info_try_again_later_id

Definition at line 160 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

◆ info_output_buffers_changed_id

jfieldID JNIAMediaCodecFields::info_output_buffers_changed_id

Definition at line 161 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

◆ info_output_format_changed_id

jfieldID JNIAMediaCodecFields::info_output_format_changed_id

Definition at line 162 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

◆ buffer_flag_codec_config_id

jfieldID JNIAMediaCodecFields::buffer_flag_codec_config_id

Definition at line 164 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

◆ buffer_flag_end_of_stream_id

jfieldID JNIAMediaCodecFields::buffer_flag_end_of_stream_id

Definition at line 165 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

◆ buffer_flag_key_frame_id

jfieldID JNIAMediaCodecFields::buffer_flag_key_frame_id

Definition at line 166 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

◆ configure_flag_encode_id

jfieldID JNIAMediaCodecFields::configure_flag_encode_id

Definition at line 168 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

◆ create_by_codec_name_id

jmethodID JNIAMediaCodecFields::create_by_codec_name_id

Definition at line 170 of file mediacodec_wrapper.c.

Referenced by codec_create().

◆ create_decoder_by_type_id

jmethodID JNIAMediaCodecFields::create_decoder_by_type_id

Definition at line 171 of file mediacodec_wrapper.c.

Referenced by codec_create().

◆ create_encoder_by_type_id

jmethodID JNIAMediaCodecFields::create_encoder_by_type_id

Definition at line 172 of file mediacodec_wrapper.c.

Referenced by codec_create().

◆ get_name_id

jmethodID JNIAMediaCodecFields::get_name_id

Definition at line 174 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_getName().

◆ configure_id

jmethodID JNIAMediaCodecFields::configure_id

Definition at line 176 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_configure().

◆ start_id

jmethodID JNIAMediaCodecFields::start_id

Definition at line 177 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_start().

◆ flush_id

jmethodID JNIAMediaCodecFields::flush_id

Definition at line 178 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_flush().

◆ stop_id

jmethodID JNIAMediaCodecFields::stop_id

Definition at line 179 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_stop().

◆ release_id

jmethodID JNIAMediaCodecFields::release_id

Definition at line 180 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_delete().

◆ get_output_format_id

jmethodID JNIAMediaCodecFields::get_output_format_id

Definition at line 182 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_getOutputFormat().

◆ dequeue_input_buffer_id

jmethodID JNIAMediaCodecFields::dequeue_input_buffer_id

Definition at line 184 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_dequeueInputBuffer().

◆ queue_input_buffer_id

jmethodID JNIAMediaCodecFields::queue_input_buffer_id

Definition at line 185 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_queueInputBuffer().

◆ get_input_buffer_id

jmethodID JNIAMediaCodecFields::get_input_buffer_id

Definition at line 186 of file mediacodec_wrapper.c.

Referenced by codec_create(), and mediacodec_jni_getInputBuffer().

◆ get_input_buffers_id

jmethodID JNIAMediaCodecFields::get_input_buffers_id

Definition at line 187 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_getInputBuffer().

◆ dequeue_output_buffer_id

jmethodID JNIAMediaCodecFields::dequeue_output_buffer_id

Definition at line 189 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_dequeueOutputBuffer().

◆ get_output_buffer_id

jmethodID JNIAMediaCodecFields::get_output_buffer_id

Definition at line 190 of file mediacodec_wrapper.c.

Referenced by codec_create(), and mediacodec_jni_getOutputBuffer().

◆ get_output_buffers_id

jmethodID JNIAMediaCodecFields::get_output_buffers_id

Definition at line 191 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_getOutputBuffer().

◆ release_output_buffer_id

jmethodID JNIAMediaCodecFields::release_output_buffer_id

Definition at line 192 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_releaseOutputBuffer().

◆ release_output_buffer_at_time_id

jmethodID JNIAMediaCodecFields::release_output_buffer_at_time_id

Definition at line 193 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_releaseOutputBufferAtTime().

◆ set_input_surface_id

jmethodID JNIAMediaCodecFields::set_input_surface_id

Definition at line 195 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_configure().

◆ signal_end_of_input_stream_id

jmethodID JNIAMediaCodecFields::signal_end_of_input_stream_id

Definition at line 196 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_signalEndOfInputStream().

◆ mediainfo_class

jclass JNIAMediaCodecFields::mediainfo_class

Definition at line 198 of file mediacodec_wrapper.c.

Referenced by codec_create().

◆ init_id

jmethodID JNIAMediaCodecFields::init_id

Definition at line 200 of file mediacodec_wrapper.c.

Referenced by codec_create().

◆ flags_id

jfieldID JNIAMediaCodecFields::flags_id

Definition at line 202 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_dequeueOutputBuffer().

◆ offset_id

jfieldID JNIAMediaCodecFields::offset_id

Definition at line 203 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_dequeueOutputBuffer().

◆ presentation_time_us_id

jfieldID JNIAMediaCodecFields::presentation_time_us_id

Definition at line 204 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_dequeueOutputBuffer().

◆ size_id

jfieldID JNIAMediaCodecFields::size_id

Definition at line 205 of file mediacodec_wrapper.c.

Referenced by mediacodec_jni_dequeueOutputBuffer().


The documentation for this struct was generated from the following file: