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

  /external/chromium_org/content/browser/android/
content_video_view.cc 167 env, content_video_view.obj(), player->GetVideoWidth(),
174 int ContentVideoView::GetVideoWidth(JNIEnv*, jobject obj) const {
176 return player ? player->GetVideoWidth() : 0;
  /external/chromium_org/media/base/android/
media_player_bridge.cc 322 int MediaPlayerBridge::GetVideoWidth() {
media_source_player.cc 152 int MediaSourcePlayer::GetVideoWidth() {
706 player_id(), duration_, GetVideoWidth(), GetVideoHeight(), true);

Completed in 35 milliseconds