Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_ciescope.c1004 const uint16_t *const rgbcolor) in draw_line() argument
1011 pixels[y0 * linesize + x0 * 4 + 0] = rgbcolor[0]; in draw_line()
1012 pixels[y0 * linesize + x0 * 4 + 1] = rgbcolor[1]; in draw_line()
1013 pixels[y0 * linesize + x0 * 4 + 2] = rgbcolor[2]; in draw_line()
1014 pixels[y0 * linesize + x0 * 4 + 3] = rgbcolor[3]; in draw_line()
1072 const uint16_t rgbcolor[4] = { maxval, maxval, maxval, maxval }; in tongue_outline() local
1084 draw_line(pixels, linesize, lx, ly, icx, icy, w, h, rgbcolor); in tongue_outline()
1092 draw_line(pixels, linesize, lx, ly, fx, fy, w, h, rgbcolor); in tongue_outline()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h1821 int rgbcolor; /* 0 means default color (not black) . Otherwise 24 bit RGB color */ member