OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAdaptiveStreamingMode
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/include/
WVMExtractor.h
38
virtual void
setAdaptiveStreamingMode
(bool adaptive) = 0;
70
void
setAdaptiveStreamingMode
(bool adaptive);
/frameworks/av/media/libstagefright/
WVMExtractor.cpp
136
void WVMExtractor::
setAdaptiveStreamingMode
(bool adaptive) {
138
mImpl->
setAdaptiveStreamingMode
(adaptive);
NuMediaExtractor.cpp
94
extractor->
setAdaptiveStreamingMode
(true);
/frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp
173
mWVMExtractor->
setAdaptiveStreamingMode
(true);
[
all
...]
Completed in 119 milliseconds