Searched refs:ff_AMediaFormat_setInt32 (Results 1 – 3 of 3) sorted by relevance
75 void ff_AMediaFormat_setInt32(FFAMediaFormat* format, const char* name, int32_t value);
370 ff_AMediaFormat_setInt32(format, "width", avctx->width); in mediacodec_decode_init()371 ff_AMediaFormat_setInt32(format, "height", avctx->height); in mediacodec_decode_init()
978 void ff_AMediaFormat_setInt32(FFAMediaFormat* format, const char* name, int32_t value) in ff_AMediaFormat_setInt32() function