HomeSort by relevance Sort by last modified time
    Searched refs:SetVideoSurface (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/content/browser/android/
surface_texture_peer_browser_impl.cc 66 player->SetVideoSurface(scoped_surface.Pass());
child_process_launcher_android.cc 79 player->SetVideoSurface(scoped_surface.Pass());
content_video_view.cc 222 manager_->SetVideoSurface(
  /external/chromium_org/media/base/android/
media_player_android.h 43 virtual void SetVideoSurface(gfx::ScopedJavaSurface surface) = 0;
video_decoder_job.h 32 bool SetVideoSurface(gfx::ScopedJavaSurface surface);
media_player_bridge.h 59 virtual void SetVideoSurface(gfx::ScopedJavaSurface surface) OVERRIDE;
video_decoder_job.cc 46 bool VideoDecoderJob::SetVideoSurface(gfx::ScopedJavaSurface surface) {
media_source_player.h 49 virtual void SetVideoSurface(gfx::ScopedJavaSurface surface) OVERRIDE;
media_player_bridge.cc 126 void MediaPlayerBridge::SetVideoSurface(gfx::ScopedJavaSurface surface) {
379 SetVideoSurface(gfx::ScopedJavaSurface());
media_source_player.cc 76 void MediaSourcePlayer::SetVideoSurface(gfx::ScopedJavaSurface surface) {
78 if (!video_decoder_job_->SetVideoSurface(surface.Pass()))
media_source_player_unittest.cc 718 player_.SetVideoSurface(surface.Pass());
    [all...]
  /external/chromium_org/content/browser/media/android/
browser_media_player_manager.cc 190 player->SetVideoSurface(gfx::ScopedJavaSurface());
201 void BrowserMediaPlayerManager::SetVideoSurface(
208 player->SetVideoSurface(surface.Pass());
345 player->SetVideoSurface(
353 player->SetVideoSurface(gfx::ScopedJavaSurface());
430 player->SetVideoSurface(gfx::ScopedJavaSurface());
browser_media_player_manager.h 64 virtual void SetVideoSurface(gfx::ScopedJavaSurface surface);

Completed in 108 milliseconds