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

/external/chromium_org/content/browser/android/
H A Dcontent_video_view.cc120 int ContentVideoView::GetVideoWidth(JNIEnv*, jobject obj) const { function in class:content::ContentVideoView
122 return player ? player->GetVideoWidth() : 0;
176 env, obj, player->GetVideoWidth(), player->GetVideoHeight(),
/external/chromium_org/media/base/android/
H A Dmedia_player_bridge.cc243 int MediaPlayerBridge::GetVideoWidth() { function in class:media::MediaPlayerBridge
H A Dmedia_source_player.cc197 int MediaSourcePlayer::GetVideoWidth() { function in class:media::MediaSourcePlayer

Completed in 94 milliseconds