Home
last modified time | relevance | path

Searched refs:isVidBufRequested (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp5307 bool isVidBufRequested = false; in processCaptureRequest() local
5632 isVidBufRequested = true; in processCaptureRequest()
5644 isVidBufRequested = true; in processCaptureRequest()
5732 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()
5733 (mBatchSize && isVidBufRequested && !mToBeQueuedVidBufs)) { in processCaptureRequest()
6239 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()
6240 (mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs == mBatchSize))) { in processCaptureRequest()
6242 mBatchSize, isVidBufRequested, in processCaptureRequest()
6245 if(mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs == mBatchSize)) { in processCaptureRequest()
6283 } else if (mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs != mBatchSize)) { in processCaptureRequest()