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

1 2

  /hardware/qcom/gps/msm8998/android/location_api/
FlpAPIClient.h 68 int mBatchSize;
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.cpp 98 if (stream->mBatchSize) {
99 //Allocate batch buffers if mBatchSize is non-zero. All the output
131 if (stream->mBatchSize) {
163 if (stream->mBatchSize) {
203 if (stream->mBatchSize) {
254 mBatchSize(0),
433 mBatchSize = batchSize;
471 if (mBatchSize)
726 if (UNLIKELY(mBatchSize)) {
765 /* 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 494 uint8_t mBatchSize;
QCamera3Channel.h 309 uint32_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;
QCamera3HWI.cpp 347 mBatchSize(0),
    [all...]
QCamera3Channel.h 263 uint32_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;
QCamera3HWI.cpp 347 mBatchSize(0),
    [all...]
QCamera3Channel.h 263 uint32_t mBatchSize;
  /hardware/qcom/gps/msm8998/location/
LocationAPIClientBase.cpp 44 mBatchSize(-1)
185 if (mBatchSize == -1) {
188 {"BATCH_SIZE", &mBatchSize, nullptr, 'n'},
191 if (mBatchSize < 0) {
192 // set mBatchSize to 0 if we got an illegal value from config file
193 mBatchSize = 0;
196 return mBatchSize;
LocationAPIClientBase.h 452 int32_t mBatchSize;
  /hardware/interfaces/camera/device/3.2/default/
CameraDeviceSession.h 181 uint32_t mBatchSize;
CameraDeviceSession.cpp 340 batch->mBatchSize = requests.size();
341 batch->mLastFrame = batch->mFirstFrame + batch->mBatchSize - 1;
344 batch->mBatchBufs.emplace(id, batch->mBatchSize);
    [all...]
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice_1_0.h 174 uint32_t mBatchSize = 0; // 0 for non-batch mode, set to other value to start batching
  /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 623 unsigned int mBatchSize;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 188 mBatchSize = 0;
426 if (omx->handle->mBatchSize) {
    [all...]

Completed in 1487 milliseconds

1 2