Home
last modified time | relevance | path

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

12

/hardware/google/aemu/base/include/aemu/base/memory/
DContiguousRangeMapper.h34 mMapFunc(std::move(mapFunc)), mBatchSize(batchSize) { } in mMapFunc()
50 uintptr_t mBatchSize = 0; variable
/hardware/qcom/sm8150/gps/batching/
DBatchingAdapter.h80 size_t mBatchSize; variable
141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize()
142 size_t getBatchSize() { return mBatchSize; } in getBatchSize()
/hardware/qcom/sm8150p/gps/batching/
DBatchingAdapter.h80 size_t mBatchSize; variable
141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize()
142 size_t getBatchSize() { return mBatchSize; } in getBatchSize()
/hardware/qcom/sm7250/gps/batching/
DBatchingAdapter.h80 size_t mBatchSize; variable
141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize()
142 size_t getBatchSize() { return mBatchSize; } in getBatchSize()
/hardware/qcom/sm7150/gps/batching/
DBatchingAdapter.h80 size_t mBatchSize; variable
141 void setBatchSize(size_t batchSize) { mBatchSize = batchSize; } in setBatchSize()
142 size_t getBatchSize() { return mBatchSize; } in getBatchSize()
/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()
3323 if (mBatchSize) { in configureStreamsPerfLocked()
5356 if (meta.exists(ANDROID_CONTROL_CAPTURE_INTENT) && mBatchSize) { in processCaptureRequest()
5397 && mBatchSize) { in processCaptureRequest()
5398 rc = channel->setBatchSize(mBatchSize); in processCaptureRequest()
5469 rc = mDummyBatchChannel->setBatchSize(mBatchSize); in processCaptureRequest()
5731 if (!mBatchSize || in processCaptureRequest()
5732 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()
5733 (mBatchSize && isVidBufRequested && !mToBeQueuedVidBufs)) { in processCaptureRequest()
5758 if (mBatchSize) { in processCaptureRequest()
[all …]
/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()
/hardware/qcom/sm8150p/gps/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()
/hardware/qcom/sm7250/gps/location/
DLocationAPIClientBase.cpp264 mBatchSize(-1), in LocationAPIClientBase()
422 if (mBatchSize == -1) { in locAPIGetBatchSize()
425 {"BATCH_SIZE", &mBatchSize, nullptr, 'n'}, in locAPIGetBatchSize()
428 if (mBatchSize < 0) { in locAPIGetBatchSize()
430 mBatchSize = 0; in locAPIGetBatchSize()
433 return mBatchSize; in locAPIGetBatchSize()
/hardware/qcom/sm7150/gps/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()
/hardware/qcom/sm8150/gps/location/
DLocationAPIClientBase.cpp259 mBatchSize(-1), in LocationAPIClientBase()
414 if (mBatchSize == -1) { in locAPIGetBatchSize()
417 {"BATCH_SIZE", &mBatchSize, nullptr, 'n'}, in locAPIGetBatchSize()
420 if (mBatchSize < 0) { in locAPIGetBatchSize()
422 mBatchSize = 0; in locAPIGetBatchSize()
425 return mBatchSize; in locAPIGetBatchSize()
/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()
/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/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp122 mBatchSize = 0; in venc_dev()
383 if (omx->handle->mBatchSize) { in async_venc_message_thread()
1913 if (metadatamode && mBatchSize) { in venc_get_buf_req()
1997 if (mBatchSize) { in venc_get_buf_req()
2001 minCount = MAX((unsigned int)control.value, mBatchSize) + mBatchSize; in venc_get_buf_req()
2002 DEBUG_PRINT_LOW("set min count %d as mBatchSize %d", minCount, mBatchSize); in venc_get_buf_req()
2530 *size = mBatchSize; in venc_get_batch_size()
2667 if (mBatchSize) { in venc_empty_buf()
2668 if ((unsigned int)MetaBufferUtil::getBatchSize(hnd) != mBatchSize) { in venc_empty_buf()
2670 mBatchSize, MetaBufferUtil::getBatchSize(hnd)); in venc_empty_buf()
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.h209 uint32_t mBatchSize; member
/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/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h514 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/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp144 mBatchSize = 0; in venc_dev()
392 if (omx->handle->mBatchSize) { in async_venc_message_thread()
2118 if (metadatamode && mBatchSize) { in venc_get_buf_req()
2211 if (mBatchSize) { in venc_get_buf_req()
2215 minCount = MAX((unsigned int)control.value, mBatchSize) + mBatchSize; in venc_get_buf_req()
2216 DEBUG_PRINT_LOW("set min count %d as mBatchSize %d", minCount, mBatchSize); in venc_get_buf_req()
4166 *size = mBatchSize; in venc_get_batch_size()
4296 if (mBatchSize) { in venc_empty_buf()
4297 if ((unsigned int)MetaBufferUtil::getBatchSize(hnd) != mBatchSize) { in venc_empty_buf()
4299 mBatchSize, MetaBufferUtil::getBatchSize(hnd)); in venc_empty_buf()
[all …]
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h579 unsigned int mBatchSize; variable

12