Home
last modified time | relevance | path

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

12

/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()
506 mBatchSize = batchSize; in init()
544 if (mBatchSize) in start()
818 if (UNLIKELY(mBatchSize)) { in bufDoneLocked()
1337 if (UNLIKELY(pme->mBatchSize)) { in releaseFrameData()
[all …]
DQCamera3Stream.h131 uint32_t mBatchSize; // 0: No batch, non-0: Number of imaage bufs in a batch variable
DQCamera3HWI.cpp520 mBatchSize(0), in QCamera3HardwareInterface()
3328 if (mBatchSize) { in configureStreamsPerfLocked()
5337 if (meta.exists(ANDROID_CONTROL_CAPTURE_INTENT) && mBatchSize) { in processCaptureRequest()
5378 && mBatchSize) { in processCaptureRequest()
5379 rc = channel->setBatchSize(mBatchSize); in processCaptureRequest()
5450 rc = mDummyBatchChannel->setBatchSize(mBatchSize); in processCaptureRequest()
5712 if (!mBatchSize || in processCaptureRequest()
5713 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()
5714 (mBatchSize && isVidBufRequested && !mToBeQueuedVidBufs)) { in processCaptureRequest()
5739 if (mBatchSize) { in processCaptureRequest()
[all …]
DQCamera3Channel.cpp1939 mBatchSize(0), in QCamera3RegularChannel()
2045 LOGD("batch size is %d", mBatchSize); in initialize()
2053 mBatchSize); in initialize()
2074 mBatchSize = batchSize; in setBatchSize()
2075 LOGD("Batch size set: %d", mBatchSize); in setBatchSize()
DQCamera3Channel.h327 uint32_t mBatchSize; variable
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DBatchingAPIClient.h66 int mBatchSize; variable
/hardware/qcom/sdm845/gps/msm8998/android/location_api/
DFlpAPIClient.h68 int mBatchSize; variable
/hardware/qcom/gps/msm8998/android/location_api/
DFlpAPIClient.h68 int mBatchSize; variable
/hardware/qcom/sdm845/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/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/qcom/sdm845/gps/sdm845/location/
DLocationAPIClientBase.cpp257 mBatchSize(-1), in LocationAPIClientBase()
393 if (mBatchSize == -1) { in locAPIGetBatchSize()
396 {"BATCH_SIZE", &mBatchSize, nullptr, 'n'}, in locAPIGetBatchSize()
399 if (mBatchSize < 0) { in locAPIGetBatchSize()
401 mBatchSize = 0; in locAPIGetBatchSize()
404 return mBatchSize; in locAPIGetBatchSize()
DLocationAPIClientBase.h578 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
/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/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp111 mBatchSize = 0; in venc_dev()
351 if (omx->handle->mBatchSize) { in async_venc_message_thread()
1785 if (metadatamode && mBatchSize) { in venc_get_buf_req()
1872 if (mBatchSize) { in venc_get_buf_req()
1876 minCount = MAX((unsigned int)control.value, mBatchSize) + mBatchSize; in venc_get_buf_req()
1877 DEBUG_PRINT_LOW("set min count %d as mBatchSize %d", minCount, mBatchSize); in venc_get_buf_req()
3818 *size = mBatchSize; in venc_get_batch_size()
3946 if (mBatchSize) { in venc_empty_buf()
3947 if ((unsigned int)MetaBufferUtil::getBatchSize(hnd) != mBatchSize) { in venc_empty_buf()
3949 mBatchSize, MetaBufferUtil::getBatchSize(hnd)); in venc_empty_buf()
[all …]
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.h209 uint32_t mBatchSize; member
DCameraDeviceSession.cpp419 batch->mBatchSize = batchSize; in registerBatch()
420 batch->mLastFrame = batch->mFirstFrame + batch->mBatchSize - 1; in registerBatch()
423 batch->mBatchBufs.emplace(id, batch->mBatchSize); in registerBatch()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp188 mBatchSize = 0; in venc_dev()
429 if (omx->handle->mBatchSize) { in async_venc_message_thread()
1716 if (metadatamode && mBatchSize) { in venc_get_buf_req()
1734 if (metadatamode && mBatchSize) { in venc_get_buf_req()
1781 if (mBatchSize) { in venc_get_buf_req()
1785 bufreq.count = MAX(*actual_buff_count, mBatchSize) + mBatchSize; in venc_get_buf_req()
3832 *size = mBatchSize; in venc_get_batch_size()
3963 if (mBatchSize) { in venc_empty_buf()
3964 if ((unsigned int)MetaBufferUtil::getBatchSize(hnd) != mBatchSize) { in venc_empty_buf()
3966 mBatchSize, MetaBufferUtil::getBatchSize(hnd)); in venc_empty_buf()
[all …]
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h573 unsigned int mBatchSize; variable
/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

12