Home
last modified time | relevance | path

Searched refs:qbi (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp184 IGraphicBufferProducer::QueueBufferInput qbi(0, false, in TEST_F() local
194 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
202 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
235 IGraphicBufferProducer::QueueBufferInput qbi(0, false, in TEST_F() local
245 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
272 IGraphicBufferProducer::QueueBufferInput qbi(0, false, in TEST_F() local
281 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
291 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp266 IGraphicBufferProducer::QueueBufferInput qbi( in play() local
276 err = igbp->queueBuffer(slot, qbi, &qbo); in play()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp658 android::IGraphicBufferProducer::QueueBufferInput qbi( in renderOutputBuffer() local
704 qbi.setHdrMetadata(hdr); in renderOutputBuffer()
707 qbi.setSurfaceDamage(Region::INVALID_REGION); in renderOutputBuffer()
709 status_t result = mComponent->queueToOutputSurface(block, qbi, &qbo); in renderOutputBuffer()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp491 IGraphicBufferProducer::QueueBufferInput qbi(systemTime(), false /* isAutoTimestamp */, in enqueueBuffer() local
497 result = producer->queueBuffer(slot, qbi, &qbo); in enqueueBuffer()