Searched defs:stop (Results 1 - 25 of 152) sorted by path

1234567

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp94 status_t SimplePlayer::stop() { function in class:android::SimplePlayer
H A DSineSource.cpp23 stop();
39 status_t SineSource::stop() { function in class:android::SineSource
H A Drecordvideo.cpp80 virtual status_t stop() { function in class:DummySource
299 err = writer->stop();
H A Dstagefright.cpp159 CHECK_EQ((status_t)OK, source->stop());
294 rawSource->stop();
372 rawSource->stop();
402 virtual status_t stop();
447 status_t DetectSyncSource::stop() { function in class:DetectSyncSource
448 return mSource->stop();
532 writer->stop();
588 CHECK_EQ((status_t)OK, source->stop());
/frameworks/av/include/media/stagefright/
H A DAACWriter.h37 virtual status_t stop() { return reset(); } function in struct:android::AACWriter
H A DAMRWriter.h40 virtual status_t stop() { return reset(); } function in struct:android::AMRWriter
H A DAudioSource.h44 virtual status_t stop() { return reset(); } function in struct:android::AudioSource
H A DCameraSource.h82 virtual status_t stop() { return reset(); } function in class:android::CameraSource
88 * Must call this method before stop().
H A DMPEG2TSWriter.h40 virtual status_t stop() { return reset(); } function in struct:android::MPEG2TSWriter
H A DMPEG4Writer.h40 virtual status_t stop() { return reset(); } function in class:android::MPEG4Writer
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp95 status_t DummyAudioSource::stop() { function in class:android::DummyAudioSource
96 ALOGV("stop");
H A DDummyVideoSource.cpp92 status_t DummyVideoSource::stop() { function in class:android::DummyVideoSource
93 ALOGV("stop");
H A DVideoEditorPlayer.cpp105 status_t VideoEditorPlayer::stop() { function in class:android::VideoEditorPlayer
106 ALOGV("stop");
504 void VideoEditorPlayer::VeAudioOutput::stop() { function in class:android::VideoEditorPlayer::VeAudioOutput
506 ALOGV("stop");
507 if (mTrack) mTrack->stop();
H A DVideoEditorSRC.cpp65 stop();
83 status_t VideoEditorSRC::stop() { function in class:android::VideoEditorSRC
84 ALOGV("stop %p(%p)", this, mSource.get());
93 mSource->stop();
145 stop();
191 stop();
242 // We cannot call stop() here because stop() will release the
244 // So just remember the fact and let read() call stop().
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DMediaBufferPuller.cpp42 stop();
56 void MediaBufferPuller::stop() { function in class:android::MediaBufferPuller
130 // Loop until we are asked to stop, or there is nothing more to read
157 // Loop until we are asked to stop
H A DVideoEditorAudioDecoder.cpp58 virtual status_t stop();
131 stop();
150 status_t VideoEditorAudioDecoderSource::stop() { function in class:android::VideoEditorAudioDecoderSource
154 ALOGV("VideoEditorAudioDecoderSource::stop begin");
157 ALOGV("VideoEditorAudioDecoderSource::stop: invalid state %d", mState);
166 ALOGW("VideoEditorAudioDecoderSource::stop : %d buffer remained", n);
172 ALOGV("VideoEditorAudioDecoderSource::stop END (0x%x)", err);
408 pDecoderContext->mDecoder->stop();
H A DVideoEditorAudioEncoder.cpp48 virtual status_t stop();
107 stop();
129 status_t VideoEditorAudioEncoderSource::stop() { function in class:android::VideoEditorAudioEncoderSource
132 ALOGV("VideoEditorAudioEncoderSource::stop");
135 ALOGV("VideoEditorAudioEncoderSource::stop ERROR: invalid state %d",
148 ALOGV("VideoEditorAudioEncoderSource::stop : %d buffer remained", i);
154 ALOGV("VideoEditorAudioEncoderSource::stop END (0x%x)", err);
316 pEncoderContext->mEncoder->stop();
H A DVideoEditorVideoDecoder.cpp57 virtual status_t stop();
94 stop();
120 status_t VideoEditorVideoDecoderSource::stop() { function in class:VideoEditorVideoDecoderSource
896 pDecShellContext->mVideoDecoder->stop();
H A DVideoEditorVideoEncoder.cpp69 virtual status_t stop();
129 stop();
148 status_t VideoEditorVideoEncoderSource::stop() { function in class:android::VideoEditorVideoEncoderSource
151 ALOGV("VideoEditorVideoEncoderSource::stop() begin");
154 ALOGV("VideoEditorVideoEncoderSource::stop: invalid state %d", mState);
167 ALOGV("VideoEditorVideoEncoderSource::stop : %d buffer remained", i);
173 ALOGV("VideoEditorVideoEncoderSource::stop() END (0x%x)", err);
387 result = encoder->stop();
1122 pEncoderContext->mPuller->stop();
1123 pEncoderContext->mEncoder->stop();
[all...]
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp105 stop();
327 void AudioRecord::stop() function in class:android::AudioRecord
331 ALOGV("stop");
337 mAudioRecord->stop();
762 // signal old cblk condition so that other threads waiting for available buffers stop
H A DAudioTrack.cpp174 stop();
431 void AudioTrack::stop() function in class:android::AudioTrack
435 ALOGV("stop %p", this);
441 mAudioTrack->stop();
443 // would not stop until loopCount reaches 0).
449 // will not stop before end of buffer is reached.
1335 // signal old cblk condition so that other threads waiting for available buffers stop
H A DIAudioRecord.cpp60 virtual void stop() function in class:android::BpAudioRecord
102 stop();
H A DIAudioTrack.cpp77 virtual void stop() function in class:android::BpAudioTrack
187 stop();
H A DIMediaPlayer.cpp143 status_t stop() function in class:android::BpMediaPlayer
403 reply->writeInt32(stop());
H A DIMediaRecorder.cpp248 status_t stop() function in class:android::BpMediaRecorder
250 ALOGV("stop");
320 reply->writeInt32(stop());

Completed in 427 milliseconds

1234567