Home
last modified time | relevance | path

Searched refs:mVideoSize (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/
H A DCameraSource.cpp134 mVideoSize.width = -1; in CameraSource()
135 mVideoSize.height = -1; in CameraSource()
375 mVideoSize.width = frameWidthActual; in checkVideoSize()
376 mVideoSize.height = frameHeightActual; in checkVideoSize()
590 mMeta->setInt32(kKeyWidth, mVideoSize.width); in initWithCameraAccess()
591 mMeta->setInt32(kKeyHeight, mVideoSize.height); in initWithCameraAccess()
592 mMeta->setInt32(kKeyStride, mVideoSize.width); in initWithCameraAccess()
593 mMeta->setInt32(kKeySliceHeight, mVideoSize.height); in initWithCameraAccess()
618 err = initBufferQueue(mVideoSize.width, mVideoSize.height, mEncoderFormat, in startCameraRecording()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java113 private Size mVideoSize; field in Camera2RecordingTest
829 mVideoSize = new Size(profile.videoFrameWidth, profile.videoFrameHeight); in prepareRecordingWithProfile()
860 mVideoSize = sz; in prepareRecording()
1029 mVideoSize.getWidth(), mVideoSize.getHeight(),
1039 mVideoSize.getWidth(), mVideoSize.getHeight(),
1049 mVideoSize.getWidth(), mVideoSize.getHeight(),
1059 mVideoSize.getWidth(), mVideoSize.getHeight(),
H A DCamera2SwitchPreviewTest.java137 private Size mVideoSize; field in Camera2SwitchPreviewTest
472 mVideoSize = new Size(profile.videoFrameWidth, profile.videoFrameHeight); in prepareRecordingWithProfile()
/aosp12/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
H A DMainActivity.java106 private Size mVideoSize; field in MainActivity
359 mVideoSize = chooseVideoSize(map.getOutputSizes(MediaRecorder.class)); in openCamera()
362 mVideoSize); in openCamera()
540 mMediaRecorder.setVideoSize(mVideoSize.getWidth(), mVideoSize.getHeight()); in setUpMediaRecorder()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DCameraSource.h156 Size mVideoSize; variable