Home
last modified time | relevance | path

Searched defs:heightMax (Results 1 – 6 of 6) sorted by relevance

/external/v4l2_codec2/tests/c2_comp_intf/
DC2CompIntfTest.h145 int32_t heightMin, int32_t heightMax, int32_t heightStep) { in testWritableVideoSizeParam()
DC2VEACompIntf_test.cpp135 int32_t heightMax = std::min(heightFSVRange.max.i32, 1080); in TEST_F() local
/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
Dcodechal_decode_hevc.cpp118 uint32_t heightMax = MOS_MAX(m_height, m_heightLastMaxAlloced); in AllocateResourcesVariableSizes() local
525 uint32_t heightMax = MOS_MAX(m_height, m_heightLastMaxAlloced); in AllocateMvTemporalBuffer() local
/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/
Dcodechal_decode_hevc_g11.cpp51 uint32_t heightMax = MOS_MAX(m_height, m_heightLastMaxAlloced); in AllocateResourcesVariableSizes() local
/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
Dcodechal_decode_hevc_g12.cpp56 uint32_t heightMax = MOS_MAX(m_height, m_heightLastMaxAlloced); in AllocateResourcesVariableSizes() local
/external/deqp/framework/common/
DtcuAstcUtil.cpp2143 … const int heightMax = heightMin + variableOffsetsMax[layout.gridHeightVariableTerm]; in writeBlockMode() local