Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libbufferhubqueue/tests/
Dbuffer_hub_queue_producer-test.cpp17 constexpr uint32_t kDefaultWidth = 1; variable
81 Rect mCrop{Rect(kDefaultWidth, kDefaultHeight)};
127 outSlot, outFence, kDefaultWidth, kDefaultHeight, kDefaultFormat, in DequeueBuffer()
190 EXPECT_EQ(kDefaultWidth, static_cast<uint32_t>(value)); in TEST_F()
253 EXPECT_EQ(kDefaultWidth, output.width); in TEST_F()
358 .setCrop(Rect(kDefaultWidth + 1, kDefaultHeight + 1)) in TEST_F()
445 (mProducer->dequeueBuffer(&slot, &fence, kDefaultWidth, in TEST_F()
462 ASSERT_EQ(NO_INIT, mProducer->dequeueBuffer(&slot, &fence, kDefaultWidth, in TEST_F()
576 EXPECT_EQ(static_cast<uint32_t>(value), kDefaultWidth); in TEST_F()