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