Home
last modified time | relevance | path

Searched defs:VpxInputContext (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/
Dtools_common.h85 struct VpxInputContext { struct
86 const char *filename;
87 FILE *file;
88 int64_t length;
89 struct FileTypeDetectionBuffer detect;
90 enum VideoFileType file_type;
91 uint32_t width;
92 uint32_t height;
93 struct VpxRational pixel_aspect_ratio;
94 vpx_img_fmt_t fmt;
[all …]