Searched defs:VpxInputContext (Results 1 – 1 of 1) sorted by relevance
90 struct VpxInputContext { struct91 const char *filename;92 FILE *file;93 off_t length;94 struct FileTypeDetectionBuffer detect;95 enum VideoFileType file_type;96 uint32_t width;97 uint32_t height;98 int use_i420;99 int only_i420;[all …]