Home
last modified time | relevance | path

Searched refs:bitspp (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/libweston/
Dpixman-renderer.c235 int bitspp; in composite_clipped() local
257 bitspp = PIXMAN_FORMAT_BPP(src_format); in composite_clipped()
270 ptr += boxes[i].x1 * bitspp / 8; in composite_clipped()
/third_party/pixman/test/
Dutils.c486 unsigned bitspp = PIXMAN_FORMAT_BPP (format); in fence_image_create_bits() local
498 if (bitspp < 1 || min_width < 1 || height < 1) in fence_image_create_bits()
502 bits_boundary = bitspp; in fence_image_create_bits()
508 row_bits = ROUND_UP ( (unsigned)min_width * bitspp, bits_boundary); in fence_image_create_bits()
509 width = row_bits / bitspp; in fence_image_create_bits()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c62 int bitspp; member