Searched refs:AV_PIX_FMT_FLAG_PAL (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dpixdesc.h98 #define AV_PIX_FMT_FLAG_PAL (1 << 1) macro
131 #define PIX_FMT_PAL AV_PIX_FMT_FLAG_PAL
H A Dimgutils.c126 if (desc->flags & AV_PIX_FMT_FLAG_PAL ||
219 if (desc->flags & AV_PIX_FMT_FLAG_PAL || desc->flags & AV_PIX_FMT_FLAG_PSEUDOPAL)
289 if (desc->flags & AV_PIX_FMT_FLAG_PAL ||
384 if (desc->flags & AV_PIX_FMT_FLAG_PAL) {
H A Dpixdesc.c290 .flags = AV_PIX_FMT_FLAG_PAL,
2097 ((pixdesc)->nb_components == 2 || (pixdesc)->nb_components == 4 || (pixdesc)->flags & AV_PIX_FMT_FLAG_PAL)
2101 if (desc->flags & AV_PIX_FMT_FLAG_PAL)
H A Dframe.c183 if (desc->flags & AV_PIX_FMT_FLAG_PAL || desc->flags & AV_PIX_FMT_FLAG_PSEUDOPAL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_pixdesctest.c83 if (priv->pix_desc->flags & AV_PIX_FMT_FLAG_PAL ||
H A Dvf_fieldorder.c55 desc->flags & AV_PIX_FMT_FLAG_PAL ||
H A Dvf_shuffleplanes.c71 if ((desc->flags & AV_PIX_FMT_FLAG_PAL ||
H A Dvf_hflip.c165 if (av_pix_fmt_desc_get(inlink->format)->flags & AV_PIX_FMT_FLAG_PAL)
H A Dvf_il.c91 if (!(desc->flags & AV_PIX_FMT_FLAG_PAL) && !(desc->flags & AV_PIX_FMT_FLAG_HWACCEL))
H A Dvf_telecine.c107 desc->flags & AV_PIX_FMT_FLAG_PAL ||
H A Dvf_transpose.c70 if (!(desc->flags & AV_PIX_FMT_FLAG_PAL ||
H A Dvf_crop.c282 if (!(desc->flags & AV_PIX_FMT_FLAG_PAL || desc->flags & AV_PIX_FMT_FLAG_PSEUDOPAL)) {
H A Dvf_scale.c333 scale->input_is_pal = desc->flags & AV_PIX_FMT_FLAG_PAL ||
336 scale->output_is_pal = av_pix_fmt_desc_get(outfmt)->flags & AV_PIX_FMT_FLAG_PAL ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsmvjpegdec.c73 if (desc->flags & AV_PIX_FMT_FLAG_PAL ||
H A Drawdec.c98 if (desc->flags & (AV_PIX_FMT_FLAG_PAL | AV_PIX_FMT_FLAG_PSEUDOPAL)) {
H A Djpeg2000dec.c194 (desc->flags & AV_PIX_FMT_FLAG_PAL) == pal8 * AV_PIX_FMT_FLAG_PAL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_internal.h666 (!(av_pix_fmt_desc_get(x)->flags & AV_PIX_FMT_FLAG_PAL) && \
816 return (desc->flags & AV_PIX_FMT_FLAG_PAL) || (desc->flags & AV_PIX_FMT_FLAG_PSEUDOPAL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.c1626 pix_desc->flags & AV_PIX_FMT_FLAG_PAL ? 'P' : '.',

Completed in 114 milliseconds