Lines Matching defs:depth
456 int depth = aconfig_int(n, "bpp", hwConfig->hw_lcd_depth);466 /* only depth values of 16 and 32 are correct. 16 is the default. */467 if (depth != 32 && depth != 16) {468 depth = 16;469 D("adjusting LCD bit depth to %d", depth);474 hwConfig->hw_lcd_depth = depth;478 width, height, depth);