OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thresholdRatio
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h
76
void pauseAsync(float
thresholdRatio
, bool disconnect);
202
void setStoppingThreshold(float
thresholdRatio
, bool disconnect);
PlaylistFetcher.cpp
453
void PlaylistFetcher::setStoppingThreshold(float
thresholdRatio
, bool disconnect) {
456
mThresholdRatio =
thresholdRatio
;
530
float
thresholdRatio
, bool disconnect) {
531
setStoppingThreshold(
thresholdRatio
, disconnect);
910
float
thresholdRatio
= getStoppingThreshold();
912
if (
thresholdRatio
< 0.0f) {
915
} else if (
thresholdRatio
== 0.0f) {
946
int64_t thresholdUs =
thresholdRatio
* targetDurationUs;
[
all
...]
Completed in 3625 milliseconds