Searched refs:videoSize (Results 1 - 7 of 7) 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.cpp167 Size videoSize,
173 clientName, clientUid, clientPid, videoSize, frameRate, surface,
185 Size videoSize,
209 videoSize, frameRate,
489 * @param videoSize the target video frame size. If both
490 * width and height in videoSize is -1, use the current
508 Size videoSize,
516 videoSize, frameRate,
603 Size videoSize,
622 videoSize
160 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
178 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
501 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
596 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/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h45 Size videoSize,
122 Size videoSize,
H A DCameraSource.h68 * @param videoSize the dimension (in pixels) of the video frame
89 Size videoSize,
209 Size videoSize, int32_t frameRate,
280 Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers);
285 Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
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;
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;
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1433 Size videoSize; local
1434 videoSize.width = mVideoWidth;
1435 videoSize.height = mVideoHeight;
1445 videoSize, mFrameRate, mPreviewSurface,
1451 videoSize, mFrameRate,

Completed in 184 milliseconds