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

/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp43 Size videoSize,
52 videoSize, videoFrameRate, surface,
71 Size videoSize,
77 videoSize, videoFrameRate, surface,
87 mVideoWidth = videoSize.width;
88 mVideoHeight = videoSize.height;
90 if (OK == mInitCheck && !trySettingVideoSize(videoSize.width, videoSize.height)) {
37 CreateFromCamera( const sp<ICamera> &camera, const sp<ICameraRecordingProxy> &proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t videoFrameRate, const sp<IGraphicBufferProducer>& surface, int64_t timeBetweenFrameCaptureUs, bool storeMetaDataInVideoBuffers) argument
65 CameraSourceTimeLapse( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t videoFrameRate, const sp<IGraphicBufferProducer>& surface, int64_t timeBetweenFrameCaptureUs, bool storeMetaDataInVideoBuffers) argument
H A DCameraSource.cpp153 Size videoSize,
159 clientName, clientUid, videoSize, frameRate, surface,
170 Size videoSize,
194 videoSize, frameRate,
474 * @param videoSize the target video frame size. If both
475 * width and height in videoSize is -1, use the current
492 Size videoSize,
500 videoSize, frameRate,
512 Size videoSize,
531 videoSize
147 CreateFromCamera( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t frameRate, const sp<IGraphicBufferProducer>& surface, bool storeMetaDataInVideoBuffers) argument
164 CameraSource( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t frameRate, const sp<IGraphicBufferProducer>& surface, bool storeMetaDataInVideoBuffers) argument
486 init( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers) argument
506 initWithCameraAccess( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers) argument
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1394 Size videoSize; local
1395 videoSize.width = mVideoWidth;
1396 videoSize.height = mVideoHeight;
1406 videoSize, mFrameRate, mPreviewSurface,
1413 videoSize, mFrameRate,

Completed in 395 milliseconds