Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp265 QueueBufferOutput qbo; in onFrameCommitted() local
282 &qbo); in onFrameCommitted()
284 updateQueueBufferOutput(qbo); in onFrameCommitted()
553 QueueBufferOutput qbo; in connect() local
555 producerControlledByApp, &qbo); in connect()
557 updateQueueBufferOutput(qbo); in connect()
621 const QueueBufferOutput& qbo) { in updateQueueBufferOutput() argument
623 qbo.deflate(&w, &h, &transformHint, &numPendingBuffers); in updateQueueBufferOutput()
DVirtualDisplaySurface.h139 void updateQueueBufferOutput(const QueueBufferOutput& qbo);
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp166 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F() local
168 &qbo); in TEST_F()
184 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
192 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
206 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F() local
208 &qbo); in TEST_F()
235 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
247 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F() local
249 &qbo); in TEST_F()
271 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
[all …]