Searched refs:xvip_video_format (Results 1 – 3 of 3) sorted by relevance
26 static const struct xvip_video_format xvip_video_formats[] = {55 const struct xvip_video_format *xvip_get_format_by_code(unsigned int code) in xvip_get_format_by_code()60 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_code()78 const struct xvip_video_format *xvip_get_format_by_fourcc(u32 fourcc) in xvip_get_format_by_fourcc()83 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_fourcc()104 const struct xvip_video_format *xvip_of_get_format(struct device_node *node) in xvip_of_get_format()124 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_of_get_format()
113 struct xvip_video_format { struct122 const struct xvip_video_format *xvip_get_format_by_code(unsigned int code); argument123 const struct xvip_video_format *xvip_get_format_by_fourcc(u32 fourcc);124 const struct xvip_video_format *xvip_of_get_format(struct device_node *node);
26 struct xvip_video_format;89 const struct xvip_video_format *fmtinfo;