Home
last modified time | relevance | path

Searched refs:videoFrameWidth (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java415 public int videoFrameWidth; field in CamcorderProfile
720 this.videoFrameWidth = videoWidth; in CamcorderProfile()
H A DMediaRecorder.java816 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight); in setProfile()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp192 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 DCamera2RecordingTest.java288 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 DCamera2SwitchPreviewTest.java352 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 DMediaRecorderStressTest.java188 videoWidth = camcorderProfile.videoFrameWidth; in recordVideoAndPlayback()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaRecorderStressTestRunner.java41 public static int mVideoWidth = profile.videoFrameWidth;
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java301 width = mProfile.videoFrameWidth; in startRecording()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java110 mVideoWidth = mCamcorderProfile.videoFrameWidth; in setUp()
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DMandatoryStreamCombination.java2383 return new Size(maxProfile.videoFrameWidth, maxProfile.videoFrameHeight); in getMaxRecordingSize()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt22053 field public int videoFrameWidth;