FFAMediaFormat 612 libavcodec/mediacodec_wrapper.c FFAMediaFormat *ff_AMediaFormat_new(void) FFAMediaFormat 615 libavcodec/mediacodec_wrapper.c FFAMediaFormat *format = NULL; FFAMediaFormat 618 libavcodec/mediacodec_wrapper.c format = av_mallocz(sizeof(FFAMediaFormat)); FFAMediaFormat 657 libavcodec/mediacodec_wrapper.c static FFAMediaFormat *ff_AMediaFormat_newFromObject(void *object) FFAMediaFormat 660 libavcodec/mediacodec_wrapper.c FFAMediaFormat *format = NULL; FFAMediaFormat 662 libavcodec/mediacodec_wrapper.c format = av_mallocz(sizeof(FFAMediaFormat)); FFAMediaFormat 692 libavcodec/mediacodec_wrapper.c int ff_AMediaFormat_delete(FFAMediaFormat* format) FFAMediaFormat 714 libavcodec/mediacodec_wrapper.c char* ff_AMediaFormat_toString(FFAMediaFormat* format) FFAMediaFormat 739 libavcodec/mediacodec_wrapper.c int ff_AMediaFormat_getInt32(FFAMediaFormat* format, const char *name, int32_t *out) FFAMediaFormat 778 libavcodec/mediacodec_wrapper.c int ff_AMediaFormat_getInt64(FFAMediaFormat* format, const char *name, int64_t *out) FFAMediaFormat 817 libavcodec/mediacodec_wrapper.c int ff_AMediaFormat_getFloat(FFAMediaFormat* format, const char *name, float *out) FFAMediaFormat 856 libavcodec/mediacodec_wrapper.c int ff_AMediaFormat_getBuffer(FFAMediaFormat* format, const char *name, void** data, size_t *size) FFAMediaFormat 914 libavcodec/mediacodec_wrapper.c int ff_AMediaFormat_getString(FFAMediaFormat* format, const char *name, const char **out) FFAMediaFormat 964 libavcodec/mediacodec_wrapper.c void ff_AMediaFormat_setInt32(FFAMediaFormat* format, const char* name, int32_t value) FFAMediaFormat 989 libavcodec/mediacodec_wrapper.c void ff_AMediaFormat_setInt64(FFAMediaFormat* format, const char* name, int64_t value) FFAMediaFormat 1014 libavcodec/mediacodec_wrapper.c void ff_AMediaFormat_setFloat(FFAMediaFormat* format, const char* name, float value) FFAMediaFormat 1039 libavcodec/mediacodec_wrapper.c void ff_AMediaFormat_setString(FFAMediaFormat* format, const char* name, const char* value) FFAMediaFormat 1074 libavcodec/mediacodec_wrapper.c void ff_AMediaFormat_setBuffer(FFAMediaFormat* format, const char* name, void* data, size_t size) FFAMediaFormat 1348 libavcodec/mediacodec_wrapper.c int ff_AMediaCodec_configure(FFAMediaCodec* codec, const FFAMediaFormat* format, void* surface, void *crypto, uint32_t flags) FFAMediaFormat 1615 libavcodec/mediacodec_wrapper.c FFAMediaFormat* ff_AMediaCodec_getOutputFormat(FFAMediaCodec* codec) FFAMediaFormat 1617 libavcodec/mediacodec_wrapper.c FFAMediaFormat *ret = NULL; FFAMediaFormat 61 libavcodec/mediacodec_wrapper.h struct FFAMediaFormat; FFAMediaFormat 62 libavcodec/mediacodec_wrapper.h typedef struct FFAMediaFormat FFAMediaFormat; FFAMediaFormat 64 libavcodec/mediacodec_wrapper.h FFAMediaFormat *ff_AMediaFormat_new(void); FFAMediaFormat 65 libavcodec/mediacodec_wrapper.h int ff_AMediaFormat_delete(FFAMediaFormat* format); FFAMediaFormat 67 libavcodec/mediacodec_wrapper.h char* ff_AMediaFormat_toString(FFAMediaFormat* format); FFAMediaFormat 69 libavcodec/mediacodec_wrapper.h int ff_AMediaFormat_getInt32(FFAMediaFormat* format, const char *name, int32_t *out); FFAMediaFormat 70 libavcodec/mediacodec_wrapper.h int ff_AMediaFormat_getInt64(FFAMediaFormat* format, const char *name, int64_t *out); FFAMediaFormat 71 libavcodec/mediacodec_wrapper.h int ff_AMediaFormat_getFloat(FFAMediaFormat* format, const char *name, float *out); FFAMediaFormat 72 libavcodec/mediacodec_wrapper.h int ff_AMediaFormat_getBuffer(FFAMediaFormat* format, const char *name, void** data, size_t *size); FFAMediaFormat 73 libavcodec/mediacodec_wrapper.h int ff_AMediaFormat_getString(FFAMediaFormat* format, const char *name, const char **out); FFAMediaFormat 75 libavcodec/mediacodec_wrapper.h void ff_AMediaFormat_setInt32(FFAMediaFormat* format, const char* name, int32_t value); FFAMediaFormat 76 libavcodec/mediacodec_wrapper.h void ff_AMediaFormat_setInt64(FFAMediaFormat* format, const char* name, int64_t value); FFAMediaFormat 77 libavcodec/mediacodec_wrapper.h void ff_AMediaFormat_setFloat(FFAMediaFormat* format, const char* name, float value); FFAMediaFormat 78 libavcodec/mediacodec_wrapper.h void ff_AMediaFormat_setString(FFAMediaFormat* format, const char* name, const char* value); FFAMediaFormat 79 libavcodec/mediacodec_wrapper.h void ff_AMediaFormat_setBuffer(FFAMediaFormat* format, const char* name, void* data, size_t size); FFAMediaFormat 99 libavcodec/mediacodec_wrapper.h int ff_AMediaCodec_configure(FFAMediaCodec* codec, const FFAMediaFormat* format, void* surface, void *crypto, uint32_t flags); FFAMediaFormat 112 libavcodec/mediacodec_wrapper.h FFAMediaFormat* ff_AMediaCodec_getOutputFormat(FFAMediaCodec* codec); FFAMediaFormat 122 libavcodec/mediacodecdec.c static int h264_set_extradata(AVCodecContext *avctx, FFAMediaFormat *format) FFAMediaFormat 182 libavcodec/mediacodecdec.c static int hevc_set_extradata(AVCodecContext *avctx, FFAMediaFormat *format) FFAMediaFormat 276 libavcodec/mediacodecdec.c static int common_set_extradata(AVCodecContext *avctx, FFAMediaFormat *format) FFAMediaFormat 295 libavcodec/mediacodecdec.c FFAMediaFormat *format = NULL; FFAMediaFormat 566 libavcodec/mediacodecdec_common.c const char *mime, FFAMediaFormat *format) FFAMediaFormat 46 libavcodec/mediacodecdec_common.h FFAMediaFormat *format; FFAMediaFormat 78 libavcodec/mediacodecdec_common.h FFAMediaFormat *format);