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

  /external/chromium_org/content/test/
test_video_frame_provider.cc 44 void TestVideoFrameProvider::Play() {
45 DVLOG(1) << "TestVideoFrameProvider::Play";
  /external/chromium_org/media/audio/
null_audio_sink.cc 45 void NullAudioSink::Play() {
audio_output_controller.cc 85 void AudioOutputController::Play() {
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...]
  /external/chromium_org/media/base/
audio_renderer_mixer_input.cc 57 void AudioRendererMixerInput::Play() {
clock.cc 26 base::TimeDelta Clock::Play() {
  /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/content/renderer/media/
rtc_video_renderer.cc 58 void RTCVideoRenderer::Play() {
119 // This is necessary to make sure audio can play if the video tag src is
webaudiosourceprovider_impl.cc 84 sink_->Play();
130 void WebAudioSourceProviderImpl::Play() {
135 sink_->Play();
webrtc_local_audio_renderer.cc 197 void WebRtcLocalAudioRenderer::Play() {
198 DVLOG(1) << "WebRtcLocalAudioRenderer::Play()";
webrtc_audio_renderer.cc 225 // User must call Play() before any audio can be heard.
244 void WebRtcAudioRenderer::Play() {
245 DVLOG(1) << "WebRtcAudioRenderer::Play()";
  /external/chromium_org/content/browser/android/
content_video_view.cc 142 void ContentVideoView::Play(JNIEnv*, jobject obj) {
  /external/chromium_org/media/filters/
pipeline_integration_test_base.cc 151 void PipelineIntegrationTestBase::Play() {
video_renderer_base.cc 53 void VideoRendererBase::Play(const base::Closure& callback) {
audio_renderer_impl.cc 71 void AudioRendererImpl::Play(const base::Closure& callback) {
96 sink_->Play();
279 // Some sinks play on start...
441 // Play: current_playback_rate == 0 && playback_rate != 0
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...]
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...]
  /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/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);
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp 175 void Play();
393 void CEpocAudio::Play()
596 CEpocAudio::Current(thisdevice).Play();
  /external/sonivox/jet_tools/JetCreator/
eas.py 93 'Play',
103 # iMode play modes
318 """Set play mode on a stream."""
490 def Play (self, max_time=None):
492 eas_logger.debug('EAS_File.Play')
    [all...]

Completed in 450 milliseconds