Home | History | Annotate | Download | only in android

Lines Matching defs:source

2  * Copyright (C) 2011 The Android Open Source Project
151 sp<MediaSource> source = extractor->getTrack(kTrackToDecode);
152 if (source == 0) {
153 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: error getting source from extractor");
163 source = OMXCodec::Create(
165 source);
167 if (source == NULL) {
173 meta = source->getFormat();
177 if (source->start() != OK) {
178 SL_LOGE("AacBqToPcmCbRenderer::onPrepare() Failed to start source/decoder.");
207 // The data source, and audio source (a decoder) are ready to be used
209 mAudioSource = source;