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

1 2

  /packages/apps/Camera2/src/com/android/camera/data/
Metadata.java 35 private int mVideoHeight = -1;
72 return mVideoHeight;
76 mVideoHeight = videoHeight;
  /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...]
  /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/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...]
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 88 mVideoHeight(144),
168 mEncParams->encHeight[0] = mVideoHeight;
189 (uint8_t *) malloc((mVideoWidth * mVideoHeight * 3 ) >> 1);
196 (uint8_t *) malloc((mVideoWidth * mVideoHeight * 3 ) >> 1);
201 if (mVideoWidth % 16 != 0 || mVideoHeight % 16 != 0) {
203 mVideoWidth, mVideoHeight);
311 mVideoHeight = mComParams.resolution.height;
410 const android::Rect rect(mVideoWidth, mVideoHeight);
430 trimBuffer(img, mTrimedInputData, mVideoWidth, mVideoHeight,
431 ALIGN(mVideoHeight, 32), ALIGN(mVideoWidth, 128))
    [all...]
PVSoftMPEG4Encoder.h 56 int32_t 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;
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
VideoViewCaptureActivity.java 36 private int mVideoWidth, mVideoHeight;
45 mVideoHeight = mp.getVideoHeight();
56 mVideoWidth, mVideoHeight,
  /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);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaRecorderStressTestRunner.java 42 public static int mVideoHeight = profile.videoFrameHeight;
90 mVideoHeight = Integer.parseInt(videoHeight);
  /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/av/media/libstagefright/include/media/stagefright/
CameraSourceTimeLapse.h 66 int32_t mVideoHeight;
  /frameworks/support/leanback/src/main/java/androidx/leanback/media/
PlaybackBaseControlGlue.java 129 int mVideoHeight = 0;
176 mVideoHeight = height;
239 if (mVideoWidth != 0 && mVideoHeight != 0) {
240 mPlayerCallback.onVideoSizeChanged(mVideoWidth, mVideoHeight);
  /packages/apps/TV/tests/common/src/com/android/tv/testing/data/
ChannelInfo.java 224 private int mVideoHeight = 1080; // Height for HD video.
244 mVideoHeight = other.videoHeight;
278 mVideoHeight = videoHeight;
339 mVideoHeight,
  /packages/apps/TV/src/com/android/tv/data/
Program.java 165 program.mVideoHeight = in.readInt();
208 private int mVideoHeight;
302 return mVideoHeight;
379 mVideoHeight,
407 && mVideoHeight == program.mVideoHeight
451 .append(mVideoHeight)
560 mVideoHeight = other.mVideoHeight;
764 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);
212 private int mVideoHeight;
330 mVideoHeight = videoHeight;
442 mVideoHeight,
528 private final int mVideoHeight;
594 mVideoHeight = videoHeight;
789 return mVideoHeight;
815 && Objects.equals(mVideoHeight, that.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/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.h 99 int32_t mVideoHeight;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 98 int32_t mVideoHeight;
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 152 mAnalyticsItem->setInt32(kRecorderHeight, mVideoHeight);
316 mVideoHeight = height;
    [all...]
  /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/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
LocalPlayer.java 66 private int mVideoHeight;
298 protected int getVideoHeight() { return mVideoHeight; }
369 mVideoHeight = height;
373 mVideoWidth = mVideoHeight = 0;

Completed in 2839 milliseconds

1 2