Searched defs:Stop (Results 201 - 225 of 373) sorted by last modified time

1234567891011>>

/external/chromium_org/media/audio/win/
H A Dwavein_input_win.cc146 void PCMWaveInAudioInputStream::Stop() { function in class:media::PCMWaveInAudioInputStream
147 DVLOG(1) << "PCMWaveInAudioInputStream::Stop()";
168 // Stop input and reset the current position to zero for |wavein_|.
183 Stop();
263 // device id which was specified in the constructor. Stop comparing
289 // The lock ensures that Stop() can't be called during a callback.
313 // Main thread has called Stop() and set |callback_| to NULL and is
H A Dwaveout_output_win.cc240 // TODO(enal): if we want faster Stop() we can create singleton that keeps track
245 void PCMWaveOutAudioOutputStream::Stop() { function in class:media::PCMWaveOutAudioOutputStream
251 // Stop watching for buffer event, waits until outstanding callbacks finish.
258 // Stop playback.
271 // Don't use callback after Stop().
282 // Force Stop() to ensure it's safe to release buffers and free the stream.
283 Stop();
/external/chromium_org/media/base/android/
H A Dmedia_codec_bridge.cc257 void MediaCodecBridge::Stop() { function in class:media::MediaCodecBridge
/external/chromium_org/media/base/
H A Daudio_renderer_mixer_input.cc52 void AudioRendererMixerInput::Stop() { function in class:media::AudioRendererMixerInput
53 // Stop() may be called at any time, if Pause() hasn't been called we need to
62 // Stop() by an error event since it may outlive this ref-counted object. We
H A Dfake_audio_renderer_sink.cc35 void FakeAudioRendererSink::Stop() { function in class:media::FakeAudioRendererSink
H A Dfake_text_track_stream.cc83 void FakeTextTrackStream::Stop() { function in class:media::FakeTextTrackStream
H A Dpipeline.cc56 DCHECK(!running_) << "Stop() must complete before destroying object";
97 void Pipeline::Stop(const base::Closure& stop_cb) { function in class:media::Pipeline
421 demuxer_->Stop();
/external/chromium_org/media/blink/
H A Dbuffered_data_source.cc208 void BufferedDataSource::Stop() { function in class:media::BufferedDataSource
277 // response to Stop().
288 loader_->Stop();
342 loader_->Stop();
362 loader_->Stop();
400 // Stop the resource loader since we have received an error.
401 loader_->Stop();
423 // Stop the resource load if it failed.
424 loader_->Stop();
H A Dbuffered_data_source_unittest.cc174 void Stop() { function in class:media::BufferedDataSourceTest
180 data_source_->Stop();
265 Stop();
276 Stop();
284 Stop();
292 Stop();
307 Stop();
316 Stop();
329 Stop();
339 Stop();
[all...]
H A Dbuffered_resource_loader.cc207 void BufferedResourceLoader::Stop() { function in class:media::BufferedResourceLoader
H A Dwebaudiosourceprovider_impl.cc68 sink_->Stop();
135 void WebAudioSourceProviderImpl::Stop() { function in class:media::WebAudioSourceProviderImpl
139 sink_->Stop();
/external/chromium_org/media/cast/test/utility/
H A Din_process_receiver.cc37 Stop();
47 void InProcessReceiver::Stop() { function in class:media::cast::InProcessReceiver
H A Dudp_proxy.cc669 base::Bind(&UDPProxyImpl::Stop,
673 proxy_thread_.Stop();
734 void Stop(base::WaitableEvent* stop_event) { function in class:media::cast::test::UDPProxyImpl
/external/chromium_org/media/filters/
H A Dchunk_demuxer.cc1092 void ChunkDemuxer::Stop() { function in class:media::ChunkDemuxer
1093 DVLOG(1) << "Stop()";
H A Dffmpeg_demuxer.cc391 void FFmpegDemuxerStream::Stop() { function in class:media::FFmpegDemuxerStream
564 void FFmpegDemuxer::Stop() { function in class:media::FFmpegDemuxer
567 // The order of Stop() and Abort() is important here. If Abort() is called
570 data_source_->Stop();
577 blocking_thread_.Stop();
582 (*iter)->Stop();
H A Dfile_data_source.cc29 void FileDataSource::Stop() { function in class:media::FileDataSource
H A Dpipeline_integration_test_base.cc46 Stop();
186 void PipelineIntegrationTestBase::Stop() { function in class:media::PipelineIntegrationTestBase
188 pipeline_->Stop(base::MessageLoop::QuitClosure());
/external/chromium_org/media/tools/player_x11/
H A Ddata_source_logger.cc23 void DataSourceLogger::Stop() { function in class:DataSourceLogger
24 VLOG(1) << "Stop()";
25 data_source_->Stop();
/external/chromium_org/media/video/capture/win/
H A Dfilter_base_win.cc120 STDMETHODIMP FilterBase::Stop() { function in class:media::FilterBase
/external/chromium_org/mojo/common/
H A Dhandle_watcher.cc213 // Start/Stop result in adding a RequestData to |requests_| (protected by
221 thread_.Stop();
348 watcher_->Stop(); // Destroys |this|.
470 void HandleWatcher::Stop() { function in class:mojo::common::HandleWatcher
/external/chromium_org/mojo/system/
H A Dmessage_pipe_test_utils.cc41 Stop();
55 void ChannelThread::Stop() { function in class:mojo::system::test::ChannelThread
68 test_io_thread_.Stop();
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor.cc209 Stop();
267 void MediaStreamAudioProcessor::Stop() { function in class:content::MediaStreamAudioProcessor
H A Dmedia_stream_track.cc35 void MediaStreamTrack::Stop() { function in class:content::MediaStreamTrack
37 // Stop means that a track should be stopped permanently. But
H A Dmedia_stream_video_track.cc216 Stop();
248 void MediaStreamVideoTrack::Stop() { function in class:content::MediaStreamVideoTrack
H A Drtc_video_renderer.cc53 void RTCVideoRenderer::Stop() { function in class:content::RTCVideoRenderer

Completed in 546 milliseconds

1234567891011>>