Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Stream.cpp99 if (stream->mBatchSize) { in get_bufs()
132 if (stream->mBatchSize) { in put_bufs()
164 if (stream->mBatchSize) { in invalidate_buf()
204 if (stream->mBatchSize) { in clean_invalidate_buf()
244 if (stream->mBatchSize) { in clean_buf()
296 mBatchSize(0), in QCamera3Stream()
488 mBatchSize = batchSize; in init()
526 if (mBatchSize) in start()
781 if (UNLIKELY(mBatchSize)) { in bufDone()
1298 if (UNLIKELY(pme->mBatchSize)) { in releaseFrameData()
[all …]
DQCamera3Stream.h129 uint32_t mBatchSize; // 0: No batch, non-0: Number of imaage bufs in a batch variable
DQCamera3HWI.cpp394 mBatchSize(0), in QCamera3HardwareInterface()
2623 if (mBatchSize) { in configureStreamsPerfLocked()
2686 && mBatchSize) { in configureStreamsPerfLocked()
2687 rc = channel->setBatchSize(mBatchSize); in configureStreamsPerfLocked()
2741 rc = mDummyBatchChannel->setBatchSize(mBatchSize); in configureStreamsPerfLocked()
4252 if (!mBatchSize || in processCaptureRequest()
4253 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()
4254 (mBatchSize && isVidBufRequested && !mToBeQueuedVidBufs)) { in processCaptureRequest()
4267 if (mBatchSize) { in processCaptureRequest()
4529 && mBatchSize) { in processCaptureRequest()
[all …]
DQCamera3HWI.h526 uint8_t mBatchSize; variable
DQCamera3Channel.cpp1766 mBatchSize(0), in QCamera3RegularChannel()
1863 LOGD("batch size is %d", mBatchSize); in initialize()
1871 mBatchSize); in initialize()
1892 mBatchSize = batchSize; in setBatchSize()
1893 LOGD("Batch size set: %d", mBatchSize); in setBatchSize()
DQCamera3Channel.h309 uint32_t mBatchSize; variable