Lines Matching refs:mBufferCount
147 mBufferCount(0) in ANativeWindowDisplayAdapter()
517 mBufferCount = 0; in destroy()
567 mBufferCount = numBufs; in allocateBuffer()
600 for ( i=0; i < mBufferCount; i++ ) in allocateBuffer()
636 for( i = 0; i < mBufferCount-undequeued; i++ ) in allocateBuffer()
647 for(i = (mBufferCount-undequeued); i >= 0 && i < mBufferCount; i++) in allocateBuffer()
702 const int lnumBufs = mBufferCount; in getOffsets()
723 for(int i = 0; i < mBufferCount; i++) in getOffsets()
758 if(mBufferCount == 0) in maxQueueableBuffers()
782 queueable = mBufferCount - undequeued; in maxQueueableBuffers()
1047 for ( i = 0; i < mBufferCount; i++ ) in PostFrame()
1198 for(i = 0; i < mBufferCount; i++) in handleFrameReturn()
1224 CAMHAL_LOGVB("handleFrameReturn: found graphic buffer %d of %d", i, mBufferCount-1); in handleFrameReturn()