OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_stats
(Results
1 - 4
of
4
) sorted by null
/system/core/storaged/include/
storaged.h
128
class
stream_stats
{
class
134
stream_stats
() : mSum(0), mSquareSum(0), mCnt(0) {};
function in class:stream_stats
135
~
stream_stats
() {};
169
stream_stats
read_perf; // read speed (bytes/s)
170
stream_stats
read_ios; // read I/Os per second
171
stream_stats
write_perf; // write speed (bytes/s)
172
stream_stats
write_ios; // write I/O per second
173
stream_stats
queue; // I/Os in queue
/system/core/storaged/tests/
storaged_test.cpp
141
TEST(storaged_test,
stream_stats
) {
145
stream_stats
sstats;
167
stream_stats
sstats1;
219
// using constant perf is reasonable since the functionality of
stream_stats
/external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc
2143
webrtc::VideoSendStream::StreamStats
stream_stats
= it->second;
local
[
all
...]
/external/webrtc/webrtc/video/
end_to_end_tests.cc
1856
const VideoSendStream::StreamStats&
stream_stats
= it->second;
local
2513
const VideoSendStream::StreamStats&
stream_stats
= it->second;
local
[
all
...]
Completed in 556 milliseconds