Home
last modified time | relevance | path

Searched refs:GetSubsamplingFactor (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm7250/display/gralloc/
Dgr_camera_info.cpp219 int CameraInfo::GetSubsamplingFactor(int format, int plane_type, bool isHorizontal, in GetSubsamplingFactor() function in gralloc::CameraInfo
308 result = GetSubsamplingFactor(format, plane_type[i], true, &h_subsampling); in GetCameraFormatPlaneInfo()
316 result = GetSubsamplingFactor(format, plane_type[i], false, &v_subsampling); in GetCameraFormatPlaneInfo()
Dgr_camera_info.h115 int GetSubsamplingFactor(int format, int plane_type, bool isHorizontal, int *subsampling_factor);