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

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

Completed in 90 milliseconds