Searched refs:mOutputProducerSlot (Results 1 – 2 of 2) sorted by relevance
71 mOutputProducerSlot(BufferQueue::INVALID_BUFFER_SLOT),189 if (mOutputProducerSlot < 0 || in advanceFrame()202 sp<GraphicBuffer> outBuffer = mProducerBuffers[mOutputProducerSlot]; in advanceFrame()204 mOutputProducerSlot, outBuffer.get()); in advanceFrame()247 if (mOutputProducerSlot >= 0) { in onFrameCommitted()248 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot); in onFrameCommitted()381 if (mOutputProducerSlot < 0) { in dequeueBuffer()398 const sp<GraphicBuffer>& buf = mProducerBuffers[mOutputProducerSlot]; in dequeueBuffer()417 *pslot = mOutputProducerSlot; in dequeueBuffer()608 mOutputProducerSlot = -1; in resetPerFrameState()[all …]
221 int mOutputProducerSlot; variable