FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 165 of file mediacodec_wrapper.c.

Field Documentation

jclass JNIAMediaCodecFields::mediacodec_class
jfieldID JNIAMediaCodecFields::info_try_again_later_id

Definition at line 169 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

jfieldID JNIAMediaCodecFields::info_output_buffers_changed_id

Definition at line 170 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

jfieldID JNIAMediaCodecFields::info_output_format_changed_id

Definition at line 171 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

jfieldID JNIAMediaCodecFields::buffer_flag_codec_config_id

Definition at line 173 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

jfieldID JNIAMediaCodecFields::buffer_flag_end_of_stream_id

Definition at line 174 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

jfieldID JNIAMediaCodecFields::buffer_flag_key_frame_id

Definition at line 175 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

jfieldID JNIAMediaCodecFields::configure_flag_encode_id

Definition at line 177 of file mediacodec_wrapper.c.

Referenced by codec_init_static_fields().

jmethodID JNIAMediaCodecFields::create_by_codec_name_id

Definition at line 179 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_createCodecByName().

jmethodID JNIAMediaCodecFields::create_decoder_by_type_id

Definition at line 180 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_createDecoderByType().

jmethodID JNIAMediaCodecFields::create_encoder_by_type_id

Definition at line 181 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_createEncoderByType().

jmethodID JNIAMediaCodecFields::get_name_id

Definition at line 183 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_getName().

jmethodID JNIAMediaCodecFields::configure_id

Definition at line 185 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_configure().

jmethodID JNIAMediaCodecFields::start_id

Definition at line 186 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_start().

jmethodID JNIAMediaCodecFields::flush_id

Definition at line 187 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_flush().

jmethodID JNIAMediaCodecFields::stop_id

Definition at line 188 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_stop().

jmethodID JNIAMediaCodecFields::release_id

Definition at line 189 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_delete().

jmethodID JNIAMediaCodecFields::get_output_format_id

Definition at line 191 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_getOutputFormat().

jmethodID JNIAMediaCodecFields::dequeue_input_buffer_id

Definition at line 193 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueInputBuffer().

jmethodID JNIAMediaCodecFields::queue_input_buffer_id

Definition at line 194 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_queueInputBuffer().

jmethodID JNIAMediaCodecFields::get_input_buffer_id
jmethodID JNIAMediaCodecFields::get_input_buffers_id

Definition at line 196 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_getInputBuffer().

jmethodID JNIAMediaCodecFields::dequeue_output_buffer_id

Definition at line 198 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueOutputBuffer().

jmethodID JNIAMediaCodecFields::get_output_buffer_id
jmethodID JNIAMediaCodecFields::get_output_buffers_id

Definition at line 200 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_getOutputBuffer().

jmethodID JNIAMediaCodecFields::release_output_buffer_id

Definition at line 201 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_releaseOutputBuffer().

jmethodID JNIAMediaCodecFields::release_output_buffer_at_time_id

Definition at line 202 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_releaseOutputBufferAtTime().

jclass JNIAMediaCodecFields::mediainfo_class

Definition at line 204 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueOutputBuffer().

jmethodID JNIAMediaCodecFields::init_id

Definition at line 206 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueOutputBuffer().

jfieldID JNIAMediaCodecFields::flags_id

Definition at line 208 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueOutputBuffer().

jfieldID JNIAMediaCodecFields::offset_id

Definition at line 209 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueOutputBuffer().

jfieldID JNIAMediaCodecFields::presentation_time_us_id

Definition at line 210 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueOutputBuffer().

jfieldID JNIAMediaCodecFields::size_id

Definition at line 211 of file mediacodec_wrapper.c.

Referenced by ff_AMediaCodec_dequeueOutputBuffer().


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