Home | History | Annotate | Download | only in stagefright

Lines Matching refs:rawSource

170     sp<MediaSource> rawSource;
172 rawSource = source;
182 rawSource = OMXCodec::Create(
188 if (rawSource == NULL) {
197 status_t err = rawSource->start();
200 fprintf(stderr, "rawSource returned error %d (0x%08x)\n", err, err);
206 player->setSource(rawSource);
207 rawSource.clear();
229 err = rawSource->read(&buffer, &options);
293 rawSource->stop();
316 status_t err = rawSource->read(&buffer, &options);
371 rawSource->stop();