Home
last modified time | relevance | path

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

/third_party/gstreamer/gst_libav/ext/libav/
Dgstavutils.c91 #define FF_PIXEL_PLANAR 0 /* each channel has one component in AVFrame */ macro
117 pix_fmt_info[AV_PIX_FMT_YUV420P].pixel_type = FF_PIXEL_PLANAR; in gst_ffmpeg_init_pix_fmt_info()
125 pix_fmt_info[AV_PIX_FMT_YUV422P].pixel_type = FF_PIXEL_PLANAR; in gst_ffmpeg_init_pix_fmt_info()
133 pix_fmt_info[AV_PIX_FMT_YUV444P].pixel_type = FF_PIXEL_PLANAR; in gst_ffmpeg_init_pix_fmt_info()
149 pix_fmt_info[AV_PIX_FMT_YUV410P].pixel_type = FF_PIXEL_PLANAR; in gst_ffmpeg_init_pix_fmt_info()
157 pix_fmt_info[AV_PIX_FMT_YUV411P].pixel_type = FF_PIXEL_PLANAR; in gst_ffmpeg_init_pix_fmt_info()
166 pix_fmt_info[AV_PIX_FMT_YUVJ420P].pixel_type = FF_PIXEL_PLANAR; in gst_ffmpeg_init_pix_fmt_info()
174 pix_fmt_info[AV_PIX_FMT_YUVJ422P].pixel_type = FF_PIXEL_PLANAR; in gst_ffmpeg_init_pix_fmt_info()
182 pix_fmt_info[AV_PIX_FMT_YUVJ444P].pixel_type = FF_PIXEL_PLANAR; in gst_ffmpeg_init_pix_fmt_info()
234 pix_fmt_info[AV_PIX_FMT_GRAY8].pixel_type = FF_PIXEL_PLANAR; in gst_ffmpeg_init_pix_fmt_info()
[all …]