Searched defs:VideoStatistics (Results 1 – 5 of 5) sorted by relevance
82 struct VideoStatistics { struct88 size_t target_bitrate_kbps = 0;89 float input_framerate_fps = 0.0f;91 size_t spatial_idx = 0;92 size_t temporal_idx = 0;94 size_t width = 0;95 size_t height = 0;97 size_t length_bytes = 0;98 size_t bitrate_kbps = 0;99 float framerate_fps = 0;[all …]
28 using VideoStatistics = VideoCodecTestStats::VideoStatistics; typedef
69 using VideoStatistics = VideoCodecTestStats::VideoStatistics; typedef
29 using VideoStatistics = VideoCodecTestStats::VideoStatistics; typedef
11153 "VideoStatistics": { object