Lines Matching refs:pixelformat
73 u32 pixelformat; member
80 .pixelformat = V4L2_SDR_FMT_CS8,
148 u32 pixelformat; member
921 (char *)&f->fmt.sdr.pixelformat); in hackrf_s_fmt_sdr()
932 if (f->fmt.sdr.pixelformat == formats[i].pixelformat) { in hackrf_s_fmt_sdr()
933 dev->pixelformat = formats[i].pixelformat; in hackrf_s_fmt_sdr()
940 dev->pixelformat = formats[0].pixelformat; in hackrf_s_fmt_sdr()
942 f->fmt.sdr.pixelformat = formats[0].pixelformat; in hackrf_s_fmt_sdr()
954 (char *)&dev->pixelformat); in hackrf_g_fmt_sdr()
956 f->fmt.sdr.pixelformat = dev->pixelformat; in hackrf_g_fmt_sdr()
969 (char *)&f->fmt.sdr.pixelformat); in hackrf_try_fmt_sdr()
972 if (formats[i].pixelformat == f->fmt.sdr.pixelformat) { in hackrf_try_fmt_sdr()
978 f->fmt.sdr.pixelformat = formats[0].pixelformat; in hackrf_try_fmt_sdr()
994 f->pixelformat = formats[f->index].pixelformat; in hackrf_enum_fmt_sdr()
1365 dev->pixelformat = formats[0].pixelformat; in hackrf_probe()