Searched defs:videoSize (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp44 Size videoSize,
53 videoSize, videoFrameRate, surface,
73 Size videoSize,
79 videoSize, videoFrameRate, surface,
89 mVideoWidth = videoSize.width;
90 mVideoHeight = videoSize.height;
92 if (OK == mInitCheck && !trySettingVideoSize(videoSize.width, videoSize.height)) {
37 CreateFromCamera( const sp<hardware::ICamera> &camera, const sp<ICameraRecordingProxy> &proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, pid_t clientPid, Size videoSize, int32_t videoFrameRate, const sp<IGraphicBufferProducer>& surface, int64_t timeBetweenFrameCaptureUs, bool storeMetaDataInVideoBuffers) argument
66 CameraSourceTimeLapse( const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, pid_t clientPid, Size videoSize, int32_t videoFrameRate, const sp<IGraphicBufferProducer>& surface, int64_t timeBetweenFrameCaptureUs, bool storeMetaDataInVideoBuffers) argument
H A DCameraSource.cpp190 Size videoSize,
196 clientName, clientUid, clientPid, videoSize, frameRate, surface,
208 Size videoSize,
232 videoSize, frameRate,
512 * @param videoSize the target video frame size. If both
513 * width and height in videoSize is -1, use the current
531 Size videoSize,
539 videoSize, frameRate,
626 Size videoSize,
645 videoSize
183 CreateFromCamera( const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, pid_t clientPid, Size videoSize, int32_t frameRate, const sp<IGraphicBufferProducer>& surface, bool storeMetaDataInVideoBuffers) argument
201 CameraSource( const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, pid_t clientPid, Size videoSize, int32_t frameRate, const sp<IGraphicBufferProducer>& surface, bool storeMetaDataInVideoBuffers) argument
524 init( const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, pid_t clientPid, Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers) argument
619 initWithCameraAccess( const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, pid_t clientPid, Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers) argument
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java758 * @param videoSize The video size used for preview.
762 private void updatePreviewSurfaceWithVideo(Size videoSize, int videoFrameRate) { argument
773 if (videoSize.getWidth() > maxPreviewSize.getWidth() ||
774 videoSize.getHeight() > maxPreviewSize.getHeight()) {
784 s.getWidth() <= videoSize.getWidth() &&
785 s.getHeight() <= videoSize.getHeight()) {
786 Log.w(TAG, "Overwrite preview size from " + videoSize.toString() +
795 previewSize = videoSize;
H A DCamera2SwitchPreviewTest.java479 * @param videoSize The video size used for preview.
483 private void updatePreviewSurfaceWithVideo(Size videoSize, int videoFrameRate) throws Exception { argument
494 if (videoSize.getWidth() > maxPreviewSize.getWidth() ||
495 videoSize.getHeight() > maxPreviewSize.getHeight()) {
505 s.getWidth() <= videoSize.getWidth() &&
506 s.getHeight() <= videoSize.getHeight()) {
507 Log.w(TAG, "Overwrite preview size from " + videoSize.toString() +
516 previewSize = videoSize;
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1566 Size videoSize; local
1567 videoSize.width = mVideoWidth;
1568 videoSize.height = mVideoHeight;
1577 videoSize, mFrameRate, mPreviewSurface,
1583 videoSize, mFrameRate,
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1641 int64_t videoSize = 0; local
1681 videoSize = dq.dqb_curspace;
1723 case AID_MEDIA_VIDEO: videoSize += size; break;
1752 ret.push_back(videoSize);

Completed in 763 milliseconds