Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/gralloc/
Dgr_camera_info.h119 int GetScanline(int format, int plane_type, int height, int *scanlines);
Dgr_camera_info.cpp257 int CameraInfo::GetScanline(int format, int plane_type, int height, int *scanlines) { in GetScanline() function in gralloc::CameraInfo
356 result = GetScanline(format, plane_type[i], height, &scanlines); in GetCameraFormatPlaneInfo()
Dgr_utils.cpp1038 result = CameraInfo::GetInstance()->GetScanline(format, (PlaneComponent)PLANE_COMPONENT_Y, in GetAlignedWidthAndHeight()