Searched refs:kWidth (Results 1 - 2 of 2) sorted by relevance

/hardware/google/av/codec2/tests/vndk/
H A DC2BufferTest.cpp453 constexpr uint32_t kWidth = 320; local
456 allocateGraphic(kWidth, kHeight);
459 C2Rect rect(kWidth, kHeight);
476 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), yInfo, y, 0x12);
477 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, u, 0x34);
478 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), vInfo, v, 0x56);
494 ASSERT_TRUE(verifyPlane(C2Rect(kWidth /
506 constexpr uint32_t kWidth = 320; local
[all...]
/hardware/libhardware/modules/camera/3_4/
H A Dstatic_properties_test.cpp87 int32_t width = kWidth,
121 static constexpr int32_t kWidth = 320; member in class:default_camera_hal::StaticPropertiesTest
147 kWidth,
155 kWidth,
159 kWidth,
163 kWidth,
167 kWidth,
171 kWidth,
177 {{{output_multisize_non_stalling_, kWidth, kHeight, 0}}},
182 {{{bidirectional_self_supporting_stalling_, kWidth, kHeigh
84 MakeStream(int32_t format, bool output = true, bool input = false, int32_t width = kWidth, int32_t height = kHeight) argument
[all...]

Completed in 79 milliseconds