Home
last modified time | relevance | path

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

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/shared/src/
H A Dmfx_h264_enc_common_hw.cpp2419 mfxExtMoveRect * extMoveRect = GetExtBuffer(par); in CheckVideoParamQueryLike() local
4530 if (extMoveRect->NumRect > MFX_MAX_MOVE_RECT_COUNT) in CheckVideoParamQueryLike()
4533 extMoveRect->NumRect = MFX_MAX_MOVE_RECT_COUNT; in CheckVideoParamQueryLike()
4536 if (extMoveRect->NumRect && hwCaps.ddi_caps.MoveRectSupport == 0) in CheckVideoParamQueryLike()
4539 extMoveRect->NumRect = 0; in CheckVideoParamQueryLike()
4542 for (mfxU16 i = 0; i < extMoveRect->NumRect; i++) in CheckVideoParamQueryLike()
4544 sts = CheckAndFixMovingRectQueryLike(par, (mfxMovingRectDesc*)(&(extMoveRect->Rect[i]))); in CheckVideoParamQueryLike()
6944 mfxExtMoveRect const * extMoveRect = GetExtBuffer(*ctrl); in CheckRunTimeExtBuffers() local
6946 if (extMoveRect) in CheckRunTimeExtBuffers()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/h264/src/
H A Dmfx_h264_encode_hw_utils_new.cpp2205 mfxExtMoveRect const * extMoveRect = GetExtBuffer(video); in ConfigureTask() local
2388 mfxExtMoveRect const * pMoveRect = extMoveRectRuntime ? extMoveRectRuntime : extMoveRect; in ConfigureTask()