Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Stream.cpp81 if (stream->mBatchSize) { in get_bufs()
114 if (stream->mBatchSize) { in put_bufs()
146 if (stream->mBatchSize) { in invalidate_buf()
186 if (stream->mBatchSize) { in clean_invalidate_buf()
237 mBatchSize(0), in QCamera3Stream()
413 mBatchSize = batchSize; in init()
450 if (mBatchSize) in start()
655 if (UNLIKELY(mBatchSize)) { in bufDone()
1082 if (UNLIKELY(pme->mBatchSize)) { in releaseFrameData()
1299 batchBufDef.user_buf.num_buffers = mBatchSize; in getBatchBufDef()
[all …]
DQCamera3Stream.h119 uint32_t mBatchSize; // 0: No batch, non-0: Number of imaage bufs in a batch variable
DQCamera3HWI.cpp345 mBatchSize(0), in QCamera3HardwareInterface()
3157 && mBatchSize) { in processCaptureRequest()
3158 rc = channel->setBatchSize(mBatchSize); in processCaptureRequest()
3212 rc = mDummyBatchChannel->setBatchSize(mBatchSize); in processCaptureRequest()
3399 if (!mBatchSize || in processCaptureRequest()
3400 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()
3401 (mBatchSize && isVidBufRequested && !mToBeQueuedVidBufs)) { in processCaptureRequest()
3414 if (mBatchSize) { in processCaptureRequest()
3586 && mBatchSize) { in processCaptureRequest()
3588 if (mToBeQueuedVidBufs == mBatchSize) { in processCaptureRequest()
[all …]
DQCamera3HWI.h410 uint8_t mBatchSize; variable
DQCamera3Channel.cpp1399 mBatchSize(0) in QCamera3RegularChannel()
1494 CDBG("%s: batch size is %d", __func__, mBatchSize); in initialize()
1502 mBatchSize); in initialize()
1523 mBatchSize = batchSize; in setBatchSize()
1524 CDBG("%s: Batch size set: %d", __func__, mBatchSize); in setBatchSize()
DQCamera3Channel.h263 uint32_t mBatchSize; variable