Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h276 int64_t getExposureTime();
DQCameraParametersIntf.cpp1291 int64_t QCameraParametersIntf::getExposureTime() in getExposureTime() function in qcamera::QCameraParametersIntf
1295 return mImpl->getExposureTime(); in getExposureTime()
DQCameraParameters.h858 int64_t getExposureTime() {return m_expTime;}; in getExposureTime() function