Searched refs:qbo (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.cpp | 259 QueueBufferOutput qbo; in onFrameCommitted() local 269 &qbo); in onFrameCommitted() 271 updateQueueBufferOutput(std::move(qbo)); in onFrameCommitted() 546 QueueBufferOutput qbo; in connect() local 548 producerControlledByApp, &qbo); in connect() 550 updateQueueBufferOutput(std::move(qbo)); in connect() 615 QueueBufferOutput&& qbo) { in updateQueueBufferOutput() argument 616 mQueueBufferOutput = std::move(qbo); in updateQueueBufferOutput()
|
D | VirtualDisplaySurface.h | 141 void updateQueueBufferOutput(QueueBufferOutput&& qbo);
|
/frameworks/native/libs/gui/tests/ |
D | BufferQueue_test.cpp | 176 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F() local 178 &qbo); in TEST_F() 194 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F() 202 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F() 216 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F() local 218 &qbo); in TEST_F() 245 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F() 257 IGraphicBufferProducer::QueueBufferOutput qbo; in TEST_F() local 259 &qbo); in TEST_F() 281 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F() [all …]
|
/frameworks/av/media/codec2/components/cmds/ |
D | codec2.cpp | 275 IGraphicBufferProducer::QueueBufferOutput qbo; in play() local 276 err = igbp->queueBuffer(slot, qbi, &qbo); in play()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | CompositionTest.cpp | 467 IGraphicBufferProducer::QueueBufferOutput qbo; in enqueueBuffer() local 468 status_t result = producer->connect(nullptr, NATIVE_WINDOW_API_EGL, false, &qbo); in enqueueBuffer() 497 result = producer->queueBuffer(slot, qbi, &qbo); in enqueueBuffer()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBufferChannel.cpp | 708 android::IGraphicBufferProducer::QueueBufferOutput qbo; in renderOutputBuffer() local 709 status_t result = mComponent->queueToOutputSurface(block, qbi, &qbo); in renderOutputBuffer()
|