Lines Matching refs:btformat
500 .btformat = BT848_COLOR_FMT_Y8,
506 .btformat = BT848_COLOR_FMT_RGB8,
512 .btformat = BT848_COLOR_FMT_RGB15,
518 .btformat = BT848_COLOR_FMT_RGB15,
525 .btformat = BT848_COLOR_FMT_RGB16,
531 .btformat = BT848_COLOR_FMT_RGB16,
538 .btformat = BT848_COLOR_FMT_RGB24,
544 .btformat = BT848_COLOR_FMT_RGB32,
550 .btformat = BT848_COLOR_FMT_RGB32,
557 .btformat = BT848_COLOR_FMT_YUY2,
563 .btformat = BT848_COLOR_FMT_YUY2,
569 .btformat = BT848_COLOR_FMT_YUY2,
576 .btformat = BT848_COLOR_FMT_YCrCb422,
584 .btformat = BT848_COLOR_FMT_YCrCb422,
592 .btformat = BT848_COLOR_FMT_YCrCb422,
600 .btformat = BT848_COLOR_FMT_YCrCb411,
608 .btformat = BT848_COLOR_FMT_YCrCb411,
616 .btformat = BT848_COLOR_FMT_YCrCb411,
624 .btformat = BT848_COLOR_FMT_RAW,
1715 if (fmt->btformat == BT848_COLOR_FMT_RAW) { in bttv_prepare_buffer()