Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Dstagefright.cpp191 sp<MediaSource> rawSource; in playSource() local
193 rawSource = source; in playSource()
203 rawSource = SimpleDecodingSource::Create( in playSource()
207 if (rawSource == NULL) { in playSource()
215 status_t err = rawSource->start(); in playSource()
224 player->setSource(rawSource); in playSource()
225 rawSource.clear(); in playSource()
251 err = rawSource->read(&buffer, &options); in playSource()
315 rawSource->stop(); in playSource()
338 status_t err = rawSource->read(&buffer, &options); in playSource()
[all …]