|
FFmpeg
|
Data Fields | |
| FFAMediaCodec | api |
| void * | libmedia |
| AMediaCodec * | impl |
| ANativeWindow * | window |
| media_status_t(* | getName )(AMediaCodec *, char **out_name) |
| void(* | releaseName )(AMediaCodec *, char *name) |
| media_status_t(* | setInputSurface )(AMediaCodec *, ANativeWindow *) |
| media_status_t(* | signalEndOfInputStream )(AMediaCodec *) |
Definition at line 1838 of file mediacodec_wrapper.c.
| FFAMediaCodec FFAMediaCodecNdk::api |
Definition at line 1839 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_delete(), and ndk_codec_create().
| void* FFAMediaCodecNdk::libmedia |
Definition at line 1841 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_delete(), and ndk_codec_create().
| AMediaCodec* FFAMediaCodecNdk::impl |
Definition at line 1842 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_configure(), mediacodec_ndk_delete(), mediacodec_ndk_dequeueInputBuffer(), mediacodec_ndk_dequeueOutputBuffer(), mediacodec_ndk_getInputBuffer(), mediacodec_ndk_getName(), mediacodec_ndk_getOutputBuffer(), mediacodec_ndk_getOutputFormat(), mediacodec_ndk_queueInputBuffer(), mediacodec_ndk_releaseOutputBuffer(), mediacodec_ndk_releaseOutputBufferAtTime(), mediacodec_ndk_signalEndOfInputStream(), and ndk_codec_create().
| ANativeWindow* FFAMediaCodecNdk::window |
Definition at line 1843 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_configure(), and mediacodec_ndk_delete().
| media_status_t(* FFAMediaCodecNdk::getName) (AMediaCodec *, char **out_name) |
Definition at line 1846 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_getName().
| void(* FFAMediaCodecNdk::releaseName) (AMediaCodec *, char *name) |
Definition at line 1847 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_getName().
| media_status_t(* FFAMediaCodecNdk::setInputSurface) (AMediaCodec *, ANativeWindow *) |
Definition at line 1850 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_configure().
| media_status_t(* FFAMediaCodecNdk::signalEndOfInputStream) (AMediaCodec *) |
Definition at line 1851 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_signalEndOfInputStream().
1.8.17