Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/st/sti/bdisp/
Dbdisp-filter.h36 static const u32 bdisp_rgb_to_yuv[] = { variable
Dbdisp-debug.c300 if ((c0 == bdisp_rgb_to_yuv[0]) && in bdisp_dbg_dump_ivmx()
301 (c1 == bdisp_rgb_to_yuv[1]) && in bdisp_dbg_dump_ivmx()
302 (c2 == bdisp_rgb_to_yuv[2]) && in bdisp_dbg_dump_ivmx()
303 (c3 == bdisp_rgb_to_yuv[3])) { in bdisp_dbg_dump_ivmx()
Dbdisp-hw.c974 ivmx = cfg->src_yuv ? bdisp_yuv_to_rgb : bdisp_rgb_to_yuv; in bdisp_hw_build_node()