Searched refs:GetStrideInBytes (Results 1 – 3 of 3) sorted by relevance
107 int GetStrideInBytes(int format, int plane_type, int width, int *stride_bytes);
155 int CameraInfo::GetStrideInBytes(int format, int plane_type, int width, int *stride_bytes) { in GetStrideInBytes() function in gralloc::CameraInfo348 result = GetStrideInBytes(format, plane_type[i], width, &stride_bytes); in GetCameraFormatPlaneInfo()
1026 int result = CameraInfo::GetInstance()->GetStrideInBytes( in GetAlignedWidthAndHeight()