Searched refs:AV_PIX_FMT_FLAG_PLANAR (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.c144 .flags = AV_PIX_FMT_FLAG_PLANAR,
202 .flags = AV_PIX_FMT_FLAG_PLANAR,
214 .flags = AV_PIX_FMT_FLAG_PLANAR,
226 .flags = AV_PIX_FMT_FLAG_PLANAR,
238 .flags = AV_PIX_FMT_FLAG_PLANAR,
250 .flags = AV_PIX_FMT_FLAG_PLANAR,
302 .flags = AV_PIX_FMT_FLAG_PLANAR,
314 .flags = AV_PIX_FMT_FLAG_PLANAR,
326 .flags = AV_PIX_FMT_FLAG_PLANAR,
448 .flags = AV_PIX_FMT_FLAG_PLANAR,
[all...]
H A Dpixdesc.h110 #define AV_PIX_FMT_FLAG_PLANAR (1 << 4) macro
134 #define PIX_FMT_PLANAR AV_PIX_FMT_FLAG_PLANAR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_swapuv.c57 if (desc->flags & ~(AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA) ||
H A Dvf_extractplanes.c155 e->is_packed_rgb = !(desc->flags & AV_PIX_FMT_FLAG_PLANAR);
H A Dvf_crop.c101 !((desc->log2_chroma_w || desc->log2_chroma_h) && !(desc->flags & AV_PIX_FMT_FLAG_PLANAR)))
H A Dvf_mergeplanes.c75 if (!(s->outdesc->flags & AV_PIX_FMT_FLAG_PLANAR) ||
H A Dvf_noise.c177 if (desc->flags & AV_PIX_FMT_FLAG_PLANAR && !((desc->comp[0].depth_minus1 + 1) & 7))
H A Ddrawutils.c158 if (desc->flags & ~(AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB | AV_PIX_FMT_FLAG_PSEUDOPAL | AV_PIX_FMT_FLAG_ALPHA))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_internal.h654 return ((desc->flags & AV_PIX_FMT_FLAG_PLANAR) && isYUV(pix_fmt));
785 return ((desc->nb_components >= 2 && !(desc->flags & AV_PIX_FMT_FLAG_PLANAR)) ||
794 return (desc->nb_components >= 2 && (desc->flags & AV_PIX_FMT_FLAG_PLANAR));
801 return ((desc->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) == AV_PIX_FMT_FLAG_RGB);
808 return ((desc->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) ==
809 (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB));
H A Dswscale_unscaled.c567 if ((dst_format->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) !=
568 (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB) || bpc < 9) {
737 if ((src_format->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) !=
738 (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dimg2enc.c66 &&(desc->flags & AV_PIX_FMT_FLAG_PLANAR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddpxenc.c43 s->planar = !!(desc->flags & AV_PIX_FMT_FLAG_PLANAR);
H A Dpnm.c184 if (av_pix_fmt_desc_get(avctx->pix_fmt)->flags & AV_PIX_FMT_FLAG_PLANAR) {
H A Dimgconvert.c192 || !(desc->flags & AV_PIX_FMT_FLAG_PLANAR))
H A Dhuffyuvenc.c313 s->decorrelate = s->bitstream_bpp >= 24 && !s->yuv && !(desc->flags & AV_PIX_FMT_FLAG_PLANAR);
H A Djpeg2000dec.c1222 int planar = !!(pixdesc->flags & AV_PIX_FMT_FLAG_PLANAR);
H A Dutils.c706 av_assert0(desc->flags & AV_PIX_FMT_FLAG_PLANAR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dopengl_enc.c1172 if (!(desc->flags & AV_PIX_FMT_FLAG_PLANAR)) \
1222 if (desc->flags & AV_PIX_FMT_FLAG_PLANAR) {

Completed in 105 milliseconds