Home
last modified time | relevance | path

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

/dragonfly/sys/dev/video/bktr/
HDioctl_bt848.h202 unsigned swap_shorts:1; /* Shorts swapped within longs */ member
HDbktr_core.c3636 swapf = pf->swap_shorts ? 0 : WSWAP; in pixfmt_swap_flags()
3638 swapf = pf->swap_shorts ? BSWAP : (BSWAP | WSWAP); in pixfmt_swap_flags()
3673 ( pf1->swap_shorts == pf2->swap_shorts )) in oformat_meteor_to_bt()