HomeSort by relevance Sort by last modified time
    Searched refs:Play (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/chromium_org/content/renderer/media/
media_stream_audio_renderer.h 23 virtual void Play() = 0;
video_frame_provider.h 34 virtual void Play() = 0;
rtc_video_renderer.h 44 virtual void Play() OVERRIDE;
webaudiosourceprovider_impl.h 44 virtual void Play() OVERRIDE;
webaudiosourceprovider_impl_unittest.cc 39 EXPECT_CALL(*mock_sink_.get(), Play()).Times(verify);
40 wasp_impl_->Play();
141 wasp_impl_->Play();
146 EXPECT_CALL(*mock_sink_.get(), Play());
179 // Ditto for Play().
185 wasp_impl_->Play();
208 wasp_impl_->Play();
210 // Play should return real audio data again...
webaudiosourceprovider_impl.cc 84 sink_->Play();
130 void WebAudioSourceProviderImpl::Play() {
135 sink_->Play();
webrtc_audio_renderer.h 40 virtual void Play() OVERRIDE;
  /external/chromium_org/media/base/
mock_audio_renderer_sink.h 21 MOCK_METHOD0(Play, void());
audio_renderer_sink.h 58 virtual void Play() = 0;
audio_renderer_mixer_input_unittest.cc 77 mixer_input_->Play();
89 // Test Start()/Play()/Pause()/Stop()/playing() all work as expected. Also
94 mixer_input_->Play();
97 mixer_input_->Play();
clock_unittest.cc 63 EXPECT_EQ(kZero, clock_.Play());
73 EXPECT_EQ(kZero, clock_.Play());
83 EXPECT_EQ(kZero, clock_.Play());
89 // We'll play for 2 seconds at normal speed, 4 seconds at zero speed, and 8
97 EXPECT_EQ(kZero, clock_.Play());
109 // We'll play for 2 seconds at half speed, 4 seconds at normal speed, and 8
119 EXPECT_EQ(kZero, clock_.Play());
137 // Play for 4 seconds.
138 EXPECT_EQ(kZero, clock_.Play());
147 // Play again for 4 more seconds
    [all...]
audio_renderer.h 57 virtual void Play(const base::Closure& callback) = 0;
audio_renderer_mixer_input.h 32 virtual void Play() OVERRIDE;
video_renderer.h 68 virtual void Play(const base::Closure& callback) = 0;
audio_renderer_mixer_unittest.cc 181 // Verify output when mixer inputs are in post-Play() state.
185 // Play() all mixer inputs and ensure we get the right values.
188 mixer_inputs_[i]->Play();
198 // Verify volume adjusted output when mixer inputs are in post-Play() state.
204 mixer_inputs_[i]->Play();
227 mixer_inputs_[i]->Play();
244 mixer_inputs_[i]->Play();
313 // Test mixer output with one input in the post-Play() state.
318 // Test mixer output with many inputs in the post-Play() state.
323 // Test volume adjusted mixer output with one input in the post-Play() state
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebMediaPlayerAction.h 39 Play,
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/
SDL_syscdrom.h 40 /* Return the current status and play position, in frames, of the
45 /* Play from frame 'start' to 'start+len' */
46 int (*Play)(SDL_CD *cdrom, int start, int len);
48 /* Pause play */
51 /* Resume play */
54 /* Stop play */
  /external/chromium_org/media/audio/
audio_output_controller_unittest.cc 132 void Play() {
148 controller_->Play();
275 Play();
284 Play();
295 Play();
300 Play();
308 Play();
320 Play();
335 Play();
357 Play();
    [all...]
null_audio_sink.h 33 virtual void Play() OVERRIDE;
  /external/chromium_org/content/test/
test_video_frame_provider.h 34 virtual void Play() OVERRIDE;
  /external/chromium_org/media/filters/
pipeline_integration_test.cc 381 Play();
400 Play();
409 Play();
419 Play();
433 Play();
449 Play();
469 Play();
487 Play();
512 Play();
538 Play();
    [all...]
video_renderer_base_unittest.cc 138 void Play() {
139 SCOPED_TRACE("Play()");
141 renderer_->Play(event.GetClosure());
416 TEST_F(VideoRendererBaseTest, Play) {
418 Play();
424 Play();
442 Play();
466 Play();
526 Play();
541 Play();
    [all...]
audio_renderer_impl_unittest.cc 174 void Play() {
175 SCOPED_TRACE("Play()");
177 renderer_->Play(event.GetClosure());
304 Play();
413 TEST_F(AudioRendererImplTest, Play) {
416 Play();
438 Play();
467 Play();
511 Play();
556 Play();
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host_unittest.cc 270 void Play() {
368 Play();
374 Play();
382 Play();
390 Play();
396 Play();
402 Play();
411 Play();
  /external/chromium_org/content/browser/android/
content_video_view.h 60 void Play(JNIEnv*, jobject obj);

Completed in 310 milliseconds

1 2 3 4