Searched refs:video_formats (Results 1 – 3 of 3) sorted by relevance
70 const struct tegra_video_format *video_formats; member
69 if (vi->soc->video_formats[i].code == code) in tegra_get_format_idx_by_code()82 return vi->soc->video_formats[index].fourcc; in tegra_get_format_fourcc_by_idx()91 if (vi->soc->video_formats[i].fourcc == fourcc) in tegra_get_format_by_fourcc()92 return &vi->soc->video_formats[i]; in tegra_get_format_by_fourcc()647 chan->fmtinfo = &chan->vi->soc->video_formats[index]; in tegra_channel_set_subdev_active_fmt()
727 .video_formats = tegra210_video_formats,