Searched refs:getStreamPpMask (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParametersIntf.h | 245 int32_t getStreamPpMask(cam_stream_type_t stream_type, cam_feature_mask_t &pp_mask);
|
D | QCameraParametersIntf.cpp | 1087 int32_t QCameraParametersIntf::getStreamPpMask(cam_stream_type_t stream_type, in getStreamPpMask() function in qcamera::QCameraParametersIntf 1092 return mImpl->getStreamPpMask(stream_type, pp_mask); in getStreamPpMask()
|
D | QCameraParameters.h | 823 int32_t getStreamPpMask(cam_stream_type_t stream_type, cam_feature_mask_t &pp_mask);
|
D | QCamera2HWI.cpp | 3438 mParameters.getStreamPpMask(stream_type, streamInfo->pp_config.feature_mask); in initStreamInfoBuf() 7463 mParameters.getStreamPpMask(CAM_STREAM_TYPE_ANALYSIS, featureMask); in getPaddingInfo() 8630 mParameters.getStreamPpMask(CAM_STREAM_TYPE_SNAPSHOT, snapshot_feature_mask); in addReprocChannel()
|
D | QCameraParameters.cpp | 10318 getStreamPpMask(CAM_STREAM_TYPE_ANALYSIS, featureMask); in getStreamFormat() 10561 getStreamPpMask(CAM_STREAM_TYPE_ANALYSIS, featureMask); in getStreamDimension() 14732 int32_t QCameraParameters::getStreamPpMask(cam_stream_type_t stream_type, in getStreamPpMask() function in qcamera::QCameraParameters
|