Home
last modified time | relevance | path

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

/third_party/libdrm/tests/util/
H A Dpattern.c160 unsigned char *y_mem, unsigned char *u_mem, in fill_smpte_yuv_planar()
201 y_mem[x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_planar()
202 y_mem += stride; in fill_smpte_yuv_planar()
207 y_mem[x] = colors_middle[x * 7 / width].y; in fill_smpte_yuv_planar()
208 y_mem += stride; in fill_smpte_yuv_planar()
213 y_mem[x] = colors_bottom[x * 4 / (width * 5 / 7)].y; in fill_smpte_yuv_planar()
215 y_mem[x] = colors_bottom[(x - width * 5 / 7) * 3 in fill_smpte_yuv_planar()
218 y_mem[x] = colors_bottom[7].y; in fill_smpte_yuv_planar()
219 y_mem += stride; in fill_smpte_yuv_planar()
295 unsigned char *y_mem in fill_smpte_yuv_packed() local
159 fill_smpte_yuv_planar(const struct util_yuv_info *yuv, unsigned char *y_mem, unsigned char *u_mem, unsigned char *v_mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_yuv_planar() argument
842 fill_tiles_yuv_planar(const struct util_format_info *info, unsigned char *y_mem, unsigned char *u_mem, unsigned char *v_mem, unsigned int width, unsigned int height, unsigned int stride) fill_tiles_yuv_planar() argument
881 unsigned char *y_mem = (yuv->order & YUV_YC) ? mem : mem + 1; fill_tiles_yuv_packed() local
[all...]

Completed in 1 milliseconds