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

/freebsd-10.2-release/sys/dev/bktr/
H A Dbktr_core.c404 static u_int pixfmt_swap_flags( int pixfmt );
562 bktr->pixfmt = oformat_meteor_to_bt( bktr->format );
1058 bktr->pixfmt = oformat_meteor_to_bt( bktr->format );
1207 pixfmt_table[ bktr->pixfmt ].public.Bpp;
1829 /* Pixel format (if in meteor pixfmt compatibility mode) */
1849 bktr->pixfmt = oformat_meteor_to_bt( bktr->format );
2361 int pixfmt; local
2471 bktr->pixfmt = *(int *)arg;
2473 | pixfmt_swap_flags( bktr->pixfmt ));
2478 *(int *)arg = bktr->pixfmt;
[all...]
H A Dbktr_reg.h595 int pixfmt; /* active pixel format (idx into fmt tbl) */ member in struct:bktr_softc

Completed in 86 milliseconds