isBGR 142 libswscale/swscale.c || isBGR(x) \
isBGR 156 libswscale/swscale.c || isBGR(x) \
isBGR 1785 libswscale/swscale.c if ( (isBGR(srcFormat) && isBGR(dstFormat))
isBGR 1803 libswscale/swscale.c }else if ( (isBGR(srcFormat) && isRGB(dstFormat))
isBGR 1804 libswscale/swscale.c || (isRGB(srcFormat) && isBGR(dstFormat))){
isBGR 2214 libswscale/swscale.c needsDither= (isBGR(dstFormat) || isRGB(dstFormat))
isBGR 2216 libswscale/swscale.c && ((fmt_depth(dstFormat))<(fmt_depth(srcFormat)) || (!(isRGB(srcFormat) || isBGR(srcFormat))));
isBGR 2292 libswscale/swscale.c if ((isBGR(dstFormat) || isRGB(dstFormat)) && !(flags&SWS_FULL_CHR_H_INT)) c->chrDstHSubSample=1;
isBGR 2299 libswscale/swscale.c if ((isBGR(srcFormat) || isRGB(srcFormat)) && !(flags&SWS_FULL_CHR_H_INP)
isBGR 2326 libswscale/swscale.c if (unscaled && !usesHFilter && !usesVFilter && (srcRange == dstRange || isBGR(dstFormat) || isRGB(dstFormat)))
isBGR 2334 libswscale/swscale.c if ((srcFormat==PIX_FMT_YUV420P || srcFormat==PIX_FMT_YUV422P || srcFormat==PIX_FMT_YUVA420P) && (isBGR(dstFormat) || isRGB(dstFormat))
isBGR 2350 libswscale/swscale.c if ( (isBGR(srcFormat) || isRGB(srcFormat))
isBGR 2351 libswscale/swscale.c && (isBGR(dstFormat) || isRGB(dstFormat))
isBGR 2350 libswscale/swscale_template.c if(c->srcRange != c->dstRange && !(isRGB(c->dstFormat) || isBGR(c->dstFormat))){
isBGR 2643 libswscale/swscale_template.c if(c->srcRange != c->dstRange && !(isRGB(c->dstFormat) || isBGR(c->dstFormat))){