Home
last modified time | relevance | path

Searched refs:extmfp (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dqsvenc.h128 mfxExtMultiFrameParam extmfp; member
Dqsvenc.c768 q->extmfp.Header.BufferId = MFX_EXTBUFF_MULTI_FRAME_PARAM; in init_video_param()
769 q->extmfp.Header.BufferSz = sizeof(q->extmfp); in init_video_param()
771 q->extmfp.MFMode = q->mfmode; in init_video_param()
772 av_log(avctx,AV_LOG_VERBOSE,"MFMode:%d\n", q->extmfp.MFMode); in init_video_param()
773 q->extparam_internal[q->nb_extparam_internal++] = (mfxExtBuffer *)&q->extmfp; in init_video_param()