Home
last modified time | relevance | path

Searched refs:mBundledSnapshot (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.h92 bool mBundledSnapshot; variable
DQCameraChannel.cpp193 mBundledSnapshot = false; in init()
718 mBundledSnapshot = bundledSnapshot; in processCameraControl()
768 if ((mActiveCameras == MM_CAMERA_DUAL_CAM) && mBundledSnapshot) { in getSnapshotHandle()
DQCamera2HWI.h613 bool mBundledSnapshot; variable
DQCamera2HWI.cpp1953 mBundledSnapshot = 0; in openCamera()
4757 if (mActiveCameras == MM_CAMERA_DUAL_CAM && mBundledSnapshot == TRUE) { in configureHalPostProcess()
4938 if (mActiveCameras == MM_CAMERA_DUAL_CAM && mBundledSnapshot) { in takePicture()
7209 ((activeCameras == MM_CAMERA_DUAL_CAM) && (bundledSnapshot != mBundledSnapshot))) { in processCameraControl()
7220 mActiveCameras, activeCameras, mBundledSnapshot, bundledSnapshot); in processCameraControl()
7222 mBundledSnapshot = bundledSnapshot; in processCameraControl()
8613 if (isDualCamera() && mBundledSnapshot) { in addReprocChannel()
10359 if ((mActiveCameras == MM_CAMERA_DUAL_CAM) && mBundledSnapshot) { in getSnapshotHandle()
DQCamera2HWICallbacks.cpp2080 if ((mActiveCameras == MM_CAMERA_DUAL_CAM) && mBundledSnapshot) { in updateMetadata()