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