Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_lut.c144 static const enum AVPixelFormat rgb_pix_fmts[] = { RGB_FORMATS, AV_PIX_FMT_NONE }; enum
151 const enum AVPixelFormat *pix_fmts = s->is_rgb ? rgb_pix_fmts : in query_formats()
286 else if (ff_fmt_is_in(inlink->format, rgb_pix_fmts)) s->is_rgb = 1; in config_props()
Dvf_chromashift.c421 static const enum AVPixelFormat rgb_pix_fmts[] = { enum
453 FILTER_PIXFMTS_ARRAY(rgb_pix_fmts),
Dvf_geq.c354 static const enum AVPixelFormat rgb_pix_fmts[] = { in geq_query_formats() enum
364 const enum AVPixelFormat *pix_fmts = geq->is_rgb ? rgb_pix_fmts : yuv_pix_fmts; in geq_query_formats()
/third_party/ffmpeg/libavcodec/
Djpeg2000dec.c260 static const enum AVPixelFormat rgb_pix_fmts[] = {RGB_PIXEL_FORMATS}; enum
412 possible_fmts = rgb_pix_fmts; in get_siz()
413 possible_fmts_nb = FF_ARRAY_ELEMS(rgb_pix_fmts); in get_siz()