Lines Matching refs:pixelformat
71 u32 pixelformat; member
79 .pixelformat = V4L2_SDR_FMT_CS8,
129 u32 pixelformat; member
608 (char *)&f->fmt.sdr.pixelformat); in hackrf_s_fmt_sdr_cap()
615 if (f->fmt.sdr.pixelformat == formats[i].pixelformat) { in hackrf_s_fmt_sdr_cap()
616 dev->pixelformat = formats[i].pixelformat; in hackrf_s_fmt_sdr_cap()
623 dev->pixelformat = formats[0].pixelformat; in hackrf_s_fmt_sdr_cap()
625 f->fmt.sdr.pixelformat = formats[0].pixelformat; in hackrf_s_fmt_sdr_cap()
637 (char *)&dev->pixelformat); in hackrf_g_fmt_sdr_cap()
640 f->fmt.sdr.pixelformat = dev->pixelformat; in hackrf_g_fmt_sdr_cap()
653 (char *)&f->fmt.sdr.pixelformat); in hackrf_try_fmt_sdr_cap()
657 if (formats[i].pixelformat == f->fmt.sdr.pixelformat) { in hackrf_try_fmt_sdr_cap()
663 f->fmt.sdr.pixelformat = formats[0].pixelformat; in hackrf_try_fmt_sdr_cap()
680 f->pixelformat = formats[f->index].pixelformat; in hackrf_enum_fmt_sdr_cap()
1033 dev->pixelformat = formats[0].pixelformat; in hackrf_probe()