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

1 2 3 4

  /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/Messaging/src/com/android/messaging/ui/mediapicker/
MmsVideoRecorder.java 99 int getVideoWidth() {
  /packages/apps/TV/src/com/android/tv/data/
StreamInfo.java 35 int getVideoWidth();
Program.java 297 public int getVideoWidth() {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
Metadata.java 63 public int getVideoWidth() {
  /packages/apps/TV/src/com/android/tv/search/
LocalSearchProvider.java 190 row.add(result.getVideoWidth() == 0 ? null : String.valueOf(result.getVideoWidth()));
300 abstract int getVideoWidth();
AutoValue_LocalSearchProvider_SearchResult.java 136 int getVideoWidth() {
192 && (this.videoWidth == that.getVideoWidth())
DataManagerSearch.java 273 result.setVideoWidth(program.getVideoWidth());
  /frameworks/base/media/java/android/media/tv/
TvTrackInfo.java 165 public final int getVideoWidth() {
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvViewTest.java 306 assertEquals(track.getVideoWidth(), selectedTrack.getVideoWidth());
  /frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/
ProgramTest.java 239 assertEquals(programA.getVideoWidth(), programB.getVideoWidth());
PreviewChannelHelperTest.java 131 assertEquals(programA.getVideoWidth(), programB.getVideoWidth());
226 assertEquals(programA.getVideoWidth(), programB.getVideoWidth());
PreviewProgramTest.java 334 assertEquals(programA.getVideoWidth(), programB.getVideoWidth());
WatchNextProgramTest.java 313 assertEquals(programA.getVideoWidth(), programB.getVideoWidth());
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 229 public int getVideoWidth() {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMediaRecorder.java 232 public int getVideoWidth() {
  /frameworks/av/media/libmedia/
mediaplayer.cpp 476 status_t MediaPlayer::getVideoWidth(int *w)
478 ALOGV("getVideoWidth");
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaRandomTest.java 223 mPlayer.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/src/main/java/androidx/tvprovider/media/tv/
BaseProgram.java 158 public int getVideoWidth() {
    [all...]
  /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();
  /frameworks/av/media/libmediaplayer2/
mediaplayer2.cpp 941 status_t MediaPlayer2::getVideoWidth(int *w) {
942 ALOGV("getVideoWidth");
    [all...]
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
LocalPlayer.java 297 protected int getVideoWidth() { return mVideoWidth; }
365 int width = mMediaPlayer.getVideoWidth();
489 int width = getVideoWidth();
628 int width = getVideoWidth();

Completed in 375 milliseconds

1 2 3 4