Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_lut2.c146 static const enum AVPixelFormat all_pix_fmts[] = { in query_formats() enum
181 return ff_set_common_formats_from_list(ctx, all_pix_fmts); in query_formats()
183 ret = ff_formats_ref(ff_make_format_list(all_pix_fmts), &ctx->inputs[0]->outcfg.formats); in query_formats()
Dvf_lut.c145 static const enum AVPixelFormat all_pix_fmts[] = { RGB_FORMATS, YUV_FORMATS, GRAY_FORMATS, AV_PIX_F… enum
153 all_pix_fmts; in query_formats()
/third_party/ffmpeg/libavcodec/
Djpeg2000dec.c265 static const enum AVPixelFormat all_pix_fmts[] = {RGB_PIXEL_FORMATS, enum
424 possible_fmts = all_pix_fmts; in get_siz()
425 possible_fmts_nb = FF_ARRAY_ELEMS(all_pix_fmts); in get_siz()