Lines Matching defs:VpxInputContext
92 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;
102 vpx_bit_depth_t bit_depth;
103 int only_i420;
104 uint32_t fourcc;
105 struct VpxRational framerate;
107 y4m_input y4m;