Searched refs:isRGBA32 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_unscaled.c347 #define isRGBA32(x) ( \ macro
374 if (isRGBA32(srcFormat) && isRGBA32(dstFormat)) {
450 !isRGBA32(dstFormat))
454 !isRGBA32(srcFormat))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_unscaled.c1125 #define isRGBA32(x) ( \ macro
1162 if (isRGBA32(srcFormat) && isRGBA32(dstFormat)) {
1242 if ((dstFormat == AV_PIX_FMT_RGB32_1 || dstFormat == AV_PIX_FMT_BGR32_1) && !isRGBA32(srcFormat) && ALT32_CORR<0)
1272 !isRGBA32(dstFormat))
1276 !isRGBA32(srcFormat)) {

Completed in 56 milliseconds