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

  /external/chromium_org/content/browser/android/
content_video_view.h 47 int GetVideoHeight(JNIEnv*, jobject obj) const;
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_android.h 64 virtual int GetVideoHeight() = 0;
media_player_bridge.h 66 virtual int GetVideoHeight() OVERRIDE;
media_source_player.h 56 virtual int GetVideoHeight() OVERRIDE;
media_source_player.cc 156 int MediaSourcePlayer::GetVideoHeight() {
706 player_id(), duration_, GetVideoWidth(), GetVideoHeight(), true);
media_player_bridge.cc 330 int MediaPlayerBridge::GetVideoHeight() {

Completed in 119 milliseconds