Home
last modified time | relevance | path

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

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_hevc_fei/src/
H A Dpipeline_hevc_fei.cpp274 mfxFrameAllocRequest preEncRequest; in AllocFrames() local
275 MSDK_ZERO_MEMORY(preEncRequest); in AllocFrames()
276 sts = m_pFEI_PreENC->QueryIOSurf(&preEncRequest); in AllocFrames()
279 …allocRequest.Type |= preEncRequest.Type | MFX_MEMTYPE_EXTERNAL_FRAME | MFX_MEMTYPE_VIDEO_MEMORY_PR… in AllocFrames()
280 allocRequest.NumFrameSuggested += preEncRequest.NumFrameSuggested; in AllocFrames()