fmt_depth         919 libswscale/swscale.c     int step= fmt_depth(c->dstFormat)/8;
fmt_depth        1778 libswscale/swscale.c     const int srcBpp= (fmt_depth(srcFormat) + 7) >> 3;
fmt_depth        1779 libswscale/swscale.c     const int dstBpp= (fmt_depth(dstFormat) + 7) >> 3;
fmt_depth        1780 libswscale/swscale.c     const int srcId= fmt_depth(srcFormat) >> 2; /* 1:0, 4:1, 8:2, 15:3, 16:4, 24:6, 32:8 */
fmt_depth        1781 libswscale/swscale.c     const int dstId= fmt_depth(dstFormat) >> 2;
fmt_depth        2215 libswscale/swscale.c         && (fmt_depth(dstFormat))<24
fmt_depth        2216 libswscale/swscale.c         && ((fmt_depth(dstFormat))<(fmt_depth(srcFormat)) || (!(isRGB(srcFormat) || isBGR(srcFormat))));
fmt_depth         532 libswscale/yuv2rgb.c     const int bpp = fmt_depth(c->dstFormat);