Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Dstagefright.cpp192 sp<MediaSource> rawSource; in playSource() local
194 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 …]