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

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp180 sp<IMediaSource> rawSource; local
182 rawSource = source;
192 rawSource = SimpleDecodingSource::Create(source, flags, gSurface);
193 if (rawSource == NULL) {
201 status_t err = rawSource->start();
204 fprintf(stderr, "rawSource returned error %d (0x%08x)\n", err, err);
210 player->setSource(rawSource);
211 rawSource.clear();
233 err = rawSource->read(&buffer, &options);
297 rawSource
[all...]

Completed in 90 milliseconds