Home
last modified time | relevance | path

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

/external/libdrm/tests/modetest/
Dbuffers.c213 const struct color_yuv colors_top[] = { in fill_smpte_yuv_planar() local
250 y_mem[x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_planar()
274 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u; in fill_smpte_yuv_planar()
275 v_mem[x*cs/xsub] = colors_top[x * 7 / width].v; in fill_smpte_yuv_planar()
317 const struct color_yuv colors_top[] = { in fill_smpte_yuv_packed() local
355 y_mem[2*x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_packed()
379 c_mem[2*x+u] = colors_top[x * 7 / width].u; in fill_smpte_yuv_packed()
380 c_mem[2*x+v] = colors_top[x * 7 / width].v; in fill_smpte_yuv_packed()
416 const uint16_t colors_top[] = { in fill_smpte_rgb16() local
449 ((uint16_t *)mem)[x] = colors_top[x * 7 / width]; in fill_smpte_rgb16()
[all …]