Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/
H A Dtools_common.h92 struct VpxInputContext { struct
93 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 …]