Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DMmsVideoRecorder.java95 mCamcorderProfile.videoFrameWidth, mCamcorderProfile.videoFrameHeight); in MmsVideoRecorder()
104 return mCamcorderProfile.videoFrameWidth; in getVideoWidth()
/aosp12/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java412 public int videoFrameWidth; field in CamcorderProfile
700 this.videoFrameWidth = videoWidth; in CamcorderProfile()
H A DMediaRecorder.java792 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight); in setProfile()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java811 return new Point(profile.videoFrameWidth, profile.videoFrameHeight); in getDesiredPreviewSize()
821 preferred = new Size(profile.videoFrameWidth, profile.videoFrameHeight); in getDesiredPreviewSize()
837 if (size.width() == profile.videoFrameWidth in getDesiredPreviewSize()
841 return new Point(profile.videoFrameWidth, profile.videoFrameHeight); in getDesiredPreviewSize()
846 (double) profile.videoFrameWidth / profile.videoFrameHeight, context); in getDesiredPreviewSize()
851 mUI.setAspectRatio((float) mProfile.videoFrameWidth / mProfile.videoFrameHeight); in resizeForPreviewAspectRatio()
1150 mMediaRecorder.setVideoSize(mProfile.videoFrameWidth, mProfile.videoFrameHeight); in initializeRecorder()
1230 mCurrentVideoValues.put(Video.Media.WIDTH, mProfile.videoFrameWidth); in generateVideoValues()
1233 Integer.toString(mProfile.videoFrameWidth) + "x" + in generateVideoValues()
1643 mProfile.videoFrameWidth + "x" + mProfile.videoFrameHeight); in setCameraParameters()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java408 + mProfile.videoFrameWidth + ", " + mProfile.videoFrameHeight); in initializeFilterFramework()
412 tmp = mProfile.videoFrameWidth; in initializeFilterFramework()
413 mProfile.videoFrameWidth = mProfile.videoFrameHeight; in initializeFilterFramework()
418 "recordingWidth", mProfile.videoFrameWidth, in initializeFilterFramework()
H A DVideoCamera.java794 mDesiredPreviewWidth = mProfile.videoFrameWidth; in getDesiredPreviewSize()
809 (double) mProfile.videoFrameWidth / mProfile.videoFrameHeight); in getDesiredPreviewSize()
819 (double) mProfile.videoFrameWidth / mProfile.videoFrameHeight); in resizeForPreviewAspectRatio()
1405 Integer.toString(mProfile.videoFrameWidth) + "x" + in generateVideoFilename()
/aosp12/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()
/aosp12/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()
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DVideoDataFactory.java58 dimensions = new Size(profile.videoFrameWidth, profile.videoFrameHeight); in fromCursor()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaRecorderStressTestRunner.java41 public static int mVideoWidth = profile.videoFrameWidth;
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java301 width = mProfile.videoFrameWidth; in startRecording()
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaTranscodingManager.java1023 if (((width == profile.videoFrameWidth in getAVCBitrate()
1025 || (height == profile.videoFrameWidth in getAVCBitrate()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java110 mVideoWidth = mCamcorderProfile.videoFrameWidth; in setUp()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1705 int videoFrameWidth = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary() local
1728 videoFrameWidth == mVideoWidth && in setDefaultProfileIfNecessary()
1740 videoFrameWidth, videoFrameHeight, videoFrameRate, videoBitRate)); in setDefaultProfileIfNecessary()
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DMandatoryStreamCombination.java1700 return new Size(maxProfile.videoFrameWidth, maxProfile.videoFrameHeight); in getMaxRecordingSize()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt21105 field public int videoFrameWidth;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt14328 field public int videoFrameWidth;