Lines Matching refs:pixelformat
73 u32 pixelformat; member
80 .pixelformat = V4L2_SDR_FMT_CS8,
148 u32 pixelformat; member
922 (char *)&f->fmt.sdr.pixelformat); in hackrf_s_fmt_sdr()
934 if (f->fmt.sdr.pixelformat == formats[i].pixelformat) { in hackrf_s_fmt_sdr()
935 dev->pixelformat = formats[i].pixelformat; in hackrf_s_fmt_sdr()
942 dev->pixelformat = formats[0].pixelformat; in hackrf_s_fmt_sdr()
944 f->fmt.sdr.pixelformat = formats[0].pixelformat; in hackrf_s_fmt_sdr()
956 (char *)&dev->pixelformat); in hackrf_g_fmt_sdr()
959 f->fmt.sdr.pixelformat = dev->pixelformat; in hackrf_g_fmt_sdr()
972 (char *)&f->fmt.sdr.pixelformat); in hackrf_try_fmt_sdr()
976 if (formats[i].pixelformat == f->fmt.sdr.pixelformat) { in hackrf_try_fmt_sdr()
982 f->fmt.sdr.pixelformat = formats[0].pixelformat; in hackrf_try_fmt_sdr()
998 f->pixelformat = formats[f->index].pixelformat; in hackrf_enum_fmt_sdr()
1369 dev->pixelformat = formats[0].pixelformat; in hackrf_probe()