Searched refs:rawSource (Results 1 – 1 of 1) sorted by relevance
192 sp<MediaSource> rawSource; in playSource() local194 rawSource = source; in playSource()204 rawSource = SimpleDecodingSource::Create( in playSource()208 if (rawSource == NULL) { in playSource()216 status_t err = rawSource->start(); in playSource()225 player->setSource(rawSource); in playSource()226 rawSource.clear(); in playSource()252 err = rawSource->read(&buffer, &options); in playSource()316 rawSource->stop(); in playSource()339 status_t err = rawSource->read(&buffer, &options); in playSource()[all …]