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.cpp152 Size videoSize,
158 clientName, clientUid, videoSize, frameRate, surface,
169 Size videoSize,
193 videoSize, frameRate,
473 * @param videoSize the target video frame size. If both
474 * width and height in videoSize is -1, use the current
491 Size videoSize,
499 videoSize, frameRate,
511 Size videoSize,
530 videoSize
146 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
163 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
485 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
505 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 102 milliseconds