Home
last modified time | relevance | path

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

/external/libdrm/tests/util/
Dpattern.c160 unsigned char *y_mem, unsigned char *u_mem, in fill_smpte_yuv_planar() argument
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 = (yuv->order & YUV_YC) ? mem : mem + 1; in fill_smpte_yuv_packed() local
[all …]