Home
last modified time | relevance | path

Searched refs:getVideoISType (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParametersIntf.h169 cam_is_type_t getVideoISType();
DQCameraParametersIntf.cpp622 cam_is_type_t QCameraParametersIntf::getVideoISType() in getVideoISType() function in qcamera::QCameraParametersIntf
626 return mImpl->getVideoISType(); in getVideoISType()
DQCameraParameters.h741 cam_is_type_t getVideoISType();
DQCamera2HWI.cpp3390 streamInfo->is_type = mParameters.getVideoISType(); in initStreamInfoBuf()