summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-08-01 16:39:55 -0700
committerJames Dong <jdong@google.com>2012-08-02 17:06:05 -0700
commit983cf231ab2d176a14595cdae46ff1b0c239af47 (patch)
tree01942a13a082e2116f8df5dbaca1a902ac52a299 /include
parent15d7245ed2193e4956ea87998321cbc16a3b0a46 (diff)
downloadframeworks_av-983cf231ab2d176a14595cdae46ff1b0c239af47.zip
frameworks_av-983cf231ab2d176a14595cdae46ff1b0c239af47.tar.gz
frameworks_av-983cf231ab2d176a14595cdae46ff1b0c239af47.tar.bz2
Dynamically configure the number of video buffers used by camera source, if supported
o related-to-bug: 6920805 Change-Id: I413bb50954cc84e32ed40bcb713842dc7b58e2b6
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/CameraSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/CameraSource.h b/include/media/stagefright/CameraSource.h
index 5a35358..6d6b8a9 100644
--- a/include/media/stagefright/CameraSource.h
+++ b/include/media/stagefright/CameraSource.h
@@ -137,6 +137,7 @@ protected:
int32_t mCameraFlags;
Size mVideoSize;
+ int32_t mNumInputBuffers;
int32_t mVideoFrameRate;
int32_t mColorFormat;
status_t mInitCheck;