Searched defs:start (Results 26 - 50 of 488) sorted by path

1234567891011>>

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp79 mLiveLooper->start();
97 void NuPlayer::HTTPLiveSource::start() { function in class:android::NuPlayer::HTTPLiveSource
H A DNuPlayer.cpp301 void NuPlayer::start() { function in class:android::NuPlayer
599 mSource->start();
629 mRendererLooper->start(false, false, ANDROID_PRIORITY_AUDIO);
1371 mAggregateBuffer->setRange(0, 0); // start empty
1751 // asynchronously seeks to the start of the stream.
H A DNuPlayerDriver.cpp52 mLooper->start(
188 // this is really just paused. handle as seek to start
213 // this is really just paused. handle as seek to start
224 status_t NuPlayerDriver::start() { function in class:android::NuPlayerDriver
225 ALOGD("start(%p)", this);
245 mPlayer->start();
H A DNuPlayerStreamListener.cpp49 void NuPlayer::NuPlayerStreamListener::start() { function in class:android::NuPlayer::NuPlayerStreamListener
H A DRTSPSource.cpp82 mLooper->start();
114 void NuPlayer::RTSPSource::start() { function in class:android::NuPlayer::RTSPSource
H A DStreamingSource.cpp52 void NuPlayer::StreamingSource::start() { function in class:android::NuPlayer::StreamingSource
64 mStreamListener->start();
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp44 virtual status_t start(MetaData *params = NULL);
255 status_t AACSource::start(MetaData * /* params */) { function in class:android::AACSource
H A DAACWriter.cpp116 status_t AACWriter::start(MetaData * /* params */) { function in class:android::AACWriter
137 status_t err = mSource->start();
249 * 1 bit of copyright start. Set to 0.
279 // 4 bits from originality to copyright start
H A DAMRExtractor.cpp42 virtual status_t start(MetaData *params = NULL);
224 status_t AMRSource::start(MetaData * /* params */) { function in class:android::AMRSource
H A DAMRWriter.cpp110 status_t AMRWriter::start(MetaData * /* params */) { function in class:android::AMRWriter
128 status_t err = mSource->start();
H A DAVIExtractor.cpp41 virtual status_t start(MetaData *params);
103 status_t AVIExtractor::AVISource::start(MetaData *params) { function in class:android::AVIExtractor::AVISource
1020 // Extract everything up to the first VOP start code from the first
H A DAudioPlayer.cpp79 status_t AudioPlayer::start(bool sourceAlreadyStarted) { function in class:android::AudioPlayer
85 err = mSource->start();
203 err = mAudioSink->start();
204 // do not alter behavior for non offloaded tracks: ignore start status.
254 mAudioTrack->start();
294 err = mAudioSink->start();
296 err = mAudioTrack->start();
782 // mSeekTimeUs is either seek time while seeking or 0 if playback did not start.
831 mAudioSink->start();
839 mAudioTrack->start();
[all...]
H A DAudioSource.cpp101 status_t AudioSource::start(MetaData *params) { function in class:android::AudioSource
119 status_t err = mRecord->start();
H A DCameraSource.cpp584 // Camera is initialized but because start() is never called,
616 ALOGE("Failed to start recording, received error: %s (%d)",
624 ALOGE("Failed to start recording");
631 status_t CameraSource::start(MetaData *meta) { function in class:android::CameraSource
632 ALOGV("start");
H A DDRMExtractor.cpp43 virtual status_t start(MetaData *params = NULL);
106 status_t DRMSource::start(MetaData *params) { function in class:android::DRMSource
115 return mOriginalMediaSource->start(params);
H A DFLACExtractor.cpp46 virtual status_t start(MetaData *params);
724 status_t FLACSource::start(MetaData * /* params */) function in class:android::FLACSource
726 ALOGV("FLACSource::start");
H A DJPEGSource.cpp72 status_t JPEGSource::start(MetaData *) { function in class:android::JPEGSource
H A DMP3Extractor.cpp120 * The next read position should start from the end of
219 virtual status_t start(MetaData *params = NULL);
442 status_t MP3Source::start(MetaData *) { function in class:android::MP3Source
H A DMPEG2TSWriter.cpp40 void start(const sp<AMessage> &notify);
132 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> &notify) { function in class:android::MPEG2TSWriter::SourceInfo
134 mLooper->start();
371 status_t err = mSource->start();
522 mLooper->start();
558 status_t MPEG2TSWriter::start(MetaData * /* param */) { function in class:android::MPEG2TSWriter
572 mSources.editItemAt(i)->start(notify);
1010 * Compute CRC32 checksum for buffer starting at offset start and for length
H A DMPEG4Extractor.cpp60 virtual status_t start(MetaData *params = NULL);
2364 // the standard id3 codes, except they start
3043 status_t MPEG4Source::start(MetaData *params) { function in class:android::MPEG4Source
3854 // the start code (0x00 00 00 01).
4130 // the start code (0x00 00 00 01).
H A DMPEG4Writer.cpp66 status_t start(MetaData *params);
491 status_t err = (*it)->start(params);
564 status_t MPEG4Writer::start(MetaData *param) { function in class:android::MPEG4Writer
1704 status_t MPEG4Writer::Track::start(MetaData *params) { function in class:android::MPEG4Writer::Track
1728 * helps to align a/v start time at the beginning of a recording
1732 * If client does not set the start time offset, we fall back to
1745 status_t err = mSource->start(meta.get());
1893 // Data starts with a start code.
1894 // SPS and PPS are separated with start codes.
2254 // so that we can do adjustment for the initial track start
[all...]
H A DMediaAdapter.cpp39 status_t MediaAdapter::start(MetaData * /* params */) { function in class:android::MediaAdapter
113 ALOGE("pushBuffer called before start");
H A DMediaCodec.cpp220 mCodecLooper->start(false, false, ANDROID_PRIORITY_AUDIO);
309 status_t MediaCodec::start() { function in class:android::MediaCodec
H A DMediaCodecSource.cpp43 status_t start(const sp<MetaData> &meta, const sp<AMessage> &notify);
114 status_t MediaCodecSource::Puller::start(const sp<MetaData> &meta, function in class:android::MediaCodecSource::Puller
116 ALOGV("puller (%s) start", mIsAudio ? "audio" : "video");
117 mLooper->start(
176 status_t err = mSource->start(static_cast<MetaData *>(obj.get()));
271 status_t MediaCodecSource::start(MetaData* params) { function in class:android::MediaCodecSource
380 mCodecLooper->start();
425 err = mEncoder->start();
670 // queued before start, and offset timeUs by start tim
[all...]
H A DMediaMuxer.cpp89 ALOGE("addTrack() must be called after constructor and before start().");
107 ALOGE("setOrientationHint() must be called before start().");
123 ALOGE("setLocation() must be called before start().");
135 status_t MediaMuxer::start() { function in class:android::MediaMuxer
140 return mWriter->start(mFileMeta.get());
142 ALOGE("start() is called in invalid state %d", mState);

Completed in 264 milliseconds

1234567891011>>