Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h252 int32_t resetFrameCapture(bool commitSettings, bool lowLightEnabled);
DQCameraParametersIntf.cpp1137 int32_t QCameraParametersIntf::resetFrameCapture(bool commitSettings, bool lowLightEnabled) in resetFrameCapture() function in qcamera::QCameraParametersIntf
1141 return mImpl->resetFrameCapture(commitSettings,lowLightEnabled); in resetFrameCapture()
DQCameraParameters.h830 int32_t resetFrameCapture(bool commitSettings, bool lowLightEnabled);
DQCamera2HWI.cpp4373 rc = mParameters.resetFrameCapture(TRUE, mLowLightConfigured); in unconfigureAdvancedCapture()