From 2b37ced30f89437c804c3945b901019b86d210ae Mon Sep 17 00:00:00 2001 From: James Dong Date: Sat, 9 Oct 2010 01:16:58 -0700 Subject: 0-memcpy video recording framework Part III: Move startRecording() call earlier, asking camera hal to allocate video buffers before CameraSource.start() is called. Change-Id: I3f1d7d5636ca2644fe52af61f297d48c6b1ce89d --- include/media/stagefright/CameraSource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/media/stagefright/CameraSource.h') diff --git a/include/media/stagefright/CameraSource.h b/include/media/stagefright/CameraSource.h index b0bce29..3592aeb 100644 --- a/include/media/stagefright/CameraSource.h +++ b/include/media/stagefright/CameraSource.h @@ -83,7 +83,7 @@ public: * kKeyColorFormat: YUV color format of the video frames * kKeyWidth, kKeyHeight: dimension (in pixels) of the video frames * kKeySampleRate: frame rate in frames per second - * kKeyMimeType: always fixed + * kKeyMIMEType: always fixed to be MEDIA_MIMETYPE_VIDEO_RAW */ virtual sp getFormat(); -- cgit v1.1