Searched refs:btformat (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 672 btaor((set->top->btformat & 0xf0) | (set->bottom->btformat & 0x0f), in bttv_buffer_activate_video() 685 btaor(set->top->btformat & 0xff, ~0xff, BT848_COLOR_FMT); in bttv_buffer_activate_video() 696 btaor(set->bottom->btformat & 0xff, ~0xff, BT848_COLOR_FMT); in bttv_buffer_activate_video() 860 buf->btformat = buf->fmt->btformat; in bttv_buffer_risc() 901 buf->btformat = fmt->btformat; in bttv_overlay_risc()
|
D | bttvp.h | 116 int btformat; /* BT848_COLOR_FMT_* */ member 164 int btformat; member
|
D | bttv-driver.c | 520 .btformat = BT848_COLOR_FMT_Y8, 526 .btformat = BT848_COLOR_FMT_RGB8, 532 .btformat = BT848_COLOR_FMT_RGB15, 538 .btformat = BT848_COLOR_FMT_RGB15, 545 .btformat = BT848_COLOR_FMT_RGB16, 551 .btformat = BT848_COLOR_FMT_RGB16, 558 .btformat = BT848_COLOR_FMT_RGB24, 564 .btformat = BT848_COLOR_FMT_RGB32, 570 .btformat = BT848_COLOR_FMT_RGB32, 577 .btformat = BT848_COLOR_FMT_YUY2, [all …]
|
/Linux-v4.19/drivers/media/pci/ngene/ |
D | ngene.h | 880 int btformat; /* BT848_COLOR_FMT_* */ member 900 int btformat; member
|