HomeSort by relevance Sort by last modified time
    Searched refs:getVideoWidth (Results 1 - 25 of 61) sorted by null

1 2 3

  /packages/apps/TV/src/com/android/tv/data/
StreamInfo.java 30 int getVideoWidth();
Program.java 211 public int getVideoWidth() {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerGetVideoWidthStateUnitTest.java 25 * MediaPlayer.getVideoWidth() method can be called.
31 * 1. It is valid to call getVideoWidth() in the following states:
33 * 2. It is invalid to call getVideoWidth() in the following states:
56 player.getVideoWidth();
66 return "getVideoWidth()";
  /packages/apps/Camera2/src/com/android/camera/data/
Metadata.java 63 public int getVideoWidth() {
VideoItem.java 81 int metadataWidth = mMetaData.getVideoWidth();
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvTrackInfoTest.java 80 assertEquals(1920, info.getVideoWidth());
96 assertEquals(1920, infoFromParcel.getVideoWidth());
TvViewTest.java 305 assertEquals(track.getVideoWidth(), selectedTrack.getVideoWidth());
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
VideoViewCaptureActivity.java 44 mVideoWidth = mp.getVideoWidth();
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MmsVideoRecorder.java 99 int getVideoWidth() {
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintLocationAnimationVideoView.java 82 mAspect = (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth();
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 292 protected int getVideoWidth() { return mVideoWidth; }
352 int width = mMediaPlayer.getVideoWidth();
479 int width = getVideoWidth();
607 int width = getVideoWidth();
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 292 protected int getVideoWidth() { return mVideoWidth; }
352 int width = mMediaPlayer.getVideoWidth();
479 int width = getVideoWidth();
607 int width = getVideoWidth();
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 295 protected int getVideoWidth() { return mVideoWidth; }
363 int width = mMediaPlayer.getVideoWidth();
490 int width = getVideoWidth();
618 int width = getVideoWidth();
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 292 protected int getVideoWidth() { return mVideoWidth; }
352 int width = mMediaPlayer.getVideoWidth();
479 int width = getVideoWidth();
607 int width = getVideoWidth();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 229 public int getVideoWidth() {
  /frameworks/av/include/media/
mediaplayer.h 234 status_t getVideoWidth(int *w);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
MediaRecorderTest.java 165 assertThat(shadowMediaRecorder.getVideoWidth(), not(equalTo(640)));
168 assertThat(shadowMediaRecorder.getVideoWidth(), equalTo(640));
  /cts/tests/tests/media/src/android/media/cts/
MediaRandomTest.java 221 mPlayer.getVideoWidth();
  /frameworks/base/media/java/android/media/tv/
TvTrackInfo.java 165 public final int getVideoWidth() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java 512 || sDummyVideoTrack.getVideoWidth() <= 0) {
518 - (float)sDummyVideoTrack.getVideoWidth()
  /frameworks/base/core/java/android/widget/
VideoView.java 405 mVideoWidth = mp.getVideoWidth();
439 mVideoWidth = mp.getVideoWidth();
    [all...]
  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
NativeMedia.java 121 int width = mediaPlayer.getVideoWidth();
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
NativeMedia.java 131 int width = mediaPlayer.getVideoWidth();
  /packages/apps/Messaging/src/com/android/messaging/ui/
VideoThumbnailView.java 102 mVideoWidth = mediaPlayer.getVideoWidth();
  /packages/apps/TV/src/com/android/tv/search/
DataManagerSearch.java 206 result.videoWidth = program.getVideoWidth();

Completed in 781 milliseconds

1 2 3