/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 | 498 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 …]
|
D | QCamera3HWI.h | 674 uint8_t mBatchSize; variable
|
D | QCamera3Channel.h | 327 uint32_t mBatchSize; variable
|
/hardware/qcom/gps/msm8998/android/location_api/ |
D | FlpAPIClient.h | 68 int mBatchSize; variable
|
/hardware/qcom/gps/msm8909w_3100/android/location_api/ |
D | BatchingAPIClient.h | 66 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/msm8909w_3100/location/ |
D | LocationAPIClientBase.cpp | 227 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()
|
D | LocationAPIClientBase.h | 541 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/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/interfaces/camera/device/3.2/default/ |
D | CameraDeviceSession.h | 204 uint32_t mBatchSize; member
|
D | CameraDeviceSession.cpp | 363 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/ |
D | video_encoder_device_v4l2.h | 573 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
|