|
FFmpeg
|
Data Fields | |
| FFAMediaCodec | api |
| void * | libmedia |
| AMediaCodec * | impl |
| ANativeWindow * | window |
| FFAMediaCodecOnAsyncNotifyCallback | async_cb |
| void * | async_userdata |
| media_status_t(* | getName )(AMediaCodec *, char **out_name) |
| void(* | releaseName )(AMediaCodec *, char *name) |
| media_status_t(* | setInputSurface )(AMediaCodec *, ANativeWindow *) |
| media_status_t(* | signalEndOfInputStream )(AMediaCodec *) |
| media_status_t(* | setAsyncNotifyCallback )(AMediaCodec *, struct AMediaCodecOnAsyncNotifyCallback callback, void *userdata) |
Definition at line 1847 of file mediacodec_wrapper.c.
| FFAMediaCodec FFAMediaCodecNdk::api |
Definition at line 1848 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_delete(), mediacodec_ndk_onError(), mediacodec_ndk_onFormatChanged(), mediacodec_ndk_onOutputAvailable(), and ndk_codec_create().
| void* FFAMediaCodecNdk::libmedia |
Definition at line 1850 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_delete(), and ndk_codec_create().
| AMediaCodec* FFAMediaCodecNdk::impl |
Definition at line 1851 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_setAsyncNotifyCallback(), mediacodec_ndk_signalEndOfInputStream(), and ndk_codec_create().
| ANativeWindow* FFAMediaCodecNdk::window |
Definition at line 1852 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_configure(), and mediacodec_ndk_delete().
| FFAMediaCodecOnAsyncNotifyCallback FFAMediaCodecNdk::async_cb |
Definition at line 1854 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_onError(), mediacodec_ndk_onFormatChanged(), mediacodec_ndk_onInputAvailable(), mediacodec_ndk_onOutputAvailable(), and mediacodec_ndk_setAsyncNotifyCallback().
| void* FFAMediaCodecNdk::async_userdata |
Definition at line 1855 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_onError(), mediacodec_ndk_onFormatChanged(), mediacodec_ndk_onOutputAvailable(), and mediacodec_ndk_setAsyncNotifyCallback().
| media_status_t(* FFAMediaCodecNdk::getName) (AMediaCodec *, char **out_name) |
Definition at line 1858 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_getName().
| void(* FFAMediaCodecNdk::releaseName) (AMediaCodec *, char *name) |
Definition at line 1859 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_getName().
| media_status_t(* FFAMediaCodecNdk::setInputSurface) (AMediaCodec *, ANativeWindow *) |
Definition at line 1862 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_configure().
| media_status_t(* FFAMediaCodecNdk::signalEndOfInputStream) (AMediaCodec *) |
Definition at line 1863 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_signalEndOfInputStream().
| media_status_t(* FFAMediaCodecNdk::setAsyncNotifyCallback) (AMediaCodec *, struct AMediaCodecOnAsyncNotifyCallback callback, void *userdata) |
Definition at line 1864 of file mediacodec_wrapper.c.
Referenced by mediacodec_ndk_setAsyncNotifyCallback().
1.8.17