Searched refs:stride_pixel (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_camera_info.cpp | 171 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()
|
D | gr_camera_info.h | 145 int GetStrideInPixels(int format, int plane_type, int width, float *stride_pixel);
|