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()
933 if (f->fmt.sdr.pixelformat == formats[i].pixelformat) { in hackrf_s_fmt_sdr()
934 dev->pixelformat = formats[i].pixelformat; in hackrf_s_fmt_sdr()
941 dev->pixelformat = formats[0].pixelformat; in hackrf_s_fmt_sdr()
943 f->fmt.sdr.pixelformat = formats[0].pixelformat; in hackrf_s_fmt_sdr()
955 (char *)&dev->pixelformat); in hackrf_g_fmt_sdr()
957 f->fmt.sdr.pixelformat = dev->pixelformat; in hackrf_g_fmt_sdr()
970 (char *)&f->fmt.sdr.pixelformat); in hackrf_try_fmt_sdr()
973 if (formats[i].pixelformat == f->fmt.sdr.pixelformat) { in hackrf_try_fmt_sdr()
979 f->fmt.sdr.pixelformat = formats[0].pixelformat; in hackrf_try_fmt_sdr()
995 f->pixelformat = formats[f->index].pixelformat; in hackrf_enum_fmt_sdr()
1366 dev->pixelformat = formats[0].pixelformat; in hackrf_probe()