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

  /frameworks/av/include/media/stagefright/
CameraSourceTimeLapse.h 62 int32_t 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/java/android/media/tv/
TvTrackInfo.java 48 private final int mVideoHeight;
61 mVideoHeight = videoHeight;
73 mVideoHeight = in.readInt();
140 return mVideoHeight;
180 dest.writeInt(mVideoHeight);
208 private int mVideoHeight;
294 mVideoHeight = videoHeight;
329 mVideoWidth, mVideoHeight, mVideoFrameRate, mExtra);
  /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;
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 89 int32_t mVideoWidth, mVideoHeight;
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 75 private int mVideoHeight;
175 mVideoHeight = h;
347 for (int i = 0; i < mVideoHeight; i++) {
354 for (int i = 0; i < mVideoHeight / 2; i++) {
362 for (int i = 0; i < mVideoHeight / 2; i++) { //U only
366 for (int i = 0; i < mVideoHeight / 2; i++) { //V only
371 int size = mVideoHeight * mVideoWidth * 3 / 2;
509 mVideoWidth, mVideoHeight,
516 int size = mVideoHeight * mVideoWidth * 3 / 2;
611 printByteBuffer("UV ", buf, mVideoWidth * mVideoHeight, 20)
    [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);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 68 private int mVideoHeight;
91 mVideoHeight = profile.videoFrameHeight;
387 Log.v(TAG, "videoHeight : " + mVideoHeight);
397 mRecorder.setVideoSize(mVideoWidth, mVideoHeight);
  /frameworks/av/include/media/
mediaplayer.h 286 int 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/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 66 private int mVideoHeight;
296 protected int getVideoHeight() { return mVideoHeight; }
359 mVideoHeight = height;
363 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;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoView.java 73 private int mVideoHeight;
118 if (mVideoWidth > 0 && mVideoHeight > 0) {
120 height = getDefaultSize(mVideoHeight, heightMeasureSpec);
121 if (mVideoWidth * height > width * mVideoHeight) {
122 height = width * mVideoHeight / mVideoWidth;
123 } else if (mVideoWidth * height < width * mVideoHeight) {
124 width = height * mVideoWidth / mVideoHeight;
287 mVideoHeight = height;
289 mVideoSurfaceView.getHolder().setFixedSize(mVideoWidth, mVideoHeight);
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 344 int32_t mVideoHeight;
  /frameworks/base/core/java/android/widget/
VideoView.java 101 private int mVideoHeight;
146 int height = getDefaultSize(mVideoHeight, heightMeasureSpec);
147 if (mVideoWidth > 0 && mVideoHeight > 0) {
160 if ( mVideoWidth * height < width * mVideoHeight ) {
162 width = height * mVideoWidth / mVideoHeight;
163 } else if ( mVideoWidth * height > width * mVideoHeight ) {
165 height = width * mVideoHeight / mVideoWidth;
170 height = width * mVideoHeight / mVideoWidth;
178 width = height * mVideoWidth / mVideoHeight;
186 height = 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);
445 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
466 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
488 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
  /device/lge/mako/camera/
QCameraHWI.h 699 int mVideoWidth, mVideoHeight;
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 816 int mVideoHeight;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 676 int mVideoHeight;
    [all...]

Completed in 905 milliseconds