Home
last modified time | relevance | path

Searched refs:GetVideoWidth (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/browser/android/
Dcontent_video_view.cc120 int ContentVideoView::GetVideoWidth(JNIEnv*, jobject obj) const { in GetVideoWidth() function in content::ContentVideoView
122 return player ? player->GetVideoWidth() : 0; in GetVideoWidth()
176 env, obj, player->GetVideoWidth(), player->GetVideoHeight(), in UpdateMediaMetadata()
Dcontent_video_view.h48 int GetVideoWidth(JNIEnv*, jobject obj) const;
/external/chromium_org/media/base/android/
Dmedia_player_android.h59 virtual int GetVideoWidth() = 0;
Dmedia_player_bridge.h62 virtual int GetVideoWidth() OVERRIDE;
Dmedia_source_player.h58 virtual int GetVideoWidth() OVERRIDE;
Dmedia_player_bridge.cc243 int MediaPlayerBridge::GetVideoWidth() { in GetVideoWidth() function in media::MediaPlayerBridge
Dmedia_source_player.cc197 int MediaSourcePlayer::GetVideoWidth() { in GetVideoWidth() function in media::MediaSourcePlayer