Searched refs:qbi (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | BufferQueue_test.cpp | 194 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/ |
D | codec2.cpp | 266 IGraphicBufferProducer::QueueBufferInput qbi( in play() local 276 err = igbp->queueBuffer(slot, qbi, &qbo); in play()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecBufferChannel.cpp | 1251 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()
|