Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/gralloc/
Dgr_camera_info.h113 int GetPlaneOffset(int format, int plane_type, int width, int height, int *offset);
Dgr_camera_info.cpp203 int CameraInfo::GetPlaneOffset(int format, int plane_type, int width, int height, int *offset) { in GetPlaneOffset() function in gralloc::CameraInfo
324 result = GetPlaneOffset(format, plane_type[i], width, height, &offset); in GetCameraFormatPlaneInfo()