Searched refs:btformat (Results 1 – 3 of 3) sorted by relevance
/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 659 btaor((set->top->btformat & 0xf0) | (set->bottom->btformat & 0x0f), in bttv_buffer_activate_video() 672 btaor(set->top->btformat & 0xff, ~0xff, BT848_COLOR_FMT); in bttv_buffer_activate_video() 683 btaor(set->bottom->btformat & 0xff, ~0xff, BT848_COLOR_FMT); in bttv_buffer_activate_video() 847 buf->btformat = buf->fmt->btformat; in bttv_buffer_risc() 888 buf->btformat = fmt->btformat; in bttv_overlay_risc()
|
D | bttv-driver.c | 507 .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, 549 .btformat = BT848_COLOR_FMT_RGB32, 555 .btformat = BT848_COLOR_FMT_YUY2, [all …]
|
D | bttvp.h | 103 int btformat; /* BT848_COLOR_FMT_* */ member 151 int btformat; member
|