HomeSort by relevance Sort by last modified time
    Searched refs:getReprocCount (Results 1 - 6 of 6) 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...]

Completed in 457 milliseconds