Searched refs:isPlanar (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_internal.h627 #define isPlanar(x) \ macro
H A Dswscale_unscaled.c878 if (!isPlanar(format)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_internal.h790 static av_always_inline int isPlanar(enum AVPixelFormat pix_fmt) function
H A Dswscale.c679 if (isPlanar(dstFormat) && isALPHA(dstFormat) && !alpPixBuf) {
782 if (!isPlanar(format)) {
H A Dyuv2rgb.c911 if(!isPlanar(c->dstFormat) || bpp <= 24)
H A Dswscale_unscaled.c1617 if (srcFormat == AV_PIX_FMT_GBRP && isPlanar(srcFormat) && isByteRGB(dstFormat))

Completed in 86 milliseconds