/aosp14/frameworks/base/media/java/android/media/ |
H A D | CamcorderProfile.java | 415 public int videoFrameWidth; field in CamcorderProfile 720 this.videoFrameWidth = videoWidth; in CamcorderProfile()
|
H A D | MediaRecorder.java | 816 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight); in setProfile()
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaProfiles.cpp | 192 int videoFrameWidth = sProfiles->getCamcorderProfileParamByName("vid.width", id, q); in android_media_MediaProfiles_native_get_camcorder_profile() local 201 … videoBitRate == -1 || videoFrameRate == -1 || videoFrameWidth == -1 || videoFrameHeight == -1 || in android_media_MediaProfiles_native_get_camcorder_profile() 218 videoFrameWidth, in android_media_MediaProfiles_native_get_camcorder_profile()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
H A D | Camera2RecordingTest.java | 288 if (size.equals(new Size(profile.videoFrameWidth, profile.videoFrameHeight))){ in getFpsFromHighSpeedProfileForSize() 394 Size videoSz = new Size(profile.videoFrameWidth, profile.videoFrameHeight); in basicRecordingTestByCamera() 521 CamcorderProfile.get(cameraId, profileId).videoFrameWidth >= 1080; in allowedUnsupported() 553 Size videoSz = new Size(profile.videoFrameWidth, profile.videoFrameHeight); in videoSnapshotTestByCamera() 829 mVideoSize = new Size(profile.videoFrameWidth, profile.videoFrameHeight); in prepareRecordingWithProfile()
|
H A D | Camera2SwitchPreviewTest.java | 352 Size videoSz = new Size(profile.videoFrameWidth, profile.videoFrameHeight); in basicRecordingPreviewTestByCamera() 446 CamcorderProfile.get(cameraId, profileId).videoFrameWidth >= 1080; in allowedUnsupported() 472 mVideoSize = new Size(profile.videoFrameWidth, profile.videoFrameHeight); in prepareRecordingWithProfile()
|
H A D | MediaRecorderStressTest.java | 188 videoWidth = camcorderProfile.videoFrameWidth; in recordVideoAndPlayback()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
H A D | MediaRecorderStressTestRunner.java | 41 public static int mVideoWidth = profile.videoFrameWidth;
|
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
H A D | MediaEncoderFilter.java | 301 width = mProfile.videoFrameWidth; in startRecording()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
H A D | MediaPlayerPerformance.java | 110 mVideoWidth = mCamcorderProfile.videoFrameWidth; in setUp()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | MandatoryStreamCombination.java | 2383 return new Size(maxProfile.videoFrameWidth, maxProfile.videoFrameHeight); in getMaxRecordingSize()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 22053 field public int videoFrameWidth;
|