Lines Matching refs:btformat
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,
583 .btformat = BT848_COLOR_FMT_YUY2,
590 .btformat = BT848_COLOR_FMT_YCrCb422,
598 .btformat = BT848_COLOR_FMT_YCrCb422,
606 .btformat = BT848_COLOR_FMT_YCrCb422,
614 .btformat = BT848_COLOR_FMT_YCrCb411,
622 .btformat = BT848_COLOR_FMT_YCrCb411,
630 .btformat = BT848_COLOR_FMT_YCrCb411,
638 .btformat = BT848_COLOR_FMT_RAW,
1573 if (fmt->btformat == BT848_COLOR_FMT_RAW) { in bttv_prepare_buffer()