HomeSort by relevance Sort by last modified time
    Searched defs:isLTMForSeeMoreEnabled (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/camera/QCamera2/HAL/
QCameraParametersIntf.cpp 247 bool QCameraParametersIntf::isLTMForSeeMoreEnabled()
251 return mImpl->isLTMForSeeMoreEnabled();
    [all...]
QCameraParameters.h 663 bool isLTMForSeeMoreEnabled() {return m_bLtmForSeeMoreEnabled;};
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/
QCameraParametersIntf.cpp 256 bool QCameraParametersIntf::isLTMForSeeMoreEnabled()
260 return mImpl->isLTMForSeeMoreEnabled();
    [all...]
QCameraParameters.h 666 bool isLTMForSeeMoreEnabled() {return m_bLtmForSeeMoreEnabled;};
    [all...]

Completed in 103 milliseconds