HomeSort by relevance Sort by last modified time
    Searched refs:mBatchSize (Results 1 - 25 of 43) sorted by null

1 2

  /hardware/qcom/gps/msm8998/android/location_api/
FlpAPIClient.h 68 int mBatchSize;
  /hardware/qcom/gps/sdm845/android/location_api/
BatchingAPIClient.h 66 int mBatchSize;
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Stream.cpp 99 if (stream->mBatchSize) {
100 //Allocate batch buffers if mBatchSize is non-zero. All the output
132 if (stream->mBatchSize) {
164 if (stream->mBatchSize) {
204 if (stream->mBatchSize) {
244 if (stream->mBatchSize) {
297 mBatchSize(0),
495 mBatchSize = batchSize;
533 if (mBatchSize)
807 if (UNLIKELY(mBatchSize)) {
    [all...]
QCamera3Stream.h 130 uint32_t mBatchSize; // 0: No batch, non-0: Number of imaage bufs in a batch
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.cpp 99 if (stream->mBatchSize) {
100 //Allocate batch buffers if mBatchSize is non-zero. All the output
132 if (stream->mBatchSize) {
164 if (stream->mBatchSize) {
204 if (stream->mBatchSize) {
244 if (stream->mBatchSize) {
296 mBatchSize(0),
488 mBatchSize = batchSize;
526 if (mBatchSize)
781 if (UNLIKELY(mBatchSize)) {
    [all...]
QCamera3Stream.h 129 uint32_t mBatchSize; // 0: No batch, non-0: Number of imaage bufs in a batch
QCamera3HWI.cpp 372 mBatchSize(0),
    [all...]
QCamera3HWI.h 493 uint8_t mBatchSize;
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Stream.cpp 81 if (stream->mBatchSize) {
82 //Allocate batch buffers if mBatchSize is non-zero. All the output
114 if (stream->mBatchSize) {
146 if (stream->mBatchSize) {
186 if (stream->mBatchSize) {
237 mBatchSize(0),
413 mBatchSize = batchSize;
450 if (mBatchSize)
655 if (UNLIKELY(mBatchSize)) {
    [all...]
QCamera3Stream.h 119 uint32_t mBatchSize; // 0: No batch, non-0: Number of imaage bufs in a batch
QCamera3HWI.h 425 uint8_t mBatchSize;
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Stream.cpp 81 if (stream->mBatchSize) {
82 //Allocate batch buffers if mBatchSize is non-zero. All the output
114 if (stream->mBatchSize) {
146 if (stream->mBatchSize) {
186 if (stream->mBatchSize) {
237 mBatchSize(0),
413 mBatchSize = batchSize;
450 if (mBatchSize)
655 if (UNLIKELY(mBatchSize)) {
    [all...]
QCamera3Stream.h 119 uint32_t mBatchSize; // 0: No batch, non-0: Number of imaage bufs in a batch
QCamera3HWI.h 425 uint8_t mBatchSize;
  /hardware/qcom/gps/msm8998/location/
LocationAPIClientBase.cpp 45 mBatchSize(-1),
203 if (mBatchSize == -1) {
206 {"BATCH_SIZE", &mBatchSize, nullptr, 'n'},
209 if (mBatchSize < 0) {
210 // set mBatchSize to 0 if we got an illegal value from config file
211 mBatchSize = 0;
214 return mBatchSize;
LocationAPIClientBase.h 464 int32_t mBatchSize;
  /hardware/qcom/gps/sdm845/location/
LocationAPIClientBase.cpp 45 mBatchSize(-1),
197 if (mBatchSize == -1) {
200 {"BATCH_SIZE", &mBatchSize, nullptr, 'n'},
203 if (mBatchSize < 0) {
204 // set mBatchSize to 0 if we got an illegal value from config file
205 mBatchSize = 0;
208 return mBatchSize;
LocationAPIClientBase.h 464 int32_t mBatchSize;
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice_1_0.h 176 uint32_t mBatchSize = 0; // 0 for non-batch mode, set to other value to start batching
  /hardware/interfaces/camera/device/3.2/default/
CameraDeviceSession.h 196 uint32_t mBatchSize;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 573 unsigned int mBatchSize;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 238 mBatchSize = 0;
453 if (omx->handle->mBatchSize) {
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 624 unsigned int mBatchSize;
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 585 unsigned int mBatchSize;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 188 mBatchSize = 0;
429 if (omx->handle->mBatchSize) {
    [all...]

Completed in 2019 milliseconds

1 2