OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetVideoWidth
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/android/
content_video_view.cc
120
int ContentVideoView::
GetVideoWidth
(JNIEnv*, jobject obj) const {
122
return player ? player->
GetVideoWidth
() : 0;
176
env, obj, player->
GetVideoWidth
(), player->GetVideoHeight(),
/external/chromium_org/media/base/android/
media_player_bridge.cc
243
int MediaPlayerBridge::
GetVideoWidth
() {
media_source_player.cc
197
int MediaSourcePlayer::
GetVideoWidth
() {
Completed in 28 milliseconds