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

1 2

  /external/chromium_org/content/test/
test_video_frame_provider.cc 44 void TestVideoFrameProvider::Play() {
45 DVLOG(1) << "TestVideoFrameProvider::Play";
  /external/chromium_org/content/renderer/media/
rtc_video_renderer.cc 63 void RTCVideoRenderer::Play() {
104 // This is necessary to make sure audio can play if the video tag src is
webaudiosourceprovider_impl.cc 90 sink_->Play();
138 void WebAudioSourceProviderImpl::Play() {
143 sink_->Play();
webrtc_local_audio_renderer.cc 211 void WebRtcLocalAudioRenderer::Play() {
212 DVLOG(1) << "WebRtcLocalAudioRenderer::Play()";
webrtc_audio_renderer.cc 97 // (see the play reference count).
100 // Callback definition for a callback that is called when when Play(), Pause()
131 virtual void Play() OVERRIDE {
332 // User must call Play() before any audio can be heard.
362 void WebRtcAudioRenderer::Play() {
363 DVLOG(1) << "WebRtcAudioRenderer::Play()";
  /external/chromium_org/media/audio/
null_audio_sink.cc 45 void NullAudioSink::Play() {
clockless_audio_sink.cc 84 void ClocklessAudioSink::Play() {
audio_output_controller.cc 78 void AudioOutputController::Play() {
audio_output_controller_unittest.cc 130 void Play() {
142 controller_->Play();
282 Play();
291 Play();
302 Play();
307 Play();
315 Play();
327 Play();
339 Play();
354 Play();
    [all...]
  /external/chromium_org/media/base/
audio_renderer_mixer_input.cc 70 void AudioRendererMixerInput::Play() {
fake_audio_renderer_sink.cc 45 void FakeAudioRendererSink::Play() {
clock.cc 31 base::TimeDelta Clock::Play() {
text_renderer.cc 49 void TextRenderer::Play(const base::Closure& callback) {
text_renderer_unittest.cc 186 void Play() {
188 text_renderer_->Play(base::Bind(&TextRendererTest::OnPlay,
263 Play();
270 Play();
279 Play();
286 Play();
294 Play();
304 Play();
313 Play();
324 Play();
    [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/sounds/
sounds_manager.cc 32 virtual bool Play(SoundKey key) OVERRIDE;
61 bool SoundsManagerImpl::Play(SoundKey key) {
67 return handlers_[key]->Play();
audio_stream_handler.cc 50 void Play() {
188 bool AudioStreamHandler::Play() {
196 base::Bind(base::IgnoreResult(&AudioStreamContainer::Play),
  /external/chromium_org/content/browser/android/
content_video_view.cc 165 void ContentVideoView::Play(JNIEnv*, jobject obj) {
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host_unittest.cc 232 void Play() {
301 Play();
307 Play();
315 Play();
323 Play();
329 Play();
335 Play();
344 Play();
  /external/chromium_org/media/filters/
pipeline_integration_test_base.cc 159 void PipelineIntegrationTestBase::Play() {
video_renderer_impl.cc 52 void VideoRendererImpl::Play(const base::Closure& callback) {
video_renderer_impl_unittest.cc 135 void Play() {
136 SCOPED_TRACE("Play()");
138 renderer_->Play(event.GetClosure());
411 TEST_F(VideoRendererImplTest, Play) {
416 Play();
425 Play();
448 Play();
497 Play();
516 Play();
529 Play();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wiavideo.h 73 virtual HRESULT WINAPI Play(void) = 0;
93 HRESULT (WINAPI *Play)(IWiaVideo *This);
115 #define IWiaVideo_Play(This) (This)->lpVtbl->Play(This)
  /external/chromium_org/printing/
emf_win.cc 63 // Play this command to the bitmap DC.
96 // Play object creation command only once.
100 // Play this command to the metafile DC.
328 bool Emf::Record::Play(Emf::EnumerationContext* context) const {
352 // So I resorted to manually parse the EMF records and play them one by one.
353 // The issue with this method compared to using PlayEnhMetaFile to play back
432 res = Play(context);
505 res = Play(context);
513 res = Play(context);

Completed in 3535 milliseconds

1 2