Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp454 constexpr uint32_t kHeight = 240; in TEST_F() local
456 allocateGraphic(kWidth, kHeight); in TEST_F()
459 C2Rect rect(kWidth, kHeight); in TEST_F()
476 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), yInfo, y, 0x12); in TEST_F()
477 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, u, 0x34); in TEST_F()
478 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), vInfo, v, 0x56); in TEST_F()
494 …ASSERT_TRUE(verifyPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), yInfo, y, 0x1… in TEST_F()
495 …ASSERT_TRUE(verifyPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, u, 0x3… in TEST_F()
496 …ASSERT_TRUE(verifyPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), vInfo, v, 0x5… in TEST_F()
497 ASSERT_TRUE(verifyPlane({ kWidth, kHeight / 4 }, yInfo, y, 0)); in TEST_F()
[all …]
/hardware/libhardware/modules/camera/3_4/
Dstatic_properties_test.cpp88 int32_t height = kHeight) { in MakeStream()
125 static constexpr int32_t kHeight = 240; member in default_camera_hal::StaticPropertiesTest
151 kHeight,
159 kHeight,
163 kHeight,
167 kHeight,
171 kHeight,
175 kHeight,
180 {{{output_multisize_non_stalling_, kWidth, kHeight, 0}}},
185 {{{bidirectional_self_supporting_stalling_, kWidth, kHeight, 10}}},
[all …]