Home
last modified time | relevance | path

Searched refs:surface_crop (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/escl/
H A Descl_crop.c45 unsigned char *surface_crop = NULL; in escl_crop_surface() local
73 surface_crop = (unsigned char *)malloc (sizeof (unsigned char) * real_w in escl_crop_surface()
75 if(!surface_crop) { in escl_crop_surface()
85 surface_crop[(y * real_w * bps) + (x * bps)] = in escl_crop_surface()
87 surface_crop[(y * real_w * bps) + (x * bps) + 1] = in escl_crop_surface()
89 surface_crop[(y * real_w * bps) + (x * bps) + 2] = in escl_crop_surface()
94 surface = surface_crop; in escl_crop_surface()

Completed in 1 milliseconds