diff options
| author | James Dong <jdong@google.com> | 2010-10-09 01:16:58 -0700 |
|---|---|---|
| committer | James Dong <jdong@google.com> | 2010-10-09 01:21:20 -0700 |
| commit | 997eaa2c7c6f7c59d145dab3e93431ea2e2a7dc7 (patch) | |
| tree | e2c981c36bfad2f95a0ab9f8be4b5ee8d3a4e9d8 /include | |
| parent | 4c0c81a30733ba677c16db14a54349d80c642b5b (diff) | |
| download | frameworks_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.h | 2 |
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(); |
