OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitrate_kbps
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/cast/logging/
logging_defines.cc
94
bitrate_kbps
(0),
logging_stats.cc
45
it->second->
bitrate_kbps
+= frame_size;
120
if (it->second->
bitrate_kbps
> 0) {
121
it->second->
bitrate_kbps
= (8 / 1000) *
122
it->second->
bitrate_kbps
/ time_diff.InSecondsF();
logging_defines.h
112
double
bitrate_kbps
;
member in struct:media::cast::FrameLogStats
logging_unittest.cc
63
EXPECT_EQ(0, it->second->
bitrate_kbps
);
100
it->second->
bitrate_kbps
, kRandomSizeInterval);
137
EXPECT_EQ(0, it->second->
bitrate_kbps
);
logging_impl.cc
168
if (it->second->
bitrate_kbps
> 0) {
Completed in 33 milliseconds