summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/CameraSource.h
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-10-09 01:16:58 -0700
committerJames Dong <jdong@google.com>2010-10-09 01:21:20 -0700
commit2b37ced30f89437c804c3945b901019b86d210ae (patch)
treededc3b20bb9d067758e5e87bdf957bc7801c86cd /include/media/stagefright/CameraSource.h
parent54ff19ac69ace7c05ea90d225e26dab3b133f487 (diff)
downloadframeworks_av-2b37ced30f89437c804c3945b901019b86d210ae.zip
frameworks_av-2b37ced30f89437c804c3945b901019b86d210ae.tar.gz
frameworks_av-2b37ced30f89437c804c3945b901019b86d210ae.tar.bz2
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
Diffstat (limited to 'include/media/stagefright/CameraSource.h')
-rw-r--r--include/media/stagefright/CameraSource.h2
1 files changed, 1 insertions, 1 deletions
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<MetaData> getFormat();