Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c625 btaor((set->top->btformat & 0xf0) | (set->bottom->btformat & 0x0f), in bttv_buffer_activate_video()
637 btaor(set->top->btformat & 0xff, ~0xff, BT848_COLOR_FMT); in bttv_buffer_activate_video()
647 btaor(set->bottom->btformat & 0xff, ~0xff, BT848_COLOR_FMT); in bttv_buffer_activate_video()
800 buf->btformat = btv->fmt->btformat; in bttv_buffer_risc()
H A Dbttv-driver.c507 .btformat = BT848_COLOR_FMT_Y8,
512 .btformat = BT848_COLOR_FMT_RGB8,
517 .btformat = BT848_COLOR_FMT_RGB15,
522 .btformat = BT848_COLOR_FMT_RGB15,
528 .btformat = BT848_COLOR_FMT_RGB16,
533 .btformat = BT848_COLOR_FMT_RGB16,
539 .btformat = BT848_COLOR_FMT_RGB24,
544 .btformat = BT848_COLOR_FMT_RGB32,
555 .btformat = BT848_COLOR_FMT_YUY2,
560 .btformat = BT848_COLOR_FMT_YUY2,
[all …]
H A Dbttvp.h102 int btformat; /* BT848_COLOR_FMT_* */ member
149 int btformat; member