HomeSort by relevance Sort by last modified time
    Searched refs:qbo (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 265 QueueBufferOutput qbo; local
282 &qbo);
284 updateQueueBufferOutput(qbo);
553 QueueBufferOutput qbo; local
555 producerControlledByApp, &qbo);
557 updateQueueBufferOutput(qbo);
621 const QueueBufferOutput& qbo) {
623 qbo.deflate(&w, &h, &transformHint, &numPendingBuffers);
VirtualDisplaySurface.h 139 void updateQueueBufferOutput(const QueueBufferOutput& qbo);
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 166 IGraphicBufferProducer::QueueBufferOutput qbo; local
168 &qbo);
184 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo));
192 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo));
206 IGraphicBufferProducer::QueueBufferOutput qbo; local
208 &qbo);
235 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo));
247 IGraphicBufferProducer::QueueBufferOutput qbo; local
249 &qbo);
271 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo));
    [all...]

Completed in 6133 milliseconds