Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/gralloc/
Dgr_camera_info.h107 int GetStrideInBytes(int format, int plane_type, int width, int *stride_bytes);
Dgr_camera_info.cpp155 int CameraInfo::GetStrideInBytes(int format, int plane_type, int width, int *stride_bytes) { in GetStrideInBytes() function in gralloc::CameraInfo
348 result = GetStrideInBytes(format, plane_type[i], width, &stride_bytes); in GetCameraFormatPlaneInfo()
Dgr_utils.cpp1026 int result = CameraInfo::GetInstance()->GetStrideInBytes( in GetAlignedWidthAndHeight()