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

/u-boot/arch/sandbox/cpu/
H A Dsdl.c49 * @src_depth: Number of bits per pixel in the source frame buffer (that we read
69 int src_depth; member in struct:sdl_info
155 sdl.src_depth = 1 << log2_bpp;
201 if (sdl.src_depth == sdl.depth) {
210 if (sdl.depth != 32 && sdl.src_depth != 8) {
222 src_pitch = sdl.width * sdl.src_depth / 8;

Completed in 31 milliseconds