Searched refs:isVidBufRequested (Results 1 – 1 of 1) sorted by relevance
3984 bool isVidBufRequested = false; in processCaptureRequest() local4230 isVidBufRequested = true; in processCaptureRequest()4253 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()4254 (mBatchSize && isVidBufRequested && !mToBeQueuedVidBufs)) { in processCaptureRequest()4560 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()4561 (mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs == mBatchSize))) { in processCaptureRequest()4563 mBatchSize, isVidBufRequested, in processCaptureRequest()4566 if(mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs == mBatchSize)) { in processCaptureRequest()4600 } else if (mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs != mBatchSize)) { in processCaptureRequest()