Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParametersIntf.h155 int32_t stopAEBracket();
DQCameraParametersIntf.cpp563 int32_t QCameraParametersIntf::stopAEBracket() in stopAEBracket() function in qcamera::QCameraParametersIntf
567 return mImpl->stopAEBracket(); in stopAEBracket()
DQCameraParameters.h714 int32_t stopAEBracket();
DQCameraParameters.cpp7640 rc = stopAEBracket(); in resetFrameCapture()
9599 int32_t QCameraParameters::stopAEBracket() in stopAEBracket() function in qcamera::QCameraParameters
DQCamera2HWI.cpp3961 rc = mParameters.stopAEBracket(); in unconfigureAdvancedCapture()