Searched refs:isBGRinInt (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_internal.h697 #define isBGRinInt(x) \ macro
757 isBGRinInt(x) || \
778 || isBGRinInt(x) \
H A Dswscale_unscaled.c1203 if ((isBGRinInt(srcFormat) && isBGRinInt(dstFormat)) ||
1220 } else if ((isBGRinInt(srcFormat) && isRGBinInt(dstFormat)) ||
1221 (isRGBinInt(srcFormat) && isBGRinInt(dstFormat))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_internal.h596 #define isBGRinInt(x) \ macro
616 isBGRinInt(x))
H A Dswscale_unscaled.c389 if ((isBGRinInt(srcFormat) && isBGRinInt(dstFormat)) ||
406 } else if ((isBGRinInt(srcFormat) && isRGBinInt(dstFormat)) ||
407 (isRGBinInt(srcFormat) && isBGRinInt(dstFormat))) {

Completed in 78 milliseconds