FFmpeg
|
Data Fields | |
const AVClass * | class |
struct JNIAMediaCodecFields | jfields |
jobject | object |
jobject | buffer_info |
jobject | input_buffers |
jobject | output_buffers |
int | INFO_TRY_AGAIN_LATER |
int | INFO_OUTPUT_BUFFERS_CHANGED |
int | INFO_OUTPUT_FORMAT_CHANGED |
int | BUFFER_FLAG_CODEC_CONFIG |
int | BUFFER_FLAG_END_OF_STREAM |
int | BUFFER_FLAG_KEY_FRAME |
int | CONFIGURE_FLAG_ENCODE |
int | has_get_i_o_buffer |
Definition at line 276 of file mediacodec_wrapper.c.
const AVClass* FFAMediaCodec::class |
Definition at line 278 of file mediacodec_wrapper.c.
Referenced by codec_create().
struct JNIAMediaCodecFields FFAMediaCodec::jfields |
Definition at line 280 of file mediacodec_wrapper.c.
Referenced by codec_create(), codec_init_static_fields(), ff_AMediaCodec_configure(), ff_AMediaCodec_dequeueInputBuffer(), ff_AMediaCodec_dequeueOutputBuffer(), ff_AMediaCodec_flush(), ff_AMediaCodec_getInputBuffer(), ff_AMediaCodec_getName(), ff_AMediaCodec_getOutputBuffer(), ff_AMediaCodec_getOutputFormat(), ff_AMediaCodec_queueInputBuffer(), ff_AMediaCodec_releaseOutputBuffer(), ff_AMediaCodec_releaseOutputBufferAtTime(), ff_AMediaCodec_start(), and ff_AMediaCodec_stop().
jobject FFAMediaCodec::object |
Definition at line 282 of file mediacodec_wrapper.c.
Referenced by codec_create(), ff_AMediaCodec_configure(), ff_AMediaCodec_dequeueInputBuffer(), ff_AMediaCodec_dequeueOutputBuffer(), ff_AMediaCodec_flush(), ff_AMediaCodec_getInputBuffer(), ff_AMediaCodec_getName(), ff_AMediaCodec_getOutputBuffer(), ff_AMediaCodec_getOutputFormat(), ff_AMediaCodec_queueInputBuffer(), ff_AMediaCodec_releaseOutputBuffer(), ff_AMediaCodec_releaseOutputBufferAtTime(), ff_AMediaCodec_start(), and ff_AMediaCodec_stop().
jobject FFAMediaCodec::buffer_info |
Definition at line 283 of file mediacodec_wrapper.c.
Referenced by codec_create(), and ff_AMediaCodec_dequeueOutputBuffer().
jobject FFAMediaCodec::input_buffers |
Definition at line 285 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_getInputBuffer().
jobject FFAMediaCodec::output_buffers |
Definition at line 286 of file mediacodec_wrapper.c.
Referenced by ff_AMediaCodec_cleanOutputBuffers(), and ff_AMediaCodec_getOutputBuffer().
int FFAMediaCodec::INFO_TRY_AGAIN_LATER |
Definition at line 288 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields(), and ff_AMediaCodec_infoTryAgainLater().
int FFAMediaCodec::INFO_OUTPUT_BUFFERS_CHANGED |
Definition at line 289 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields(), and ff_AMediaCodec_infoOutputBuffersChanged().
int FFAMediaCodec::INFO_OUTPUT_FORMAT_CHANGED |
Definition at line 290 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields(), and ff_AMediaCodec_infoOutputFormatChanged().
int FFAMediaCodec::BUFFER_FLAG_CODEC_CONFIG |
Definition at line 292 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields(), and ff_AMediaCodec_getBufferFlagCodecConfig().
int FFAMediaCodec::BUFFER_FLAG_END_OF_STREAM |
Definition at line 293 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields(), and ff_AMediaCodec_getBufferFlagEndOfStream().
int FFAMediaCodec::BUFFER_FLAG_KEY_FRAME |
Definition at line 294 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields(), and ff_AMediaCodec_getBufferFlagKeyFrame().
int FFAMediaCodec::CONFIGURE_FLAG_ENCODE |
Definition at line 296 of file mediacodec_wrapper.c.
Referenced by codec_init_static_fields(), and ff_AMediaCodec_getConfigureFlagEncode().
int FFAMediaCodec::has_get_i_o_buffer |
Definition at line 298 of file mediacodec_wrapper.c.
Referenced by codec_create(), ff_AMediaCodec_cleanOutputBuffers(), ff_AMediaCodec_getInputBuffer(), and ff_AMediaCodec_getOutputBuffer().