Home
last modified time | relevance | path

Searched defs:FrameCounts (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/
Dcommon_types.h20 struct FrameCounts { struct
21 FrameCounts() : key_frames(0), delta_frames(0) {} in FrameCounts() argument
30 virtual void FrameCountUpdated(const FrameCounts& frame_counts, argument
/external/libvpx/libvpx/vp9/
Dsimple_encode.h181 struct FrameCounts { struct
184 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 …]
/external/webrtc/video/
Dsend_statistics_proxy_unittest.cc223 TEST_F(SendStatisticsProxyTest, FrameCounts) { in TEST_F() argument