Searched defs:FrameCounts (Results 1 – 3 of 3) sorted by relevance
201 struct FrameCounts { struct204 UintArray2D y_mode;207 UintArray2D uv_mode;210 UintArray2D partition;212 UintArray6D coef;214 UintArray5D eob_branch;217 UintArray2D switchable_interp;221 UintArray2D inter_mode;224 UintArray2D intra_inter;228 UintArray2D comp_inter;[all …]
18 struct FrameCounts { struct19 FrameCounts() : key_frames(0), delta_frames(0) {} in FrameCounts() function28 virtual void FrameCountUpdated(const FrameCounts& frame_counts, argument
237 TEST_F(SendStatisticsProxyTest, FrameCounts) { in TEST_F() argument