FFmpeg
|
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 |
Definition at line 169 of file mediacodec_wrapper.c.
jclass JNIAMediaCodecFields::mediacodec_class |
Definition at line 171 of file mediacodec_wrapper.c.
Referenced by codec_create(), and codec_init_static_fields().
jfieldID JNIAMediaCodecFields::info_try_again_later_id |
Definition at line 173 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jfieldID JNIAMediaCodecFields::info_output_buffers_changed_id |
Definition at line 174 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jfieldID JNIAMediaCodecFields::info_output_format_changed_id |
Definition at line 175 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jfieldID JNIAMediaCodecFields::buffer_flag_codec_config_id |
Definition at line 177 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jfieldID JNIAMediaCodecFields::buffer_flag_end_of_stream_id |
Definition at line 178 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jfieldID JNIAMediaCodecFields::buffer_flag_key_frame_id |
Definition at line 179 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jfieldID JNIAMediaCodecFields::configure_flag_encode_id |
Definition at line 181 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields().
jmethodID JNIAMediaCodecFields::create_by_codec_name_id |
Definition at line 183 of file mediacodec_wrapper.c.
Referenced by codec_create().
jmethodID JNIAMediaCodecFields::create_decoder_by_type_id |
Definition at line 184 of file mediacodec_wrapper.c.
Referenced by codec_create().
jmethodID JNIAMediaCodecFields::create_encoder_by_type_id |
Definition at line 185 of file mediacodec_wrapper.c.
Referenced by codec_create().
jmethodID JNIAMediaCodecFields::get_name_id |
Definition at line 187 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_getName().
jmethodID JNIAMediaCodecFields::configure_id |
Definition at line 189 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_configure().
jmethodID JNIAMediaCodecFields::start_id |
Definition at line 190 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_start().
jmethodID JNIAMediaCodecFields::flush_id |
Definition at line 191 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_flush().
jmethodID JNIAMediaCodecFields::stop_id |
Definition at line 192 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_stop().
jmethodID JNIAMediaCodecFields::release_id |
Definition at line 193 of file mediacodec_wrapper.c.
jmethodID JNIAMediaCodecFields::get_output_format_id |
Definition at line 195 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_getOutputFormat().
jmethodID JNIAMediaCodecFields::dequeue_input_buffer_id |
Definition at line 197 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_dequeueInputBuffer().
jmethodID JNIAMediaCodecFields::queue_input_buffer_id |
Definition at line 198 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_queueInputBuffer().
jmethodID JNIAMediaCodecFields::get_input_buffer_id |
Definition at line 199 of file mediacodec_wrapper.c.
Referenced by codec_create(), and ff_AMediaCodec_getInputBuffer().
jmethodID JNIAMediaCodecFields::get_input_buffers_id |
Definition at line 200 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_getInputBuffer().
jmethodID JNIAMediaCodecFields::dequeue_output_buffer_id |
Definition at line 202 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_dequeueOutputBuffer().
jmethodID JNIAMediaCodecFields::get_output_buffer_id |
Definition at line 203 of file mediacodec_wrapper.c.
Referenced by codec_create(), and ff_AMediaCodec_getOutputBuffer().
jmethodID JNIAMediaCodecFields::get_output_buffers_id |
Definition at line 204 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_getOutputBuffer().
jmethodID JNIAMediaCodecFields::release_output_buffer_id |
Definition at line 205 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_releaseOutputBuffer().
jmethodID JNIAMediaCodecFields::release_output_buffer_at_time_id |
Definition at line 206 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_releaseOutputBufferAtTime().
jclass JNIAMediaCodecFields::mediainfo_class |
Definition at line 208 of file mediacodec_wrapper.c.
Referenced by codec_create().
jmethodID JNIAMediaCodecFields::init_id |
Definition at line 210 of file mediacodec_wrapper.c.
Referenced by codec_create().
jfieldID JNIAMediaCodecFields::flags_id |
Definition at line 212 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_dequeueOutputBuffer().
jfieldID JNIAMediaCodecFields::offset_id |
Definition at line 213 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_dequeueOutputBuffer().
jfieldID JNIAMediaCodecFields::presentation_time_us_id |
Definition at line 214 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_dequeueOutputBuffer().
jfieldID JNIAMediaCodecFields::size_id |
Definition at line 215 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_dequeueOutputBuffer().