Searched refs:GetPlaneOffset (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_camera_info.h | 113 int GetPlaneOffset(int format, int plane_type, int width, int height, int *offset);
|
D | gr_camera_info.cpp | 203 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()
|