OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_sumChannelBytes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.cc
118
0.001 * 8.0 *
_sumChannelBytes
/ ((_framecnt * 1.0f) / _inst.maxFramerate));
150
_sumChannelBytes
= 0;
182
if (_frameToDecode->_frame->Length() == 0 ||
_sumChannelBytes
== 0)
184
_sumChannelBytes
+= _frameToDecode->_frame->Length();
221
_sumChannelBytes
+= newEncBuf.Length();
packet_loss_test.h
53
int
_sumChannelBytes
;
Completed in 486 milliseconds