Home
last modified time | relevance | path

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

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