summaryrefslogtreecommitdiffstats
path: root/include
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
commit997eaa2c7c6f7c59d145dab3e93431ea2e2a7dc7 (patch)
treee2c981c36bfad2f95a0ab9f8be4b5ee8d3a4e9d8 /include
parent4c0c81a30733ba677c16db14a54349d80c642b5b (diff)
downloadframeworks_base-997eaa2c7c6f7c59d145dab3e93431ea2e2a7dc7.zip
frameworks_base-997eaa2c7c6f7c59d145dab3e93431ea2e2a7dc7.tar.gz
frameworks_base-997eaa2c7c6f7c59d145dab3e93431ea2e2a7dc7.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')
-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();