Home
last modified time | relevance | path

Searched refs:kIsHTTPBasedSource (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
DNuCachedSource2.cpp241 if (mSource->flags() & kIsHTTPBasedSource) { in getEstimatedBandwidthKbps()
249 if (mSource->flags() & kIsHTTPBasedSource) { in disconnect()
270 if (mSource->flags() & kIsHTTPBasedSource) { in setCacheStatCollectFreq()
287 uint32_t flags = mSource->flags() & ~(kWantsPrefetching | kIsHTTPBasedSource); in flags()
413 && (mSource->flags() & DataSource::kIsHTTPBasedSource)) { in onFetch()
/frameworks/av/include/media/stagefright/
DDataSource.h46 kIsHTTPBasedSource = 8, enumerator
/frameworks/av/media/libstagefright/http/
DMediaHTTP.cpp138 return kWantsPrefetching | kIsHTTPBasedSource; in flags()