Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParametersIntf.h261 int64_t getExposureTime();
DQCameraParametersIntf.cpp1225 int64_t QCameraParametersIntf::getExposureTime() in getExposureTime() function in qcamera::QCameraParametersIntf
1229 return mImpl->getExposureTime(); in getExposureTime()
DQCameraParameters.h831 int64_t getExposureTime() {return m_expTime;}; in getExposureTime() function