Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Stream.cpp97 if (stream->mBatchSize) { in get_bufs()
130 if (stream->mBatchSize) { in put_bufs()
162 if (stream->mBatchSize) { in invalidate_buf()
202 if (stream->mBatchSize) { in clean_invalidate_buf()
253 mBatchSize(0), in QCamera3Stream()
431 mBatchSize = batchSize; in init()
468 if (mBatchSize) in start()
679 if (UNLIKELY(mBatchSize)) { in bufDone()
1127 if (UNLIKELY(pme->mBatchSize)) { in releaseFrameData()
1343 batchBufDef.user_buf.num_buffers = mBatchSize; in getBatchBufDef()
[all …]
DQCamera3Stream.h123 uint32_t mBatchSize; // 0: No batch, non-0: Number of imaage bufs in a batch variable
DQCamera3HWI.h450 uint8_t mBatchSize; variable
DQCamera3Channel.cpp1652 mBatchSize(0), in QCamera3RegularChannel()
1749 LOGD("batch size is %d", mBatchSize); in initialize()
1757 mBatchSize); in initialize()
1778 mBatchSize = batchSize; in setBatchSize()
1779 LOGD("Batch size set: %d", mBatchSize); in setBatchSize()
DQCamera3Channel.h293 uint32_t mBatchSize; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp236 mBatchSize = 0; in venc_dev()
437 if (omx->handle->mBatchSize) { in async_venc_message_thread()
1482 if (metadatamode && mBatchSize) { in venc_get_buf_req()
1539 if (mBatchSize) { in venc_get_buf_req()
1543 bufreq.count = MAX(*actual_buff_count, mBatchSize) + mBatchSize; in venc_get_buf_req()
3154 *size = mBatchSize; in venc_get_batch_size()
3224 if (!mBatchSize && hnd->numFds + hnd->numInts > 3) { in venc_empty_buf()
3226 } else if (mBatchSize) { in venc_empty_buf()
3258 if (mBatchSize) { in venc_empty_buf()
3259 if ((unsigned)hnd->numFds != mBatchSize) { in venc_empty_buf()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h542 unsigned int mBatchSize; variable