Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParametersIntf.h169 cam_is_type_t getVideoISType();
H A DQCameraParametersIntf.cpp622 cam_is_type_t QCameraParametersIntf::getVideoISType() in getVideoISType() function in qcamera::QCameraParametersIntf
626 return mImpl->getVideoISType(); in getVideoISType()
H A DQCameraParameters.h741 cam_is_type_t getVideoISType();
H A DQCameraParameters.cpp13566 cam_is_type_t QCameraParameters::getVideoISType() in getVideoISType() function in qcamera::QCameraParameters
13816 mIsTypeVideo = getVideoISType(); in setStreamConfigure()
14596 if (getVideoISType() != IS_TYPE_EIS_3_0) in updatePpFeatureMask()
14612 (getVideoISType() == IS_TYPE_EIS_3_0)) { in updatePpFeatureMask()
H A DQCamera2HWI.cpp3390 streamInfo->is_type = mParameters.getVideoISType(); in initStreamInfoBuf()