Searched refs:qbo (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.cpp | 265 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()
|
D | VirtualDisplaySurface.h | 139 void updateQueueBufferOutput(const QueueBufferOutput& qbo);
|
/frameworks/native/libs/gui/tests/ |
D | BufferQueue_test.cpp | 166 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 …]
|