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

1 2

  /frameworks/av/media/libstagefright/include/media/stagefright/
CameraSourceTimeLapse.h 66 int32_t mVideoHeight;
MediaCodec.h 331 int32_t mVideoHeight;
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
VideoViewCaptureActivity.java 36 private int mVideoWidth, mVideoHeight;
45 mVideoHeight = mp.getVideoHeight();
56 mVideoWidth, mVideoHeight,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
PlayVideoActivity.java 71 private int mVideoHeight;
172 mVideoHeight = height;
190 mHolder.setFixedSize(mVideoWidth, mVideoHeight);
194 float aspectRatio = ((float) mVideoWidth) / mVideoHeight;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaRecorderStressTestRunner.java 42 public static int mVideoHeight = profile.videoFrameHeight;
90 mVideoHeight = Integer.parseInt(videoHeight);
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.h 56 int32_t mVideoHeight;
  /packages/apps/Camera2/src/com/android/camera/data/
Metadata.java 35 private int mVideoHeight = -1;
72 return mVideoHeight;
76 mVideoHeight = videoHeight;
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
NativeMediaActivity.java 53 private int mVideoHeight = 360;
62 mVideoHeight = getIntent().getIntExtra(EXTRA_VIDEO_HEIGHT, mVideoHeight);
160 switch(mVideoHeight) {
MediaRecorderStressTest.java 71 private int mVideoHeight;
94 mVideoHeight = profile.videoFrameHeight;
429 Log.v(TAG, "videoHeight : " + mVideoHeight);
439 mRecorder.setVideoSize(mVideoWidth, mVideoHeight);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 101 int32_t mVideoWidth, mVideoHeight;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 98 int32_t mVideoHeight;
  /frameworks/base/media/java/android/media/tv/
TvTrackInfo.java 64 private final int mVideoHeight;
82 mVideoHeight = videoHeight;
97 mVideoHeight = in.readInt();
182 return mVideoHeight;
254 dest.writeInt(mVideoHeight);
282 && mVideoHeight == obj.mVideoHeight
316 private int mVideoHeight;
418 mVideoHeight = videoHeight;
494 mAudioSampleRate, mVideoWidth, mVideoHeight, mVideoFrameRate
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 41 private int mVideoHeight;
155 mVideoHeight = height;
209 mVideoHeight = 0;
216 holder.setFixedSize(mVideoWidth, mVideoHeight);
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
ChannelInfo.java 198 private int mVideoHeight = 1080; // Height for HD video.
219 mVideoHeight = other.videoHeight;
253 mVideoHeight = videoHeight;
309 mVideoWidth, mVideoHeight, mVideoPixelAspectRatio, mAudioChannel,
  /frameworks/av/media/libmedia/include/media/
mediaplayer.h 307 int mVideoHeight;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
PlaybackBaseControlGlue.java 128 int mVideoHeight = 0;
175 mVideoHeight = height;
238 if (mVideoWidth != 0 && mVideoHeight != 0) {
239 mPlayerCallback.onVideoSizeChanged(mVideoWidth, mVideoHeight);
  /packages/apps/Messaging/src/com/android/messaging/ui/
VideoThumbnailView.java 66 private int mVideoHeight;
86 mVideoHeight = ImageRequest.UNSPECIFIED_SIZE;
103 mVideoHeight = mediaPlayer.getVideoHeight();
204 mVideoHeight != ImageRequest.UNSPECIFIED_SIZE;
228 mVideoHeight = ImageRequest.UNSPECIFIED_SIZE;
236 mVideoHeight = part.getHeight();
249 mVideoHeight = ImageRequest.UNSPECIFIED_SIZE;
264 mVideoHeight = ImageRequest.UNSPECIFIED_SIZE;
310 desiredHeight = mVideoHeight;
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 68 private int mVideoHeight;
293 protected int getVideoHeight() { return mVideoHeight; }
356 mVideoHeight = height;
360 mVideoWidth = mVideoHeight = 0;
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 68 private int mVideoHeight;
293 protected int getVideoHeight() { return mVideoHeight; }
356 mVideoHeight = height;
360 mVideoWidth = mVideoHeight = 0;
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 68 private int mVideoHeight;
293 protected int getVideoHeight() { return mVideoHeight; }
356 mVideoHeight = height;
360 mVideoWidth = mVideoHeight = 0;
  /frameworks/base/core/java/android/widget/
VideoView.java 113 private int mVideoHeight;
152 mVideoHeight = 0;
175 int height = getDefaultSize(mVideoHeight, heightMeasureSpec);
176 if (mVideoWidth > 0 && mVideoHeight > 0) {
189 if ( mVideoWidth * height < width * mVideoHeight ) {
191 width = height * mVideoWidth / mVideoHeight;
192 } else if ( mVideoWidth * height > width * mVideoHeight ) {
194 height = width * mVideoHeight / mVideoWidth;
199 height = width * mVideoHeight / mVideoWidth;
207 width = height * mVideoWidth / mVideoHeight;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 92 private int mVideoHeight;
111 mVideoHeight = mCamcorderProfile.videoFrameHeight;
112 Log.v(TAG, "height = " + mVideoHeight + " width= " + mVideoWidth);
460 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
481 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
503 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 65 private int mVideoHeight;
297 protected int getVideoHeight() { return mVideoHeight; }
368 mVideoHeight = height;
372 mVideoWidth = mVideoHeight = 0;
  /packages/apps/TV/src/com/android/tv/data/
Program.java 170 program.mVideoHeight = in.readInt();
212 private int mVideoHeight;
318 return mVideoHeight;
398 mVideoHeight, mPosterArtUri, mThumbnailUri, Arrays.hashCode(mContentRatings),
420 && mVideoHeight == program.mVideoHeight
451 .append(", videoHeight=").append(mVideoHeight)
541 mVideoHeight = other.mVideoHeight;
734 mProgram.mVideoHeight = height
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/data/
RecordedProgram.java 155 if (recordedProgram.mVideoHeight == 0) {
158 values.put(RecordedPrograms.COLUMN_VIDEO_HEIGHT, recordedProgram.mVideoHeight);
205 private int mVideoHeight;
323 mVideoHeight = videoHeight;
420 mLongDescription, mVideoWidth, mVideoHeight, mAudioLanguage, mContentRatings,
494 private final int mVideoHeight;
537 mVideoHeight = videoHeight;
730 return mVideoHeight;
758 Objects.equals(mVideoHeight, that.mVideoHeight) &
    [all...]

Completed in 624 milliseconds

1 2