OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BandwidthEstimator
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/httplive/
LiveSession.h
145
struct
BandwidthEstimator
;
204
sp<
BandwidthEstimator
> mBandwidthEstimator;
LiveSession.cpp
57
struct LiveSession::
BandwidthEstimator
: public RefBase {
58
BandwidthEstimator
();
89
DISALLOW_EVIL_CONSTRUCTORS(
BandwidthEstimator
);
92
LiveSession::
BandwidthEstimator
::
BandwidthEstimator
() :
100
void LiveSession::
BandwidthEstimator
::addBandwidthMeasurement(
140
bool LiveSession::
BandwidthEstimator
::estimateBandwidth(
290
mBandwidthEstimator(new
BandwidthEstimator
()),
[
all
...]
Completed in 43 milliseconds