Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.h197 bool isChromaFlashEnabled();
DQCameraParameters.h756 inline bool isChromaFlashEnabled() {return m_bChromaFlashOn;}; in isChromaFlashEnabled() function
780 isChromaFlashEnabled() || isOptiZoomEnabled() || isUbiRefocus() in generateThumbFromMain()
785 isChromaFlashEnabled() || m_bOptiZoomOn || isHDREnabled() || in isAdvCamFeaturesEnabled()
DQCameraParametersIntf.cpp819 bool QCameraParametersIntf::isChromaFlashEnabled() in isChromaFlashEnabled() function in qcamera::QCameraParametersIntf
823 return mImpl->isChromaFlashEnabled(); in isChromaFlashEnabled()
DQCamera2HWI.cpp1578 if (hw->mFlashNeeded || hw->mParameters.isChromaFlashEnabled()) { in prepare_snapshot()
3879 } else if ((mParameters.isChromaFlashEnabled()) in unconfigureAdvancedCapture()
3972 } else if ((mParameters.isChromaFlashEnabled()) in configureAdvancedCapture()
4251 } else if (mParameters.isChromaFlashEnabled() in stopAdvancedCapture()
4297 } else if (mParameters.isChromaFlashEnabled() in startAdvancedCapture()
4626 mParameters.isChromaFlashEnabled()) { in takePicture()
5121 if (mFlashNeeded == 1 || mParameters.isChromaFlashEnabled()) { in takeBackendPic_internal()
7484 if(mParameters.isChromaFlashEnabled()) { in getPPConfig()
DQCameraParameters.cpp4948 if (isChromaFlashEnabled()) { in checkFeatureConcurrency()
7303 if (isChromaFlashEnabled()) { in configureFlash()
7547 } else if (isChromaFlashEnabled()) { in configFrameCapture()
7624 } else if ((isChromaFlashEnabled()) || (mFlashValue != CAM_FLASH_MODE_OFF) in resetFrameCapture()
10489 } else if (isChromaFlashEnabled()) { in getBurstCountForAdvancedCapture()
12969 if (isUbiFocusEnabled() || isChromaFlashEnabled() || in needThumbnailReprocess()
13013 } else if (isChromaFlashEnabled()) { in getNumOfExtraBuffersForImageProc()
13052 } else if (isChromaFlashEnabled()) { in getExifBufIndex()
13091 } else if (isChromaFlashEnabled()) { in getNumberInBufsForSingleShot()
13830 snprintf(s, 128, "isChromaFlashEnabled: %d\n", isChromaFlashEnabled()); in dump()
DQCameraPostProc.cpp2244 m_parent->mParameters.isChromaFlashEnabled() || in encodeData()