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

/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java165 public final int getVideoWidth() { method in class:TvTrackInfo
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java296 protected int getVideoWidth() { return mVideoWidth; } method in class:LocalPlayer
364 int width = mMediaPlayer.getVideoWidth();
489 int width = getVideoWidth();
628 int width = getVideoWidth();
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java296 protected int getVideoWidth() { return mVideoWidth; } method in class:LocalPlayer
364 int width = mMediaPlayer.getVideoWidth();
489 int width = getVideoWidth();
628 int width = getVideoWidth();
/frameworks/support/tv-provider/src/android/support/media/tv/
H A DBaseProgram.java135 public int getVideoWidth() { method in class:BaseProgram
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp492 status_t MediaPlayer::getVideoWidth(int *w) function in class:android::MediaPlayer
494 ALOGV("getVideoWidth");
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java140 * {@link #getVideoWidth()}, {@link #setAudioAttributes(AudioAttributes)},
366 * <tr><td>getVideoWidth </p></td>
1490 public native int getVideoWidth(); method in class:MediaPlayer

Completed in 180 milliseconds