Searched defs:VpxInputContext (Results 1 – 1 of 1) sorted by relevance
88 struct VpxInputContext { struct89 const char *filename;90 FILE *file;91 int64_t length;92 struct FileTypeDetectionBuffer detect;93 enum VideoFileType file_type;94 uint32_t width;95 uint32_t height;96 struct VpxRational pixel_aspect_ratio;97 vpx_img_fmt_t fmt;[all …]