Searched defs:AV1Common (Results 1 – 1 of 1) sorted by relevance
304 typedef struct AV1Common { struct305 CurrentFrame current_frame;306 struct aom_internal_error_info error;307 int width;308 int height;309 int render_width;310 int render_height;311 int timing_info_present;312 aom_timing_info_t timing_info;313 int buffer_removal_time_present;[all …]