Searched defs:FrameCounts (Results 1 – 3 of 3) sorted by relevance
20 struct FrameCounts { struct21 FrameCounts() : key_frames(0), delta_frames(0) {} in FrameCounts() argument30 virtual void FrameCountUpdated(const FrameCounts& frame_counts, argument
181 struct FrameCounts { struct184 UintArray2D y_mode;187 UintArray2D uv_mode;190 UintArray2D partition;192 UintArray6D coef;194 UintArray5D eob_branch;197 UintArray2D switchable_interp;201 UintArray2D inter_mode;204 UintArray2D intra_inter;208 UintArray2D comp_inter;[all …]
223 TEST_F(SendStatisticsProxyTest, FrameCounts) { in TEST_F() argument