Home
last modified time | relevance | path

Searched refs:stream_config_info (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp13509 int32_t QCameraParameters::updateSnapshotPpMask(cam_stream_size_info_t &stream_config_info) in updateSnapshotPpMask() argument
13517 for (uint32_t j = 0; j < stream_config_info.num_streams; j++) { in updateSnapshotPpMask()
13518 if (stream_config_info.stream_sizes[j].width > max_dim.width) { in updateSnapshotPpMask()
13519 max_dim.width = stream_config_info.stream_sizes[j].width; in updateSnapshotPpMask()
13521 if (stream_config_info.stream_sizes[j].height > max_dim.height) { in updateSnapshotPpMask()
13522 max_dim.height = stream_config_info.stream_sizes[j].height; in updateSnapshotPpMask()
13532 for (uint32_t k = 0; k < stream_config_info.num_streams; k++) { in updateSnapshotPpMask()
13533 if( stream_config_info.type[k] == CAM_STREAM_TYPE_SNAPSHOT) { in updateSnapshotPpMask()
13535 stream_config_info.postprocess_mask[k] = in updateSnapshotPpMask()
13539 stream_config_info.type[k], in updateSnapshotPpMask()
[all …]
DQCameraParameters.h738 int32_t updateSnapshotPpMask(cam_stream_size_info_t &stream_config_info);
905 bool sendStreamConfigForPickRes(cam_stream_size_info_t &stream_config_info);
1084 bool sendStreamConfigInfo(cam_stream_size_info_t &stream_config_info);
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h488 cam_stream_size_info_t stream_config_info);
DQCamera3HWI.cpp780 cam_stream_size_info_t stream_config_info; in ~QCamera3HardwareInterface() local
781 memset(&stream_config_info, 0, sizeof(cam_stream_size_info_t)); in ~QCamera3HardwareInterface()
782 stream_config_info.buffer_info.min_buffers = MIN_INFLIGHT_REQUESTS; in ~QCamera3HardwareInterface()
783 stream_config_info.buffer_info.max_buffers = in ~QCamera3HardwareInterface()
788 stream_config_info); in ~QCamera3HardwareInterface()
1520 cam_stream_size_info_t stream_config_info) in isSupportChannelNeeded() argument
1525 for (i = 0; i < stream_config_info.num_streams; i++) { in isSupportChannelNeeded()
1526 if (stream_config_info.type[i] != CAM_STREAM_TYPE_ANALYSIS && in isSupportChannelNeeded()
1527 stream_config_info.postprocess_mask[i] != CAM_QCOM_FEATURE_NONE) { in isSupportChannelNeeded()
3176 cam_stream_size_info_t stream_config_info; in configureStreamsPerfLocked() local
[all …]