Searched refs:stop (Results 201 - 225 of 303) sorted by last modified time

1234567891011>>

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp81 in trying to stop thread", err);
447 // If already started, then stop preview first
655 ALOGV("stopPreview: error 0x%x in trying to stop thread", err);
681 ALOGV("stop the player first");
682 mVePlayer[playerInst]->stop();
1128 ALOGV("Preview completed..auto stop the player");
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().
H A DVideoEditorSRC.h33 virtual status_t 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 DMediaBufferPuller.h42 // Release the list of the available buffers, and stop
44 void stop();
52 // a buffer to become available or until stop() is called.
78 bool mAskToStop; // Asks the threads to stop
H A DVideoEditor3gpReader.cpp574 pC->mAudioSource->stop();
604 pC->mVideoSource->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 DVideoEditorMp3Reader.cpp238 pReaderContext->mMediaSource->stop();
507 pReaderContext->mMediaSource->stop();
705 pReaderContext->mMediaSource->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());
H A DJetPlayer.cpp144 mAudioTrack->stop();
250 mAudioTrack->stop();
H A DSoundPool.cpp131 ALOGV("Getting channel from stop list");
138 channel->stop();
360 void SoundPool::stop(int channelID) function in class:android::SoundPool
362 ALOGV("stop(%d)", channelID);
366 channel->stop();
717 // check for stop state
765 ALOGV("stop");
766 mAudioTrack->stop();
784 void SoundChannel::stop() function in class:android::SoundChannel
H A DToneGenerator.cpp906 ALOGV("Start waiting for previous tone to stop");
909 ALOGE("--- start wait for stop timed out, status %d", lStatus);
980 ALOGV("track stop complete, time %d", (unsigned int)(systemTime()/1000000));
984 mpAudioTrack->stop();
1262 lpToneGen->mpAudioTrack->stop();
1277 lpToneGen->mpAudioTrack->stop();
H A Dmediaplayer.cpp306 status_t MediaPlayer::stop() function in class:android::MediaPlayer
308 ALOGV("stop");
313 status_t ret = mPlayer->stop();
321 ALOGE("stop called in state %d", mCurrentState);
H A Dmediarecorder.cpp501 status_t MediaRecorder::stop() function in class:android::MediaRecorder
503 ALOGV("stop");
509 ALOGE("stop called in an invalid state: %d", mCurrentState);
513 status_t ret = mMediaRecorder->stop();
515 ALOGE("stop failed: %d", ret);
521 // stop and reset are semantically different.
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp855 status_t MediaPlayerService::Client::stop() function in class:android::MediaPlayerService::Client
857 ALOGV("[%d] stop", mConnId);
860 return p->stop();
1565 void MediaPlayerService::AudioOutput::stop() function in class:android::MediaPlayerService::AudioOutput
1567 ALOGV("stop");
1568 if (mTrack) mTrack->stop();
1801 void MediaPlayerService::AudioCache::stop() { function in class:android::MediaPlayerService::AudioCache
1941 // record the stop time only if currently this is the only
H A DMediaPlayerService.h54 void stop() { mActive = false; } function in class:android::Antagonizer
101 virtual void stop();
202 virtual void stop();
313 virtual status_t stop();
H A DMediaRecorderClient.cpp245 status_t MediaRecorderClient::stop() function in class:android::MediaRecorderClient
247 ALOGV("stop");
253 return mRecorder->stop();

Completed in 147 milliseconds

1234567891011>>