Lines Matching refs:btformat
521 .btformat = BT848_COLOR_FMT_Y8,
527 .btformat = BT848_COLOR_FMT_RGB8,
533 .btformat = BT848_COLOR_FMT_RGB15,
539 .btformat = BT848_COLOR_FMT_RGB15,
546 .btformat = BT848_COLOR_FMT_RGB16,
552 .btformat = BT848_COLOR_FMT_RGB16,
559 .btformat = BT848_COLOR_FMT_RGB24,
565 .btformat = BT848_COLOR_FMT_RGB32,
571 .btformat = BT848_COLOR_FMT_RGB32,
578 .btformat = BT848_COLOR_FMT_YUY2,
584 .btformat = BT848_COLOR_FMT_YUY2,
591 .btformat = BT848_COLOR_FMT_YCrCb422,
599 .btformat = BT848_COLOR_FMT_YCrCb422,
607 .btformat = BT848_COLOR_FMT_YCrCb422,
615 .btformat = BT848_COLOR_FMT_YCrCb411,
623 .btformat = BT848_COLOR_FMT_YCrCb411,
631 .btformat = BT848_COLOR_FMT_YCrCb411,
639 .btformat = BT848_COLOR_FMT_RAW,
1574 if (fmt->btformat == BT848_COLOR_FMT_RAW) { in bttv_prepare_buffer()