Searched refs:GetVideoWidth (Results 1 – 7 of 7) sorted by relevance
120 int ContentVideoView::GetVideoWidth(JNIEnv*, jobject obj) const { in GetVideoWidth() function in content::ContentVideoView122 return player ? player->GetVideoWidth() : 0; in GetVideoWidth()176 env, obj, player->GetVideoWidth(), player->GetVideoHeight(), in UpdateMediaMetadata()
48 int GetVideoWidth(JNIEnv*, jobject obj) const;
59 virtual int GetVideoWidth() = 0;
62 virtual int GetVideoWidth() OVERRIDE;
58 virtual int GetVideoWidth() OVERRIDE;
243 int MediaPlayerBridge::GetVideoWidth() { in GetVideoWidth() function in media::MediaPlayerBridge
197 int MediaSourcePlayer::GetVideoWidth() { in GetVideoWidth() function in media::MediaSourcePlayer