Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DCamcorderProfile.java359 public int videoFrameWidth; field in CamcorderProfile
558 this.videoFrameWidth = videoWidth; in CamcorderProfile()
DMediaRecorder.java609 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight); in setProfile()
/frameworks/base/media/jni/
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()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
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()
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()
DMediaRecorderStressTest.java188 videoWidth = camcorderProfile.videoFrameWidth; in recordVideoAndPlayback()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaRecorderStressTestRunner.java41 public static int mVideoWidth = profile.videoFrameWidth;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
DMediaEncoderFilter.java301 width = mProfile.videoFrameWidth; in startRecording()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java110 mVideoWidth = mCamcorderProfile.videoFrameWidth; in setUp()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1441 int videoFrameWidth = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary() local
1464 videoFrameWidth == mVideoWidth && in setDefaultProfileIfNecessary()
1476 videoFrameWidth, videoFrameHeight, videoFrameRate, videoBitRate)); in setDefaultProfileIfNecessary()
/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java1128 return new Size(maxProfile.videoFrameWidth, maxProfile.videoFrameHeight); in getMaxRecordingSize()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14328 field public int videoFrameWidth;
/frameworks/base/non-updatable-api/
Dcurrent.txt24062 field public int videoFrameWidth;
/frameworks/base/api/
Dcurrent.txt24062 field public int videoFrameWidth;