Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dcolorspace.h102 #define RGB_TO_U_CCIR(r1, g1, b1, shift)\ macro
/third_party/ffmpeg/libavcodec/
Ddvbsubenc.c369 *q++ = RGB_TO_U_CCIR(r, g, b, 0); in dvbsub_encode()
/third_party/ffmpeg/libavfilter/
Dvf_drawbox.c100 s->yuv_color[U] = RGB_TO_U_CCIR(rgba_color[0], rgba_color[1], rgba_color[2], 0); in init()
Ddrawutils.c164 …fset] = draw->full_range ? RGB_TO_U_JPEG(rgba[0], rgba[1], rgba[2]) : RGB_TO_U_CCIR(rgba[0], rgba[… in ff_draw_color()
Dvf_fillborders.c561 s->yuv_color[U] = RGB_TO_U_CCIR(s->rgba_color[R], s->rgba_color[G], s->rgba_color[B], 0); in config_input()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.c183 #define RGB_TO_U_CCIR(r1, g1, b1, shift)\ macro
253 p->foreground_color.U = RGB_TO_U_CCIR (r, g, b, 0); in videotestsrc_setup_paintinfo()
273 p->background_color.U = RGB_TO_U_CCIR (r, g, b, 0); in videotestsrc_setup_paintinfo()