Searched refs:mOutputProducerSlot (Results 1 – 2 of 2) sorted by relevance
71 mOutputProducerSlot(BufferQueue::INVALID_BUFFER_SLOT),193 if (mOutputProducerSlot < 0 || in advanceFrame()206 sp<GraphicBuffer> const& outBuffer = mProducerBuffers[mOutputProducerSlot]; in advanceFrame()208 mOutputProducerSlot, outBuffer.get()); in advanceFrame()253 if (mOutputProducerSlot >= 0) { in onFrameCommitted()254 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot); in onFrameCommitted()387 if (mOutputProducerSlot < 0) { in dequeueBuffer()404 const sp<GraphicBuffer>& buf = mProducerBuffers[mOutputProducerSlot]; in dequeueBuffer()423 *pslot = mOutputProducerSlot; in dequeueBuffer()614 mOutputProducerSlot = -1; in resetPerFrameState()[all …]
225 int mOutputProducerSlot; variable