Searched refs:btformat (Results 1 – 3 of 3) sorted by relevance
/drivers/media/video/bt8xx/ |
D | bttv-risc.c | 668 btaor((set->top->btformat & 0xf0) | (set->bottom->btformat & 0x0f), in bttv_buffer_activate_video() 681 btaor(set->top->btformat & 0xff, ~0xff, BT848_COLOR_FMT); in bttv_buffer_activate_video() 692 btaor(set->bottom->btformat & 0xff, ~0xff, BT848_COLOR_FMT); in bttv_buffer_activate_video() 857 buf->btformat = buf->fmt->btformat; in bttv_buffer_risc() 899 buf->btformat = fmt->btformat; in bttv_overlay_risc()
|
D | bttvp.h | 117 int btformat; /* BT848_COLOR_FMT_* */ member 139 int btformat; member
|
D | bttv-driver.c | 486 .btformat = BT848_COLOR_FMT_Y8, 492 .btformat = BT848_COLOR_FMT_RGB8, 498 .btformat = BT848_COLOR_FMT_RGB15, 504 .btformat = BT848_COLOR_FMT_RGB15, 511 .btformat = BT848_COLOR_FMT_RGB16, 517 .btformat = BT848_COLOR_FMT_RGB16, 524 .btformat = BT848_COLOR_FMT_RGB24, 530 .btformat = BT848_COLOR_FMT_RGB32, 536 .btformat = BT848_COLOR_FMT_RGB32, 543 .btformat = BT848_COLOR_FMT_YUY2, [all …]
|