Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmf_utils.h48 HRESULT ff_MFSetAttributeSize(IMFAttributes *pattr, REFGUID guid,
50 #define ff_MFSetAttributeRatio ff_MFSetAttributeSize
Dmf_utils.c40 HRESULT ff_MFSetAttributeSize(IMFAttributes *pattr, REFGUID guid, in ff_MFSetAttributeSize() function
47 #define ff_MFSetAttributeRatio ff_MFSetAttributeSize
Dmfenc.c649 ff_MFSetAttributeSize((IMFAttributes *)type, &MF_MT_FRAME_SIZE, avctx->width, avctx->height); in mf_encv_output_adjust()