Searched defs:bpp (Results 1 - 1 of 1) sorted by relevance

/development/tools/yuv420sp2rgb/
H A Dyuv420sp2rgb.c138 int bpp; local
157 bpp = 3 + !!alpha;
158 offset *= bpp;
160 FAILIF(offset + bpp > ctx->size, "point (%d, %d) at offset %d exceeds the size %d of the buffer.\n",
206 int bpp = 3; local
222 bpp = 4;
226 outsize = header_size + width * height * bpp;

Completed in 26 milliseconds