Searched refs:videoFrameWidth (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | CamcorderProfile.java | 359 public int videoFrameWidth; field in CamcorderProfile 558 this.videoFrameWidth = videoWidth; in CamcorderProfile()
|
D | MediaRecorder.java | 609 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight); in setProfile()
|
/frameworks/base/media/jni/ |
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()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
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()
|
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()
|
D | MediaRecorderStressTest.java | 188 videoWidth = camcorderProfile.videoFrameWidth; in recordVideoAndPlayback()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
D | MediaRecorderStressTestRunner.java | 41 public static int mVideoWidth = profile.videoFrameWidth;
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
D | MediaEncoderFilter.java | 301 width = mProfile.videoFrameWidth; in startRecording()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
D | MediaPlayerPerformance.java | 110 mVideoWidth = mCamcorderProfile.videoFrameWidth; in setUp()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 1441 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/ |
D | MandatoryStreamCombination.java | 1128 return new Size(maxProfile.videoFrameWidth, maxProfile.videoFrameHeight); in getMaxRecordingSize()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14328 field public int videoFrameWidth;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 24062 field public int videoFrameWidth;
|
/frameworks/base/api/ |
D | current.txt | 24062 field public int videoFrameWidth;
|