Home
last modified time | relevance | path

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

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/fei/h264_enc/
H A Dmfx_h264_enc.cpp250 sts = CheckWidthAndHeight(tmp); in Init()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/fei/h264_pak/
H A Dmfx_h264_fei_pak.cpp335 sts = CheckWidthAndHeight(tmp); in Init()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/shared/include/
H A Dmfx_h264_enc_common_hw.h769 mfxStatus CheckWidthAndHeight(
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/h264/src/
H A Dmfx_h264_encode_hw.cpp580 sts = CheckWidthAndHeight(tmp); in QueryIOSurf()
784 sts = CheckWidthAndHeight(m_video); in Init()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/shared/src/
H A Dmfx_h264_enc_common_hw.cpp1949 mfxStatus CheckWidthAndHeight(mfxU32 width, mfxU32 height, mfxU32 picStruct) in CheckWidthAndHeight() function
1974 mfxStatus MfxHwH264Encode::CheckWidthAndHeight(MfxVideoParam const & par) in CheckWidthAndHeight() function in MfxHwH264Encode
1989 return ::CheckWidthAndHeight(width, height, picStruct); in CheckWidthAndHeight()