Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParametersIntf.h278 cam_capture_frame_config_t getCaptureFrameConfig();
H A DQCameraParametersIntf.cpp1298 cam_capture_frame_config_t QCameraParametersIntf::getCaptureFrameConfig() in getCaptureFrameConfig() function in qcamera::QCameraParametersIntf
1302 return mImpl->getCaptureFrameConfig(); in getCaptureFrameConfig()
H A DQCameraParameters.h860 cam_capture_frame_config_t getCaptureFrameConfig() in getCaptureFrameConfig() function
H A DQCamera2HWI.cpp4843 cam_capture_frame_config_t config = mParameters.getCaptureFrameConfig(); in startAdvancedCapture()