HomeSort by relevance Sort by last modified time
    Searched defs:GetVideoHeight (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/android/
content_video_view.cc 168 player->GetVideoHeight(),
179 int ContentVideoView::GetVideoHeight(JNIEnv*, jobject obj) const {
181 return player ? player->GetVideoHeight() : 0;
  /external/chromium_org/media/base/android/
media_player_bridge.cc 330 int MediaPlayerBridge::GetVideoHeight() {
media_source_player.cc 156 int MediaSourcePlayer::GetVideoHeight() {
706 player_id(), duration_, GetVideoWidth(), GetVideoHeight(), true);

Completed in 28 milliseconds