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

1 2

  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 82 "videoFrameWidth=%d, videoFrameHeight=%d, audioCodec=%d, " +
91 profile.videoFrameHeight,
101 assertTrue(profile.videoFrameHeight > 0);
106 profile.videoFrameHeight,
118 assertEquals(expectedProfile.videoFrameHeight, actualProfile.videoFrameHeight);
127 profile.quality, profile.videoFrameWidth, profile.videoFrameHeight));
133 assertEquals(144, profile.videoFrameHeight);
139 assertEquals(288, profile.videoFrameHeight);
147 assertEquals(480, profile.videoFrameHeight);
    [all...]
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 231 public int videoFrameHeight;
426 this.videoFrameHeight = videoHeight;
MediaRecorder.java 406 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight);
    [all...]
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/
MainActivity.java 146 profile.videoFrameHeight = optimalSize.height;
149 parameters.setPreviewSize(profile.videoFrameWidth, profile.videoFrameHeight);
  /developers/samples/android/media/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/
MainActivity.java 146 profile.videoFrameHeight = optimalSize.height;
149 parameters.setPreviewSize(profile.videoFrameWidth, profile.videoFrameHeight);
  /development/samples/browseable/MediaRecorder/src/com.example.android.mediarecorder/
MainActivity.java 146 profile.videoFrameHeight = optimalSize.height;
149 parameters.setPreviewSize(profile.videoFrameWidth, profile.videoFrameHeight);
  /frameworks/base/media/jni/
android_media_MediaProfiles.cpp 190 int videoFrameHeight = sProfiles->getCamcorderProfileParamByName("vid.height", id, q);
198 videoBitRate == -1 || videoFrameRate == -1 || videoFrameWidth == -1 || videoFrameHeight == -1 ||
216 videoFrameHeight,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaRecorderStressTestRunner.java 42 public static int mVideoHeight = profile.videoFrameHeight;
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 408 + mProfile.videoFrameWidth + ", " + mProfile.videoFrameHeight);
413 mProfile.videoFrameWidth = mProfile.videoFrameHeight;
414 mProfile.videoFrameHeight = tmp;
419 "recordingHeight", mProfile.videoFrameHeight,
    [all...]
VideoCamera.java 795 mDesiredPreviewHeight = mProfile.videoFrameHeight;
809 (double) mProfile.videoFrameWidth / mProfile.videoFrameHeight);
819 (double) mProfile.videoFrameWidth / mProfile.videoFrameHeight)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 813 return new Point(profile.videoFrameWidth, profile.videoFrameHeight);
823 preferred = new Size(profile.videoFrameWidth, profile.videoFrameHeight);
840 && size.height() == profile.videoFrameHeight) {
843 return new Point(profile.videoFrameWidth, profile.videoFrameHeight);
848 (double) profile.videoFrameWidth / profile.videoFrameHeight);
853 mUI.setAspectRatio((float) mProfile.videoFrameWidth / mProfile.videoFrameHeight);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 584 int videoFrameHeight = mProfile.videoFrameHeight;
587 videoFrameWidth = videoFrameHeight;
588 videoFrameHeight = tmp;
595 "recordingHeight", videoFrameHeight,
    [all...]
CameraSettings.java 540 if (high.videoFrameHeight * high.videoFrameWidth >
541 low.videoFrameHeight * low.videoFrameWidth) {
VideoModule.java 728 if (profile.videoFrameHeight > 480) {
761 mDesiredPreviewHeight = mProfile.videoFrameHeight;
775 (double) mProfile.videoFrameWidth / mProfile.videoFrameHeight);
781 mDesiredPreviewHeight = mProfile.videoFrameHeight;
789 (double) mProfile.videoFrameWidth / mProfile.videoFrameHeight);
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 302 height = mProfile.videoFrameHeight;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
RecordingTest.java 449 Size videoSz = new Size(profile.videoFrameWidth, profile.videoFrameHeight);
618 Size videoSz = new Size(profile.videoFrameWidth, profile.videoFrameHeight);
    [all...]
RobustnessTest.java 517 return new Size(maxProfile.videoFrameWidth, maxProfile.videoFrameHeight);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 91 mVideoHeight = profile.videoFrameHeight;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 111 mVideoHeight = mCamcorderProfile.videoFrameHeight;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 189 videoHeight = camcorderProfile.videoFrameHeight;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 518 profile.videoFrameWidth, profile.videoFrameHeight));
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 737 height = profile.videoFrameHeight;
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 695 int height = mCamcorderProfiles.get(pos).videoFrameHeight;
    [all...]

Completed in 1223 milliseconds

1 2