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