Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.h215 uint8_t getRefocusOutputCount();
DQCameraParametersIntf.cpp931 uint8_t QCameraParametersIntf::getRefocusOutputCount() in getRefocusOutputCount() function in qcamera::QCameraParametersIntf
935 return mImpl->getRefocusOutputCount(); in getRefocusOutputCount()
DQCameraParameters.h777 inline uint8_t getRefocusOutputCount() { in getRefocusOutputCount() function
DQCameraPostProc.cpp1219 m_parent->mParameters.getRefocusOutputCount())) { in processJpegEvt()
DQCamera2HWI.cpp3802 bool allFocusImage = (index == ((int)mParameters.getRefocusOutputCount() - 1)); in processUFDumps()