Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/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()
297 mBatchSize(0), in QCamera3Stream()
495 mBatchSize = batchSize; in init()
533 if (mBatchSize) in start()
807 if (UNLIKELY(mBatchSize)) { in bufDoneLocked()
1326 if (UNLIKELY(pme->mBatchSize)) { in releaseFrameData()
[all …]
DQCamera3Stream.h130 uint32_t mBatchSize; // 0: No batch, non-0: Number of imaage bufs in a batch variable
DQCamera3HWI.cpp498 mBatchSize(0), in QCamera3HardwareInterface()
3265 if (mBatchSize) { in configureStreamsPerfLocked()
5217 if (meta.exists(ANDROID_CONTROL_CAPTURE_INTENT) && mBatchSize) { in processCaptureRequest()
5258 && mBatchSize) { in processCaptureRequest()
5259 rc = channel->setBatchSize(mBatchSize); in processCaptureRequest()
5330 rc = mDummyBatchChannel->setBatchSize(mBatchSize); in processCaptureRequest()
5592 if (!mBatchSize || in processCaptureRequest()
5593 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()
5594 (mBatchSize && isVidBufRequested && !mToBeQueuedVidBufs)) { in processCaptureRequest()
5619 if (mBatchSize) { in processCaptureRequest()
[all …]
DQCamera3HWI.h674 uint8_t mBatchSize; variable
DQCamera3Channel.h327 uint32_t mBatchSize; variable
/hardware/qcom/gps/msm8998/android/location_api/
DFlpAPIClient.h68 int mBatchSize; variable
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DBatchingAPIClient.h66 int mBatchSize; variable
/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.cpp45 mBatchSize(-1), in LocationAPIClientBase()
203 if (mBatchSize == -1) { in locAPIGetBatchSize()
206 {"BATCH_SIZE", &mBatchSize, nullptr, 'n'}, in locAPIGetBatchSize()
209 if (mBatchSize < 0) { in locAPIGetBatchSize()
211 mBatchSize = 0; in locAPIGetBatchSize()
214 return mBatchSize; in locAPIGetBatchSize()
DLocationAPIClientBase.h464 int32_t mBatchSize; variable
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.cpp227 mBatchSize(-1), in LocationAPIClientBase()
363 if (mBatchSize == -1) { in locAPIGetBatchSize()
366 {"BATCH_SIZE", &mBatchSize, nullptr, 'n'}, in locAPIGetBatchSize()
369 if (mBatchSize < 0) { in locAPIGetBatchSize()
371 mBatchSize = 0; in locAPIGetBatchSize()
374 return mBatchSize; in locAPIGetBatchSize()
DLocationAPIClientBase.h541 int32_t mBatchSize; variable
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice_1_0.h176 uint32_t mBatchSize = 0; // 0 for non-batch mode, set to other value to start batching member
DCameraDevice.cpp464 batchSize = mBatchSize; in handleCallbackTimestamp()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp238 mBatchSize = 0; in venc_dev()
453 if (omx->handle->mBatchSize) { in async_venc_message_thread()
1516 if (metadatamode && mBatchSize) { in venc_get_buf_req()
1573 if (mBatchSize) { in venc_get_buf_req()
1577 bufreq.count = MAX(*actual_buff_count, mBatchSize) + mBatchSize; in venc_get_buf_req()
3393 *size = mBatchSize; in venc_get_batch_size()
3463 if (!mBatchSize && hnd->numFds + hnd->numInts > 3) { in venc_empty_buf()
3465 } else if (mBatchSize) { in venc_empty_buf()
3514 if (mBatchSize) { in venc_empty_buf()
3515 if ((unsigned)hnd->numFds != mBatchSize) { in venc_empty_buf()
[all …]
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.h204 uint32_t mBatchSize; member
DCameraDeviceSession.cpp363 batch->mBatchSize = batchSize; in registerBatch()
364 batch->mLastFrame = batch->mFirstFrame + batch->mBatchSize - 1; in registerBatch()
367 batch->mBatchBufs.emplace(id, batch->mBatchSize); in registerBatch()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h573 unsigned int mBatchSize; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h624 unsigned int mBatchSize; variable