Searched defs:getVideoHeight (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java178 public final int getVideoHeight() { method in class:TvTrackInfo
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java297 protected int getVideoHeight() { return mVideoHeight; } method in class:LocalPlayer
365 int height = mMediaPlayer.getVideoHeight();
490 int height = getVideoHeight();
629 int height = getVideoHeight();
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java297 protected int getVideoHeight() { return mVideoHeight; } method in class:LocalPlayer
365 int height = mMediaPlayer.getVideoHeight();
490 int height = getVideoHeight();
629 int height = getVideoHeight();
/frameworks/support/tv-provider/src/android/support/media/tv/
H A DBaseProgram.java144 public int getVideoHeight() { method in class:BaseProgram
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp501 status_t MediaPlayer::getVideoHeight(int *h) function in class:android::MediaPlayer
503 ALOGV("getVideoHeight");
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java139 * {@link #getDuration()}, {@link #getVideoHeight()},
359 * <tr><td>getVideoHeight </p></td>
1501 public native int getVideoHeight(); method in class:MediaPlayer

Completed in 560 milliseconds