Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.h80 int32_t processCameraControl(uint32_t camState, bool bundledSnapshot);
DQCameraChannel.cpp703 bool bundledSnapshot) in processCameraControl() argument
718 mBundledSnapshot = bundledSnapshot; in processCameraControl()
DQCamera2HWI.cpp7160 bool bundledSnapshot; in processDualCamFovControl() local
7172 bundledSnapshot = fovControlResult.snapshotPostProcess; in processDualCamFovControl()
7175 processCameraControl(activeCameras, bundledSnapshot); in processDualCamFovControl()
7193 bool bundledSnapshot) in processCameraControl() argument
7200 ret = m_channels[i]->processCameraControl(activeCameras, bundledSnapshot); in processCameraControl()
7209 ((activeCameras == MM_CAMERA_DUAL_CAM) && (bundledSnapshot != mBundledSnapshot))) { in processCameraControl()
7216 mParameters.setBundledSnapshot(bundledSnapshot); in processCameraControl()
7220 mActiveCameras, activeCameras, mBundledSnapshot, bundledSnapshot); in processCameraControl()
7222 mBundledSnapshot = bundledSnapshot; in processCameraControl()
DQCamera2HWI.h604 int32_t processCameraControl(uint32_t camState, bool bundledSnapshot);