Home
last modified time | relevance | path

Searched refs:getCurPPCount (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.h247 int8_t getCurPPCount();
DQCameraParametersIntf.cpp1136 int8_t QCameraParametersIntf::getCurPPCount() in getCurPPCount() function in qcamera::QCameraParametersIntf
1140 return mImpl->getCurPPCount(); in getCurPPCount()
DQCameraParameters.h816 int8_t getCurPPCount(){return mCurPPCount;}; in getCurPPCount() function