Home
last modified time | relevance | path

Searched refs:isChromaFlashEnabled (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h210 bool isChromaFlashEnabled();
DQCameraParameters.h781 inline bool isChromaFlashEnabled() {return m_bChromaFlashOn;}; in isChromaFlashEnabled() function
805 isChromaFlashEnabled() || isOptiZoomEnabled() || isUbiRefocus() in generateThumbFromMain()
810 isChromaFlashEnabled() || m_bOptiZoomOn || isHDREnabled() || in isAdvCamFeaturesEnabled()
DQCameraParametersIntf.cpp871 bool QCameraParametersIntf::isChromaFlashEnabled() in isChromaFlashEnabled() function in qcamera::QCameraParametersIntf
875 return mImpl->isChromaFlashEnabled(); in isChromaFlashEnabled()
DQCamera2HWI.cpp1592 if (hw->mFlashNeeded || hw->mParameters.isChromaFlashEnabled()) { in prepare_snapshot()
4369 } else if ((mParameters.isChromaFlashEnabled()) in unconfigureAdvancedCapture()
4466 } else if ((mParameters.isChromaFlashEnabled()) in configureAdvancedCapture()
4789 } else if (mParameters.isChromaFlashEnabled() in stopAdvancedCapture()
4839 } else if (mParameters.isChromaFlashEnabled() in startAdvancedCapture()
5187 mParameters.isChromaFlashEnabled()) { in takePicture()
5688 if (mFlashNeeded == 1 || mParameters.isChromaFlashEnabled()) { in takeBackendPic_internal()
8415 if(mParameters.isChromaFlashEnabled()) { in getPPConfig()
DQCameraParameters.cpp5183 if (isChromaFlashEnabled()) { in checkFeatureConcurrency()
7584 if (isChromaFlashEnabled()) { in configureFlash()
7827 } else if (isChromaFlashEnabled()) { in configFrameCapture()
7905 } else if ((isChromaFlashEnabled()) || (mFlashValue != CAM_FLASH_MODE_OFF) in resetFrameCapture()
10905 } else if (isChromaFlashEnabled()) { in getBurstCountForAdvancedCapture()
14163 if (isUbiFocusEnabled() || isChromaFlashEnabled() || in needThumbnailReprocess()
14208 } else if (isChromaFlashEnabled()) { in getNumOfExtraBuffersForImageProc()
14251 } else if (isChromaFlashEnabled()) { in getExifBufIndex()
14290 } else if (isChromaFlashEnabled()) { in getNumberInBufsForSingleShot()
15148 snprintf(s, 128, "isChromaFlashEnabled: %d\n", isChromaFlashEnabled()); in dump()
DQCameraPostProc.cpp2556 m_parent->mParameters.isChromaFlashEnabled() || in encodeData()