Searched refs:possible_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/libavcodec/
H A Dlibopenjpegdec.c128 const enum AVPixelFormat *possible_fmts = NULL; local
133 possible_fmts = libopenjpeg_rgb_pix_fmts;
137 possible_fmts = libopenjpeg_gray_pix_fmts;
141 possible_fmts = libopenjpeg_yuv_pix_fmts;
145 possible_fmts = libopenjpeg_all_pix_fmts;
151 if (libopenjpeg_matches_pix_fmt(image, possible_fmts[index])) {
152 return possible_fmts[index];
H A Djpeg2000dec.c232 const enum AVPixelFormat *possible_fmts = NULL; local
322 possible_fmts = xyz_pix_fmts;
327 possible_fmts = rgb_pix_fmts;
331 possible_fmts = gray_pix_fmts;
335 possible_fmts = yuv_pix_fmts;
339 possible_fmts = all_pix_fmts;
345 if (pix_fmt_match(possible_fmts[i], ncomponents, s->precision, log2_chroma_wh, s->pal8)) {
346 s->avctx->pix_fmt = possible_fmts[i];

Completed in 197 milliseconds