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 113 int ContentVideoView::GetVideoWidth(JNIEnv*, jobject obj) const {
115 return player ? player->GetVideoWidth() : 0;
166 env, obj, player->GetVideoWidth(), player->GetVideoHeight(),
  /external/chromium_org/media/base/android/
media_player_bridge.cc 243 int MediaPlayerBridge::GetVideoWidth() {
media_source_player.cc 412 int MediaSourcePlayer::GetVideoWidth() {

Completed in 125 milliseconds