Searched defs:VideoStatistics (Results 1 – 4 of 4) sorted by relevance
77 struct VideoStatistics { struct80 size_t target_bitrate_kbps = 0;81 float input_framerate_fps = 0.0f;83 size_t spatial_idx = 0;84 size_t temporal_idx = 0;86 size_t width = 0;87 size_t height = 0;89 size_t length_bytes = 0;90 size_t bitrate_kbps = 0;91 float framerate_fps = 0;[all …]
28 using VideoStatistics = VideoCodecTestStats::VideoStatistics; typedef
55 using VideoStatistics = VideoCodecTestStats::VideoStatistics; typedef
29 using VideoStatistics = VideoCodecTestStats::VideoStatistics; typedef