Home | History | Annotate | Download | only in stagefright

Lines Matching defs:rawSource

185     sp<MediaSource> rawSource;
187 rawSource = source;
197 rawSource = SimpleDecodingSource::Create(
201 if (rawSource == NULL) {
209 status_t err = rawSource->start();
212 fprintf(stderr, "rawSource returned error %d (0x%08x)\n", err, err);
218 player->setSource(rawSource);
219 rawSource.clear();
241 err = rawSource->read(&buffer, &options);
305 rawSource->stop();
328 status_t err = rawSource->read(&buffer, &options);
385 rawSource->stop();