Searched defs:batchSize (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Stream.cpp313 * @batchSize : Number of image buffers in a batch.
330 uint32_t batchSize,
337 LOGD("batch size is %d", batchSize);
394 } else if (batchSize) {
395 if (batchSize > MAX_BATCH_SIZE) {
396 LOGE("batchSize:%d is very large", batchSize);
401 mNumBatchBufs = MAX_INFLIGHT_HFR_REQUESTS / batchSize;
403 mStreamInfo->user_buf_info.frame_buf_cnt = batchSize;
410 LOGD("batch size is %d", batchSize);
322 init(cam_stream_type_t streamType, cam_format_t streamFormat, cam_dimension_t streamDim, cam_rotation_t streamRotation, cam_stream_reproc_config_t* reprocess_config, uint8_t minNumBuffers, cam_feature_mask_t postprocess_mask, cam_is_type_t is_type, uint32_t batchSize, hal3_stream_cb_routine stream_cb, void *userdata) argument
[all...]
H A DQCamera3Channel.cpp164 uint32_t batchSize)
187 LOGD("batch size is %d", batchSize);
190 NULL, minStreamBufNum, postprocessMask, isType, batchSize,
276 * @batchSize : Number of image buffers in a batch
282 int32_t QCamera3Channel::setBatchSize(uint32_t batchSize) argument
284 LOGD("Dummy method. batchSize: %d unused ", batchSize);
1862 * @batchSize : Number of image buffers in a batch
1868 int32_t QCamera3RegularChannel::setBatchSize(uint32_t batchSize) argument
1872 mBatchSize = batchSize;
157 addStream(cam_stream_type_t streamType, cam_format_t streamFormat, cam_dimension_t streamDim, cam_rotation_t streamRotation, uint8_t minStreamBufNum, cam_feature_mask_t postprocessMask, cam_is_type_t isType, uint32_t batchSize) argument
[all...]
H A DQCamera3HWI.cpp4772 uint8_t batchSize = mBatchSize; local
4774 if (batchSize) {
9083 * Eg: for 240fps at batchSize 4, preview = 60fps
9084 * for 120fps at batchSize 4, preview = 30fps
9115 LOGD("hfrMode: %d batchSize: %d", hfrMode, mBatchSize);
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Stream.cpp356 * @batchSize : Number of image buffers in a batch.
373 uint32_t batchSize,
382 LOGD("batch size is %d", batchSize);
449 } else if (batchSize) {
450 if (batchSize > MAX_BATCH_SIZE) {
451 LOGE("batchSize:%d is very large", batchSize);
456 mNumBatchBufs = MAX_INFLIGHT_HFR_REQUESTS / batchSize;
458 mStreamInfo->user_buf_info.frame_buf_cnt = batchSize;
465 LOGD("batch size is %d", batchSize);
365 init(cam_stream_type_t streamType, cam_format_t streamFormat, cam_dimension_t streamDim, cam_rotation_t streamRotation, cam_stream_reproc_config_t* reprocess_config, uint8_t minNumBuffers, cam_feature_mask_t postprocess_mask, cam_is_type_t is_type, uint32_t batchSize, hal3_stream_cb_routine stream_cb, void *userdata) argument
[all...]
H A DQCamera3Channel.cpp165 uint32_t batchSize)
188 LOGD("batch size is %d", batchSize);
191 NULL, minStreamBufNum, postprocessMask, isType, batchSize,
277 * @batchSize : Number of image buffers in a batch
283 int32_t QCamera3Channel::setBatchSize(uint32_t batchSize) argument
285 LOGD("Dummy method. batchSize: %d unused ", batchSize);
1900 * @batchSize : Number of image buffers in a batch
1906 int32_t QCamera3RegularChannel::setBatchSize(uint32_t batchSize) argument
1910 mBatchSize = batchSize;
158 addStream(cam_stream_type_t streamType, cam_format_t streamFormat, cam_dimension_t streamDim, cam_rotation_t streamRotation, uint8_t minStreamBufNum, cam_feature_mask_t postprocessMask, cam_is_type_t isType, uint32_t batchSize) argument
[all...]
H A DQCamera3HWI.cpp5402 uint8_t batchSize = mBatchSize; local
5404 if (batchSize) {
10168 * Eg: for 240fps at batchSize 4, preview = 60fps
10169 * for 120fps at batchSize 4, preview = 30fps
10200 LOGD("hfrMode: %d batchSize: %d", hfrMode, mBatchSize);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp7064 bool venc_dev::venc_set_batch_size(OMX_U32 batchSize) argument
7070 control.value = batchSize ? V4L2_VIDC_QBUF_BATCHED : V4L2_VIDC_QBUF_STANDARD;
7078 mBatchSize = batchSize;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp7602 bool venc_dev::venc_set_batch_size(OMX_U32 batchSize) argument
7608 control.value = batchSize ? V4L2_VIDC_QBUF_BATCHED : V4L2_VIDC_QBUF_STANDARD;
7616 mBatchSize = batchSize;
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_QCOMExtns.h2052 static int getNumFdsForBatch(int batchSize) { argument
2053 return batchSize;
2055 static int getNumIntsForBatch(int batchSize) { argument
2056 return batchSize * INT_TOTAL;

Completed in 122 milliseconds