Home
last modified time | relevance | path

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

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/mpeg2/include/
H A Dmfx_mpeg2_encode_utils_hw.h384 mfxU32 m_nRefFrames; variable
414 m_nRefFrames = 0; in FrameStore()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/mpeg2/src/
H A Dmfx_mpeg2_encode_utils_hw.cpp2222 mfxU32 numFrames = m_nRefFrames; in GetInternalRefFrame()
2333 m_nRefFrames = m_RefResponse.NumFrameActual; in Init()
2334 for (mfxU32 i = 0; i < m_nRefFrames; i++) in Init()
2350 m_nRefFrames = m_RefResponse.NumFrameActual; in Init()
2355 m_pRefFramesStore = new mfxFrameSurface1 [m_nRefFrames]; in Init()
2358 memset (m_pRefFramesStore, 0, sizeof(mfxFrameSurface1)*m_nRefFrames); in Init()
2360 for (mfxU32 i=0; i < m_nRefFrames; i++) in Init()
2534 if (m_nRefFrames) in Close()
2537 m_nRefFrames = 0; in Close()