OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVideoHeight
(Results
1 - 25
of
64
) sorted by null
1
2
3
/packages/apps/TV/src/com/android/tv/data/
StreamInfo.java
31
int
getVideoHeight
();
Program.java
215
public int
getVideoHeight
() {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerGetVideoHeightStateUnitTest.java
25
* MediaPlayer.
getVideoHeight
() method can be called.
31
* 1. It is valid to call
getVideoHeight
() in the following states:
33
* 2. It is invalid to call
getVideoHeight
() in the following states:
56
player.
getVideoHeight
();
66
return "
getVideoHeight
()";
/packages/apps/Camera2/src/com/android/camera/data/
Metadata.java
71
public int
getVideoHeight
() {
VideoItem.java
90
int metadataHeight = mMetaData.
getVideoHeight
();
/cts/tests/tests/tv/src/android/media/tv/cts/
TvTrackInfoTest.java
81
assertEquals(1080, info.
getVideoHeight
());
97
assertEquals(1080, infoFromParcel.
getVideoHeight
());
TvViewTest.java
304
assertEquals(track.
getVideoHeight
(), selectedTrack.
getVideoHeight
());
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
VideoViewCaptureActivity.java
45
mVideoHeight = mp.
getVideoHeight
();
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MmsVideoRecorder.java
103
int
getVideoHeight
() {
/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
293
protected int
getVideoHeight
() { return mVideoHeight; }
353
int height = mMediaPlayer.
getVideoHeight
();
480
int height =
getVideoHeight
();
608
int height =
getVideoHeight
();
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java
293
protected int
getVideoHeight
() { return mVideoHeight; }
353
int height = mMediaPlayer.
getVideoHeight
();
480
int height =
getVideoHeight
();
608
int height =
getVideoHeight
();
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java
296
protected int
getVideoHeight
() { return mVideoHeight; }
364
int height = mMediaPlayer.
getVideoHeight
();
491
int height =
getVideoHeight
();
619
int height =
getVideoHeight
();
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java
293
protected int
getVideoHeight
() { return mVideoHeight; }
353
int height = mMediaPlayer.
getVideoHeight
();
480
int height =
getVideoHeight
();
608
int height =
getVideoHeight
();
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java
233
public int
getVideoHeight
() {
/frameworks/av/include/media/
mediaplayer.h
235
status_t
getVideoHeight
(int *h);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
MediaRecorderTest.java
166
assertThat(shadowMediaRecorder.
getVideoHeight
(), not(equalTo(480)));
169
assertThat(shadowMediaRecorder.
getVideoHeight
(), equalTo(480));
/cts/tests/tests/media/src/android/media/cts/
MediaRandomTest.java
218
mPlayer.
getVideoHeight
();
/frameworks/base/media/java/android/media/tv/
TvTrackInfo.java
178
public final int
getVideoHeight
() {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java
511
if (sDummyVideoTrack.
getVideoHeight
() <= 0
520
/ sDummyVideoTrack.
getVideoHeight
()) < DISPLAY_RATIO_EPSILON) {
/frameworks/base/core/java/android/widget/
VideoView.java
406
mVideoHeight = mp.
getVideoHeight
();
440
mVideoHeight = mp.
getVideoHeight
();
[
all
...]
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
NativeMedia.java
122
int height = mediaPlayer.
getVideoHeight
();
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
NativeMedia.java
132
int height = mediaPlayer.
getVideoHeight
();
/packages/apps/Messaging/src/com/android/messaging/ui/
VideoThumbnailView.java
103
mVideoHeight = mediaPlayer.
getVideoHeight
();
/packages/apps/TV/src/com/android/tv/search/
DataManagerSearch.java
207
result.videoHeight = program.
getVideoHeight
();
Completed in 780 milliseconds
1
2
3