Searched defs:GetVideoWidth (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/android/
H A Dcontent_video_view.cc167 env, content_video_view.obj(), player->GetVideoWidth(),
174 int ContentVideoView::GetVideoWidth(JNIEnv*, jobject obj) const { function in class:content::ContentVideoView
176 return player ? player->GetVideoWidth() : 0;
/external/chromium_org/media/base/android/
H A Dmedia_player_bridge.cc322 int MediaPlayerBridge::GetVideoWidth() { function in class:media::MediaPlayerBridge
H A Dmedia_source_player.cc152 int MediaSourcePlayer::GetVideoWidth() { function in class:media::MediaSourcePlayer
706 player_id(), duration_, GetVideoWidth(), GetVideoHeight(), true);

Completed in 325 milliseconds