FFmpeg
|
Data Fields | |
FFAMediaFormat | api |
void * | libmedia |
AMediaFormat * | impl |
bool(* | getRect )(AMediaFormat *, const char *name, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) |
void(* | setRect )(AMediaFormat *, const char *name, int32_t left, int32_t top, int32_t right, int32_t bottom) |
Definition at line 1835 of file mediacodec_wrapper.c.
FFAMediaFormat FFAMediaFormatNdk::api |
Definition at line 1836 of file mediacodec_wrapper.c.
void* FFAMediaFormatNdk::libmedia |
Definition at line 1838 of file mediacodec_wrapper.c.
AMediaFormat* FFAMediaFormatNdk::impl |
Definition at line 1839 of file mediacodec_wrapper.c.
bool(* FFAMediaFormatNdk::getRect) (AMediaFormat *, const char *name, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) |
Definition at line 1841 of file mediacodec_wrapper.c.
void(* FFAMediaFormatNdk::setRect) (AMediaFormat *, const char *name, int32_t left, int32_t top, int32_t right, int32_t bottom) |
Definition at line 1843 of file mediacodec_wrapper.c.