Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
Dhwjpeg-v4l2.cpp210 unsigned int height2) { in SetImageFormat() argument
213 (m_v4l2Format.fmt.pix_mp.height == TO_IMAGE_SIZE(height, height2))) in SetImageFormat()
218 m_v4l2Format.fmt.pix_mp.height = TO_IMAGE_SIZE(height, height2); in SetImageFormat()
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp756 const int32_t height2 = mComposerClient->getDisplayAttribute_2_4( in TEST_P() local
763 ASSERT_FALSE(width1 == width2 && height1 == height2 && in TEST_P()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp1181 const auto& [heightStatus2, height2] = mComposerClient->getDisplayAttribute( in TEST_P()
1189 ASSERT_FALSE(width1 == width2 && height1 == height2 && in TEST_P()