Home
last modified time | relevance | path

Searched refs:analysis_max_res (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/common/
Dcam_intf.h389 cam_dimension_t analysis_max_res; member
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c565 cam_dimension_t max_analysis_dim = cam_cap->analysis_max_res; in mm_app_get_analysis_stream_dim()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.cpp10141 max_dim.width = m_pCapability->analysis_max_res.width; in getStreamDimension()
10142 max_dim.height = m_pCapability->analysis_max_res.height; in getStreamDimension()