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

1 2 3 4

  /packages/apps/TV/src/com/android/tv/data/
StreamInfo.java 33 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 306 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() {
  /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/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/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
IllustrationVideoView.java 137 float aspectRatio = (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth();
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 296 protected int getVideoWidth() { return mVideoWidth; }
364 int width = mMediaPlayer.getVideoWidth();
489 int width = getVideoWidth();
628 int width = getVideoWidth();
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintLocationAnimationVideoView.java 99 mAspect = (float) mMediaPlayer.getVideoHeight() / mMediaPlayer.getVideoWidth();
  /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));
  /frameworks/support/tv-provider/tests/src/android/support/media/tv/
ProgramTest.java 232 assertEquals(programA.getVideoWidth(), programB.getVideoWidth());
PreviewProgramTest.java 329 assertEquals(programA.getVideoWidth(), programB.getVideoWidth());
WatchNextProgramTest.java 308 assertEquals(programA.getVideoWidth(), programB.getVideoWidth());
  /packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DvrPlayer.java 536 int videoWidth = trackInfo.getVideoWidth();
540 * trackInfo.getVideoWidth() / trackInfo.getVideoHeight();
  /cts/tests/tests/media/src/android/media/cts/
MediaRandomTest.java 221 mPlayer.getVideoWidth();
  /frameworks/av/media/libmedia/include/media/
mediaplayer.h 243 status_t getVideoWidth(int *w);
  /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 456 mVideoWidth = mp.getVideoWidth();
490 mVideoWidth = mp.getVideoWidth();
    [all...]

Completed in 1023 milliseconds

1 2 3 4