Home
last modified time | relevance | path

Searched refs:pixfmt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/bktr/
H A Dbktr_core.c414 static u_int pixfmt_swap_flags(int pixfmt);
581 bktr->pixfmt = oformat_meteor_to_bt(bktr->format); in common_bktr_attach()
1068 bktr->pixfmt = oformat_meteor_to_bt(bktr->format); in video_open()
1207 pixfmt_table[bktr->pixfmt].public.Bpp; in video_read()
1838 bktr->pixfmt = oformat_meteor_to_bt(bktr->format);
2346 int pixfmt; local
2457 bktr->pixfmt = *(int *)arg;
2459 | pixfmt_swap_flags(bktr->pixfmt));
2464 *(int *)arg = bktr->pixfmt;
2469 pixfmt = pf_pub->index;
[all …]
H A Dbktr_reg.h489 int pixfmt; /* active pixel format (idx into fmt tbl) */ member