Searched refs:pixel_fmts (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dbuffersink.h123 const enum AVPixelFormat *pixel_fmts; ///< list of allowed pixel formats, terminated by AV_PIX_FMT_NONE member in struct:__anon3343
H A Dbuffersink.c45 enum AVPixelFormat *pixel_fmts; ///< list of accepted pixel formats, must be terminated with -1 member in struct:BufferSinkContext
225 static const int pixel_fmts[] = { AV_PIX_FMT_NONE }; local
230 params->pixel_fmts = pixel_fmts;
384 if ((ret = av_opt_set_int_list(buf, "pix_fmts", params->pixel_fmts, AV_PIX_FMT_NONE, 0)) < 0)
405 CHECK_LIST_SIZE(pixel_fmts)
407 for (i = 0; i < NB_ITEMS(buf->pixel_fmts); i++)
408 if ((ret = ff_add_format(&formats, buf->pixel_fmts[i])) < 0) {
497 { "pix_fmts", "set the supported pixel formats", OFFSET(pixel_fmts), AV_OPT_TYPE_BINARY, .flags = FLAGS },

Completed in 40 milliseconds