Home
last modified time | relevance | path

Searched refs:ff_AMediaFormat_getInt32 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmediacodec_wrapper.h69 int ff_AMediaFormat_getInt32(FFAMediaFormat* format, const char *name, int32_t *out);
Dmediacodecdec_common.c440 if (ff_AMediaFormat_getInt32(s->format, key, &value)) { \
Dmediacodec_wrapper.c753 int ff_AMediaFormat_getInt32(FFAMediaFormat* format, const char *name, int32_t *out) in ff_AMediaFormat_getInt32() function