Lines Matching refs:pixelformat
82 u32 pixelformat; member
89 .pixelformat = V4L2_SDR_FMT_CS8,
157 u32 pixelformat; member
941 (char *)&f->fmt.sdr.pixelformat); in hackrf_s_fmt_sdr()
953 if (f->fmt.sdr.pixelformat == formats[i].pixelformat) { in hackrf_s_fmt_sdr()
954 dev->pixelformat = formats[i].pixelformat; in hackrf_s_fmt_sdr()
961 dev->pixelformat = formats[0].pixelformat; in hackrf_s_fmt_sdr()
963 f->fmt.sdr.pixelformat = formats[0].pixelformat; in hackrf_s_fmt_sdr()
975 (char *)&dev->pixelformat); in hackrf_g_fmt_sdr()
978 f->fmt.sdr.pixelformat = dev->pixelformat; in hackrf_g_fmt_sdr()
991 (char *)&f->fmt.sdr.pixelformat); in hackrf_try_fmt_sdr()
995 if (formats[i].pixelformat == f->fmt.sdr.pixelformat) { in hackrf_try_fmt_sdr()
1001 f->fmt.sdr.pixelformat = formats[0].pixelformat; in hackrf_try_fmt_sdr()
1017 f->pixelformat = formats[f->index].pixelformat; in hackrf_enum_fmt_sdr()
1388 dev->pixelformat = formats[0].pixelformat; in hackrf_probe()