AV_PIX_FMT_FLAG_PLANAR   45 libavcodec/dpxenc.c     s->planar             = !!(desc->flags & AV_PIX_FMT_FLAG_PLANAR);
AV_PIX_FMT_FLAG_PLANAR  311 libavcodec/huffyuvenc.c     s->decorrelate = s->bitstream_bpp >= 24 && !s->yuv && !(desc->flags & AV_PIX_FMT_FLAG_PLANAR);
AV_PIX_FMT_FLAG_PLANAR   93 libavcodec/imgconvert.c         || !(desc->flags & AV_PIX_FMT_FLAG_PLANAR))
AV_PIX_FMT_FLAG_PLANAR 1917 libavcodec/jpeg2000dec.c         int planar    = !!(pixdesc->flags & AV_PIX_FMT_FLAG_PLANAR);                              \
AV_PIX_FMT_FLAG_PLANAR  221 libavcodec/pnm.c     if (av_pix_fmt_desc_get(avctx->pix_fmt)->flags & AV_PIX_FMT_FLAG_PLANAR) {
AV_PIX_FMT_FLAG_PLANAR  565 libavcodec/tiff.c                  (desc->flags & AV_PIX_FMT_FLAG_PLANAR) &&
AV_PIX_FMT_FLAG_PLANAR 1194 libavcodec/tiff.c            !(desc->flags & AV_PIX_FMT_FLAG_PLANAR) ||
AV_PIX_FMT_FLAG_PLANAR  417 libavcodec/utils.c     av_assert0(desc->flags & AV_PIX_FMT_FLAG_PLANAR);
AV_PIX_FMT_FLAG_PLANAR 1168 libavdevice/opengl_enc.c         if (!(desc->flags & AV_PIX_FMT_FLAG_PLANAR))                                        \
AV_PIX_FMT_FLAG_PLANAR 1218 libavdevice/opengl_enc.c         if (desc->flags & AV_PIX_FMT_FLAG_PLANAR) {
AV_PIX_FMT_FLAG_PLANAR  188 libavfilter/drawutils.c     if (desc->flags & ~(AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB | FF_PSEUDOPAL | AV_PIX_FMT_FLAG_ALPHA))
AV_PIX_FMT_FLAG_PLANAR  213 libavfilter/f_select.c                  (desc->flags & AV_PIX_FMT_FLAG_PLANAR) &&
AV_PIX_FMT_FLAG_PLANAR  384 libavfilter/formats.c                 !(desc->flags & AV_PIX_FMT_FLAG_PLANAR) &&
AV_PIX_FMT_FLAG_PLANAR   66 libavfilter/vf_boxblur.c             (desc->flags & AV_PIX_FMT_FLAG_PLANAR || desc->nb_components == 1) &&
AV_PIX_FMT_FLAG_PLANAR  664 libavfilter/vf_curves.c     curves->filter_slice = desc->flags & AV_PIX_FMT_FLAG_PLANAR ? filter_slice_planar : filter_slice_packed;
AV_PIX_FMT_FLAG_PLANAR  222 libavfilter/vf_extractplanes.c     s->is_packed = !(desc->flags & AV_PIX_FMT_FLAG_PLANAR) &&
AV_PIX_FMT_FLAG_PLANAR  417 libavfilter/vf_fade.c     s->bpp = pixdesc->flags & AV_PIX_FMT_FLAG_PLANAR ?
AV_PIX_FMT_FLAG_PLANAR  421 libavfilter/vf_fade.c     s->is_planar = pixdesc->flags & AV_PIX_FMT_FLAG_PLANAR;
AV_PIX_FMT_FLAG_PLANAR  286 libavfilter/vf_lut.c     s->is_planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR;
AV_PIX_FMT_FLAG_PLANAR 1067 libavfilter/vf_lut3d.c     planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR;
AV_PIX_FMT_FLAG_PLANAR 2001 libavfilter/vf_lut3d.c     planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR;
AV_PIX_FMT_FLAG_PLANAR   68 libavfilter/vf_mergeplanes.c     if (!(s->outdesc->flags & AV_PIX_FMT_FLAG_PLANAR) ||
AV_PIX_FMT_FLAG_PLANAR  140 libavfilter/vf_noise.c         if (desc->flags & AV_PIX_FMT_FLAG_PLANAR && !(desc->comp[0].depth & 7)
AV_PIX_FMT_FLAG_PLANAR  455 libavfilter/vf_normalize.c     planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR;
AV_PIX_FMT_FLAG_PLANAR   92 libavfilter/vf_pad_opencl.c     ctx->is_packed = !(desc->flags & AV_PIX_FMT_FLAG_PLANAR);
AV_PIX_FMT_FLAG_PLANAR   90 libavfilter/vf_scdet.c         (desc->flags & AV_PIX_FMT_FLAG_PLANAR) &&
AV_PIX_FMT_FLAG_PLANAR   74 libavfilter/vf_swapuv.c     if (desc->flags & ~(AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA) ||
AV_PIX_FMT_FLAG_PLANAR  110 libavfilter/vf_vidstabdetect.c     int is_planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR;
AV_PIX_FMT_FLAG_PLANAR  149 libavfilter/vf_vidstabtransform.c     int is_planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR;
AV_PIX_FMT_FLAG_PLANAR  269 libavfilter/vf_vmafmotion.c             (desc->flags & AV_PIX_FMT_FLAG_PLANAR || desc->nb_components == 1) &&
AV_PIX_FMT_FLAG_PLANAR   69 libavformat/img2enc.c                              &&(desc->flags & AV_PIX_FMT_FLAG_PLANAR)
AV_PIX_FMT_FLAG_PLANAR  184 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  265 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  277 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  289 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  301 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  313 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  366 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  378 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  390 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  500 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  512 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  729 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  741 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  753 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  765 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  777 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  789 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR  802 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  815 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  828 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  841 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  854 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  867 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  880 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  893 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  906 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  919 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  932 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  945 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  958 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  971 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  984 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR  997 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR 1010 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR 1023 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR 1036 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR 1049 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR 1062 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR 1345 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1357 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1369 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1381 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1393 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1405 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1417 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1429 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1441 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1453 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1465 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1477 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1489 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1501 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1513 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1525 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1537 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1549 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1561 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1573 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1585 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1597 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1609 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1621 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1633 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1645 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1657 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1669 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1681 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1693 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 1749 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB,
AV_PIX_FMT_FLAG_PLANAR 1761 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB,
AV_PIX_FMT_FLAG_PLANAR 1773 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB,
AV_PIX_FMT_FLAG_PLANAR 1785 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB,
AV_PIX_FMT_FLAG_PLANAR 1797 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB,
AV_PIX_FMT_FLAG_PLANAR 1809 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB,
AV_PIX_FMT_FLAG_PLANAR 1821 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB,
AV_PIX_FMT_FLAG_PLANAR 1833 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB,
AV_PIX_FMT_FLAG_PLANAR 1845 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB,
AV_PIX_FMT_FLAG_PLANAR 1857 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB,
AV_PIX_FMT_FLAG_PLANAR 1869 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB,
AV_PIX_FMT_FLAG_PLANAR 1882 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB |
AV_PIX_FMT_FLAG_PLANAR 1896 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB |
AV_PIX_FMT_FLAG_PLANAR 1910 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR |
AV_PIX_FMT_FLAG_PLANAR 2034 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 2046 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 2058 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_BE,
AV_PIX_FMT_FLAG_PLANAR 2112 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 2124 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_BE,
AV_PIX_FMT_FLAG_PLANAR 2136 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 2148 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_BE,
AV_PIX_FMT_FLAG_PLANAR 2161 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB |
AV_PIX_FMT_FLAG_PLANAR 2175 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR |
AV_PIX_FMT_FLAG_PLANAR 2189 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB |
AV_PIX_FMT_FLAG_PLANAR 2203 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR |
AV_PIX_FMT_FLAG_PLANAR 2220 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR |
AV_PIX_FMT_FLAG_PLANAR 2233 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_FLOAT | AV_PIX_FMT_FLAG_RGB,
AV_PIX_FMT_FLAG_PLANAR 2246 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR |
AV_PIX_FMT_FLAG_PLANAR 2261 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA |
AV_PIX_FMT_FLAG_PLANAR 2305 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR 2318 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR 2331 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR 2344 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA,
AV_PIX_FMT_FLAG_PLANAR 2356 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR 2368 libavutil/pixdesc.c         .flags = AV_PIX_FMT_FLAG_PLANAR,
AV_PIX_FMT_FLAG_PLANAR   48 libswscale/alphablend.c     if (desc->flags & AV_PIX_FMT_FLAG_PLANAR) {
AV_PIX_FMT_FLAG_PLANAR  682 libswscale/swscale_internal.h     return ((desc->flags & AV_PIX_FMT_FLAG_PLANAR) && isYUV(pix_fmt));
AV_PIX_FMT_FLAG_PLANAR  793 libswscale/swscale_internal.h     return (desc->nb_components >= 2 && !(desc->flags & AV_PIX_FMT_FLAG_PLANAR)) ||
AV_PIX_FMT_FLAG_PLANAR  802 libswscale/swscale_internal.h     return (desc->nb_components >= 2 && (desc->flags & AV_PIX_FMT_FLAG_PLANAR));
AV_PIX_FMT_FLAG_PLANAR  809 libswscale/swscale_internal.h     return ((desc->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) == AV_PIX_FMT_FLAG_RGB);
AV_PIX_FMT_FLAG_PLANAR  816 libswscale/swscale_internal.h     return ((desc->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) ==
AV_PIX_FMT_FLAG_PLANAR  817 libswscale/swscale_internal.h             (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB));
AV_PIX_FMT_FLAG_PLANAR  724 libswscale/swscale_unscaled.c     if ((dst_format->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) !=
AV_PIX_FMT_FLAG_PLANAR  725 libswscale/swscale_unscaled.c         (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB) || bpc < 9) {
AV_PIX_FMT_FLAG_PLANAR  900 libswscale/swscale_unscaled.c     if ((src_format->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) !=
AV_PIX_FMT_FLAG_PLANAR  901 libswscale/swscale_unscaled.c         (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB) ||