Searched defs:VpxInputContext (Results 1 – 1 of 1) sorted by relevance
93 struct VpxInputContext { struct94 const char *filename;95 FILE *file;96 int64_t length;97 struct FileTypeDetectionBuffer detect;98 enum VideoFileType file_type;99 uint32_t width;100 uint32_t height;101 struct VpxRational pixel_aspect_ratio;102 vpx_img_fmt_t fmt;[all …]