OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Stop
(Results
201 - 225
of
410
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.cc
169
void ThreadSafeCaptureOracle::
Stop
() {
274
oracle_proxy_->
Stop
();
282
&VideoCaptureMachine::
Stop
,
303
// safely
stop
the capture machine.
308
base::Bind(&VideoCaptureMachine::
Stop
,
/external/chromium_org/content/browser/service_worker/
embedded_worker_instance.cc
92
Stop
();
130
ServiceWorkerStatusCode EmbeddedWorkerInstance::
Stop
() {
244
//
Stop
is requested before OnStarted is sent back from the worker.
/external/chromium_org/content/child/
threaded_data_provider.cc
171
void ThreadedDataProvider::
Stop
() {
/external/chromium_org/content/renderer/media/
media_stream_video_track.cc
216
Stop
();
248
void MediaStreamVideoTrack::
Stop
() {
webrtc_local_audio_track_unittest.cc
72
void
Stop
() {
110
virtual void
Stop
() OVERRIDE {
111
audio_thread_->
Stop
();
226
capturer_->
Stop
();
264
capturer_->
Stop
();
316
track_1->
Stop
();
321
track_2->
Stop
();
327
// And it should be fine to not to call
Stop
() explicitly.
335
// When the track goes away, it will automatically
stop
the
357
track1->
Stop
();
[
all
...]
/external/chromium_org/content/shell/browser/
shell_devtools_delegate.cc
158
void ShellDevToolsDelegate::
Stop
() {
160
devtools_http_handler_->
Stop
();
/external/chromium_org/jingle/glue/
thread_wrapper.cc
294
void JingleThreadWrapper::
Stop
() {
/external/chromium_org/media/audio/alsa/
alsa_input.cc
243
void AlsaPcmInputStream::
Stop
() {
/external/chromium_org/media/audio/android/
opensles_input.cc
92
// TODO(henrika): add support for Start/
Stop
/Start sequences when we are
94
// implementation which forces us to always call
Stop
() and Close() before
120
void OpenSLESInputStream::
Stop
() {
128
//
Stop
recording by setting the record state to SL_RECORDSTATE_STOPPED.
144
//
Stop
the stream if it is still recording.
145
Stop
();
opensles_output.cc
109
void OpenSLESOutputStream::
Stop
() {
110
DVLOG(2) << "OpenSLESOutputStream::
Stop
()";
117
//
Stop
playing by setting the play state to SL_PLAYSTATE_STOPPED.
143
//
Stop
the stream if it is still playing.
144
Stop
();
/external/chromium_org/media/audio/
audio_output_resampler.cc
36
// Sets |source_callback_|. If this is not a new object, then
Stop
() must be
41
void
Stop
();
252
resampler_callback->
Stop
();
267
// be stopped and no longer calling OnMoreData(), making it safe to
Stop
() the
271
it->second->
Stop
();
307
// Ensure
Stop
() has been called so we don't end up with an AudioOutputStream
323
void OnMoreDataConverter::
Stop
() {
342
// TODO(dalecurtis):
Stop
passing bytes around, it doesn't make sense since
fake_audio_input_stream.cc
160
void FakeAudioInputStream::
Stop
() {
161
thread_.
Stop
();
/external/chromium_org/media/audio/mac/
audio_auhal_mac.cc
129
// Use a cancellable closure so that if
Stop
() is called before Start()
150
Stop
();
155
void AUHALStream::
Stop
() {
/external/chromium_org/media/audio/win/
wavein_input_win.cc
146
void PCMWaveInAudioInputStream::
Stop
() {
147
DVLOG(1) << "PCMWaveInAudioInputStream::
Stop
()";
168
//
Stop
input and reset the current position to zero for |wavein_|.
181
// implement auto-
stop
just in case.
183
Stop
();
258
// device id which was specified in the constructor.
Stop
comparing
284
// The lock ensures that
Stop
() can't be called during a callback.
308
// Main thread has called
Stop
() and set |callback_| to NULL and is
/external/chromium_org/media/base/
text_renderer.cc
97
void TextRenderer::
Stop
(const base::Closure& cb) {
/external/chromium_org/media/filters/
decoder_stream.cc
163
void DecoderStream<StreamType>::
Stop
(const base::Closure& closure) {
190
decrypting_demuxer_stream_->
Stop
(base::Bind(
195
// We may not have a |decoder_| if
Stop
() was called during initialization.
269
//
Stop
() called during initialization.
271
Stop
(base::ResetAndReturn(&stop_cb_));
586
decoder_->
Stop
();
591
// posted in
Stop
().
decrypting_demuxer_stream.cc
113
void DecryptingDemuxerStream::
Stop
(const base::Closure& closure) {
decrypting_demuxer_stream_unittest.cc
242
void
Stop
() {
245
demuxer_stream_->
Stop
(NewExpectedClosure());
514
Stop
();
521
Stop
();
529
Stop
();
538
Stop
();
547
Stop
();
556
Stop
();
564
Stop
();
ffmpeg_audio_decoder.cc
195
void FFmpegAudioDecoder::
Stop
() {
ffmpeg_video_decoder.cc
215
// A decoding error occurs and decoding needs to
stop
.
244
void FFmpegVideoDecoder::
Stop
() {
ffmpeg_video_decoder_unittest.cc
64
Stop
();
92
void
Stop
() {
93
decoder_->
Stop
();
427
Stop
();
434
Stop
();
442
Stop
();
opus_audio_decoder_unittest.cc
92
void
Stop
() {
93
decoder_->
Stop
();
150
Stop
();
170
Stop
();
187
Stop
();
193
Stop
();
199
Stop
();
208
Stop
();
215
Stop
();
pipeline_integration_test_base.cc
46
Stop
();
176
void PipelineIntegrationTestBase::
Stop
() {
178
pipeline_->
Stop
(base::MessageLoop::QuitClosure());
video_renderer_impl.cc
77
void VideoRendererImpl::
Stop
(const base::Closure& callback) {
108
video_frame_stream_.
Stop
(callback);
408
// Adjust the incoming frame if its rendering
stop
time is past the duration
/external/chromium_org/media/video/capture/win/
filter_base_win.cc
120
STDMETHODIMP FilterBase::
Stop
() {
Completed in 1027 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>