Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/gralloc/
Dgr_camera_info.cpp171 int CameraInfo::GetStrideInPixels(int format, int plane_type, int width, float *stride_pixel) { in GetStrideInPixels() argument
175 GetCamxPlaneType(plane_type), width, stride_pixel); in GetStrideInPixels()
294 float stride_pixel = 0; in GetCameraFormatPlaneInfo() local
340 result = GetStrideInPixels(format, plane_type[i], width, &stride_pixel); in GetCameraFormatPlaneInfo()
346 plane_info[i].stride = (int32_t)stride_pixel; in GetCameraFormatPlaneInfo()
Dgr_camera_info.h145 int GetStrideInPixels(int format, int plane_type, int width, float *stride_pixel);