Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp194 IGraphicBufferProducer::QueueBufferInput qbi(0, false, in TEST_F() local
204 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
212 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
244 IGraphicBufferProducer::QueueBufferInput qbi(0, false, in TEST_F() local
254 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
280 IGraphicBufferProducer::QueueBufferInput qbi(0, false, in TEST_F() local
289 ASSERT_EQ(OK, mProducer->queueBuffer(slot, qbi, &qbo)); in TEST_F()
299 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.cpp1251 IGraphicBufferProducer::QueueBufferInput qbi( in renderOutputBuffer() local
1311 qbi.setHdrMetadata(hdr); in renderOutputBuffer()
1315 qbi.setSurfaceDamage(Region::INVALID_REGION); // we don't have dirty regions in renderOutputBuffer()
1316 qbi.getFrameTimestamps = true; // we need to know when a frame is rendered in renderOutputBuffer()
1318 status_t result = mComponent->queueToOutputSurface(block, qbi, &qbo); in renderOutputBuffer()