Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbufferhub_rpc.h202 uint32_t default_height; member
213 default_height, default_format, user_metadata_size);
/frameworks/native/libs/gui/
DBufferHubProducer.cpp555 value = int32_t(queue_->default_height()); in query()
627 output->height = queue_->default_height(); in connect()
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Dbuffer_hub_queue_client.h61 uint32_t default_height() const { return default_height_; } in default_height() function
/frameworks/native/libs/vr/libdvr/
Ddvr_buffer_queue.cpp25 height_(producer_queue->default_height()), in DvrWriteBufferQueue()
/frameworks/native/libs/vr/libbufferhubqueue/tests/
Dbuffer_hub_queue-test.cpp824 EXPECT_EQ(producer_queue_->default_height(), kBufferHeight); in TEST_F()
829 EXPECT_EQ(consumer_queue_->default_height(), kBufferHeight); in TEST_F()
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_client.cpp92 default_height_ = queue_info.producer_config.default_height; in SetupQueue()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java232 int defaultHeight = getSizeInDp(context, R.dimen.default_height, density); in getWidgetSizes()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleTileViewHelperTest.java165 mHeight = getSizeInDp(R.dimen.default_height); in setUp()