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
 
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 171 of file mediacodec_wrapper.c.

Field Documentation

◆ mediacodec_class

jclass JNIAMediaCodecFields::mediacodec_class

Definition at line 173 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 175 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 176 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 177 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 179 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 180 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 181 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

◆ configure_flag_encode_id

jfieldID JNIAMediaCodecFields::configure_flag_encode_id

Definition at line 183 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 185 of file mediacodec_wrapper.c.

Referenced by codec_create().

◆ create_decoder_by_type_id

jmethodID JNIAMediaCodecFields::create_decoder_by_type_id

Definition at line 186 of file mediacodec_wrapper.c.

Referenced by codec_create().

◆ create_encoder_by_type_id

jmethodID JNIAMediaCodecFields::create_encoder_by_type_id

Definition at line 187 of file mediacodec_wrapper.c.

Referenced by codec_create().

◆ get_name_id

jmethodID JNIAMediaCodecFields::get_name_id

Definition at line 189 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_getName().

◆ configure_id

jmethodID JNIAMediaCodecFields::configure_id

Definition at line 191 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_configure().

◆ start_id

jmethodID JNIAMediaCodecFields::start_id

Definition at line 192 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_start().

◆ flush_id

jmethodID JNIAMediaCodecFields::flush_id

Definition at line 193 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_flush().

◆ stop_id

jmethodID JNIAMediaCodecFields::stop_id

Definition at line 194 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_stop().

◆ release_id

jmethodID JNIAMediaCodecFields::release_id

Definition at line 195 of file mediacodec_wrapper.c.

◆ get_output_format_id

jmethodID JNIAMediaCodecFields::get_output_format_id

Definition at line 197 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_getOutputFormat().

◆ dequeue_input_buffer_id

jmethodID JNIAMediaCodecFields::dequeue_input_buffer_id

Definition at line 199 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueInputBuffer().

◆ queue_input_buffer_id

jmethodID JNIAMediaCodecFields::queue_input_buffer_id

Definition at line 200 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_queueInputBuffer().

◆ get_input_buffer_id

jmethodID JNIAMediaCodecFields::get_input_buffer_id

Definition at line 201 of file mediacodec_wrapper.c.

Referenced by codec_create(), and ff_AMediaCodec_getInputBuffer().

◆ get_input_buffers_id

jmethodID JNIAMediaCodecFields::get_input_buffers_id

Definition at line 202 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_getInputBuffer().

◆ dequeue_output_buffer_id

jmethodID JNIAMediaCodecFields::dequeue_output_buffer_id

Definition at line 204 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueOutputBuffer().

◆ get_output_buffer_id

jmethodID JNIAMediaCodecFields::get_output_buffer_id

Definition at line 205 of file mediacodec_wrapper.c.

Referenced by codec_create(), and ff_AMediaCodec_getOutputBuffer().

◆ get_output_buffers_id

jmethodID JNIAMediaCodecFields::get_output_buffers_id

Definition at line 206 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_getOutputBuffer().

◆ release_output_buffer_id

jmethodID JNIAMediaCodecFields::release_output_buffer_id

Definition at line 207 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_releaseOutputBuffer().

◆ release_output_buffer_at_time_id

jmethodID JNIAMediaCodecFields::release_output_buffer_at_time_id

Definition at line 208 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_releaseOutputBufferAtTime().

◆ mediainfo_class

jclass JNIAMediaCodecFields::mediainfo_class

Definition at line 210 of file mediacodec_wrapper.c.

Referenced by codec_create().

◆ init_id

jmethodID JNIAMediaCodecFields::init_id

Definition at line 212 of file mediacodec_wrapper.c.

Referenced by codec_create().

◆ flags_id

jfieldID JNIAMediaCodecFields::flags_id

Definition at line 214 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueOutputBuffer().

◆ offset_id

jfieldID JNIAMediaCodecFields::offset_id

Definition at line 215 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueOutputBuffer().

◆ presentation_time_us_id

jfieldID JNIAMediaCodecFields::presentation_time_us_id

Definition at line 216 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueOutputBuffer().

◆ size_id

jfieldID JNIAMediaCodecFields::size_id

Definition at line 217 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueOutputBuffer().


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