HomeSort by relevance Sort by last modified time
    Searched refs:getReprocCount (Results 1 - 12 of 12) sorted by null

  /device/google/marlin/camera/QCamera2/HAL/
QCameraChannel.h 151 int8_t getReprocCount(){return mPassCount;};
QCameraParametersIntf.h 246 int8_t getReprocCount();
QCameraParametersIntf.cpp 1128 int8_t QCameraParametersIntf::getReprocCount()
1132 return mImpl->getReprocCount();
    [all...]
QCameraPostProc.cpp 266 mPPChannelCount = m_parent->mParameters.getReprocCount() - 1;
268 mPPChannelCount = m_parent->mParameters.getReprocCount();
    [all...]
QCameraParameters.h     [all...]
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraChannel.h 162 int8_t getReprocCount(){return mPassCount;};
QCameraParametersIntf.h 260 int8_t getReprocCount();
QCameraParametersIntf.cpp 1187 int8_t QCameraParametersIntf::getReprocCount()
1191 return mImpl->getReprocCount();
    [all...]
QCameraPostProc.cpp 307 mPPChannelCount = m_parent->mParameters.getReprocCount() - 1;
309 mPPChannelCount = m_parent->mParameters.getReprocCount();
    [all...]
QCameraParameters.h     [all...]
QCamera2HWI.cpp     [all...]

Completed in 865 milliseconds