Home
last modified time | relevance | path

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

/third_party/gstreamer/gst_libav/ext/libav/
Dgstavutils.c88 #define FF_COLOR_YUV 2 /* YUV color space. 16 <= Y <= 235, 16 <= U, V <= 240 */ macro
116 pix_fmt_info[AV_PIX_FMT_YUV420P].color_type = FF_COLOR_YUV; in gst_ffmpeg_init_pix_fmt_info()
124 pix_fmt_info[AV_PIX_FMT_YUV422P].color_type = FF_COLOR_YUV; in gst_ffmpeg_init_pix_fmt_info()
132 pix_fmt_info[AV_PIX_FMT_YUV444P].color_type = FF_COLOR_YUV; in gst_ffmpeg_init_pix_fmt_info()
140 pix_fmt_info[AV_PIX_FMT_YUYV422].color_type = FF_COLOR_YUV; in gst_ffmpeg_init_pix_fmt_info()
148 pix_fmt_info[AV_PIX_FMT_YUV410P].color_type = FF_COLOR_YUV; in gst_ffmpeg_init_pix_fmt_info()
156 pix_fmt_info[AV_PIX_FMT_YUV411P].color_type = FF_COLOR_YUV; in gst_ffmpeg_init_pix_fmt_info()
260 pix_fmt_info[AV_PIX_FMT_YUVA420P].color_type = FF_COLOR_YUV; in gst_ffmpeg_init_pix_fmt_info()
/third_party/ffmpeg/libavutil/
Dpixdesc.c2690 #define FF_COLOR_YUV 2 /**< YUV color space. 16 <= Y <= 235, 16 <= U, V <= 240 */ macro
2719 return FF_COLOR_YUV; in get_color_type()
2815 case FF_COLOR_YUV: in get_pix_fmt_score()
2816 if (src_color != FF_COLOR_YUV) in get_pix_fmt_score()
2821 src_color != FF_COLOR_YUV && in get_pix_fmt_score()