/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Stream.cpp | 99 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 …]
|
D | QCamera3Stream.h | 130 uint32_t mBatchSize; // 0: No batch, non-0: Number of imaage bufs in a batch variable
|
D | QCamera3HWI.cpp | 494 mBatchSize(0), in QCamera3HardwareInterface() 5093 if (mBatchSize) { in processCaptureRequest() 5172 && mBatchSize) { in processCaptureRequest() 5173 rc = channel->setBatchSize(mBatchSize); in processCaptureRequest() 5244 rc = mDummyBatchChannel->setBatchSize(mBatchSize); in processCaptureRequest() 5501 if (!mBatchSize || in processCaptureRequest() 5502 (mBatchSize && !isVidBufRequested) || in processCaptureRequest() 5503 (mBatchSize && isVidBufRequested && !mToBeQueuedVidBufs)) { in processCaptureRequest() 5528 if (mBatchSize) { in processCaptureRequest() 5841 && mBatchSize) { in processCaptureRequest() [all …]
|
D | QCamera3Channel.cpp | 1898 mBatchSize(0), in QCamera3RegularChannel() 2004 LOGD("batch size is %d", mBatchSize); in initialize() 2012 mBatchSize); in initialize() 2033 mBatchSize = batchSize; in setBatchSize() 2034 LOGD("Batch size set: %d", mBatchSize); in setBatchSize()
|
D | QCamera3HWI.h | 669 uint8_t mBatchSize; variable
|
D | QCamera3Channel.h | 326 uint32_t mBatchSize; variable
|
/hardware/qcom/gps/sdm845/android/location_api/ |
D | BatchingAPIClient.h | 66 int mBatchSize; variable
|
/hardware/qcom/gps/msm8998/android/location_api/ |
D | FlpAPIClient.h | 68 int mBatchSize; variable
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPIClientBase.cpp | 45 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()
|
D | LocationAPIClientBase.h | 464 int32_t mBatchSize; variable
|
/hardware/qcom/gps/sdm845/location/ |
D | LocationAPIClientBase.cpp | 45 mBatchSize(-1), in LocationAPIClientBase() 197 if (mBatchSize == -1) { in locAPIGetBatchSize() 200 {"BATCH_SIZE", &mBatchSize, nullptr, 'n'}, in locAPIGetBatchSize() 203 if (mBatchSize < 0) { in locAPIGetBatchSize() 205 mBatchSize = 0; in locAPIGetBatchSize() 208 return mBatchSize; in locAPIGetBatchSize()
|
D | LocationAPIClientBase.h | 464 int32_t mBatchSize; variable
|
/hardware/interfaces/camera/device/1.0/default/ |
D | CameraDevice_1_0.h | 176 uint32_t mBatchSize = 0; // 0 for non-batch mode, set to other value to start batching member
|
D | CameraDevice.cpp | 464 batchSize = mBatchSize; in handleCallbackTimestamp()
|
/hardware/interfaces/camera/device/3.2/default/ |
D | CameraDeviceSession.h | 196 uint32_t mBatchSize; member
|
D | CameraDeviceSession.cpp | 340 batch->mBatchSize = requests.size(); in registerBatch() 341 batch->mLastFrame = batch->mFirstFrame + batch->mBatchSize - 1; in registerBatch() 344 batch->mBatchBufs.emplace(id, batch->mBatchSize); in registerBatch()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 238 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/media/sdm845/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 106 mBatchSize = 0; in venc_dev() 343 if (omx->handle->mBatchSize) { in async_venc_message_thread() 1632 if (metadatamode && mBatchSize) { in venc_get_buf_req() 1719 if (mBatchSize) { in venc_get_buf_req() 1723 minCount = MAX((unsigned int)control.value, mBatchSize) + mBatchSize; in venc_get_buf_req() 1724 DEBUG_PRINT_LOW("set min count %d as mBatchSize %d", minCount, mBatchSize); in venc_get_buf_req() 3485 *size = mBatchSize; in venc_get_batch_size() 3611 if (mBatchSize) { in venc_empty_buf() 3612 if ((unsigned int)MetaBufferUtil::getBatchSize(hnd) != mBatchSize) { in venc_empty_buf() 3614 mBatchSize, MetaBufferUtil::getBatchSize(hnd)); in venc_empty_buf() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 188 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/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 573 unsigned int mBatchSize; variable
|
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 585 unsigned int mBatchSize; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 624 unsigned int mBatchSize; variable
|