Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h164 int32_t stopAEBracket();
DQCameraParametersIntf.cpp587 int32_t QCameraParametersIntf::stopAEBracket() in stopAEBracket() function in qcamera::QCameraParametersIntf
591 return mImpl->stopAEBracket(); in stopAEBracket()
DQCameraParameters.h732 int32_t stopAEBracket();
DQCameraParameters.cpp7904 rc = stopAEBracket(); in resetFrameCapture()
9884 int32_t QCameraParameters::stopAEBracket() in stopAEBracket() function in qcamera::QCameraParameters
DQCamera2HWI.cpp4368 rc = mParameters.stopAEBracket(); in unconfigureAdvancedCapture()