Searched refs:initFromDataSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h256 status_t initFromDataSource();
H A DGenericSource.cpp153 status_t NuPlayer::GenericSource::initFromDataSource() { function in class:android::NuPlayer::GenericSource
160 ALOGE("initFromDataSource, cannot create extractor!");
176 ALOGE("initFromDataSource, source has no track!");
197 ALOGV("initFromDataSource track[%zu]: %s", i, mime);
246 ALOGV("initFromDataSource mSources.size(): %zu mIsSecure: %d mime[0]: %s", mSources.size(),
421 status_t err = initFromDataSource();
2009 // same source without being reset (called by prepareAsync/initFromDataSource)

Completed in 2558 milliseconds