Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h228 uint8_t getRefocusOutputCount();
DQCameraParametersIntf.cpp983 uint8_t QCameraParametersIntf::getRefocusOutputCount() in getRefocusOutputCount() function in qcamera::QCameraParametersIntf
987 return mImpl->getRefocusOutputCount(); in getRefocusOutputCount()
DQCameraParameters.h802 inline uint8_t getRefocusOutputCount() { in getRefocusOutputCount() function
DQCameraPostProc.cpp1365 m_parent->mParameters.getRefocusOutputCount())) { in processJpegEvt()
DQCamera2HWI.cpp4288 bool allFocusImage = (index == ((int)mParameters.getRefocusOutputCount() - 1)); in processUFDumps()