Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dtools_common.h87 struct VpxInputContext { struct
88 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 …]