Lines Matching refs:fourcc
173 static void dump_fourcc(uint32_t fourcc) in bit_name_fn()
176 fourcc, in bit_name_fn()
177 fourcc >> 8, in bit_name_fn()
178 fourcc >> 16, in bit_name_fn()
179 fourcc >> 24); in bit_name_fn()
791 unsigned int fourcc; member
810 unsigned int fourcc; member
1090 if (!format_support(ovr, p->fourcc)) in set_plane()
1109 plane_bo = bo_create(dev->fd, p->fourcc, p->w, p->h, handles, in set_plane()
1117 if (drmModeAddFB2(dev->fd, p->w, p->h, p->fourcc, in set_plane()
1186 bo = bo_create(dev->fd, pipes[0].fourcc, dev->mode.width, in set_mode()
1195 pipes[0].fourcc, handles, pitches, offsets, &fb_id, 0); in set_mode()
1305 other_bo = bo_create(dev->fd, pipes[0].fourcc, dev->mode.width, in test_page_flip()
1312 pipes[0].fourcc, handles, pitches, offsets, in test_page_flip()
1455 pipe->fourcc = util_format_fourcc(pipe->format_str); in parse_connector()
1456 if (pipe->fourcc == 0) { in parse_connector()
1513 plane->fourcc = util_format_fourcc(plane->format_str); in parse_plane()
1514 if (plane->fourcc == 0) { in parse_plane()