summaryrefslogtreecommitdiffstats
path: root/modules/camera/Camera.h
diff options
context:
space:
mode:
authorAlex Ray <aray@google.com>2013-04-26 19:32:29 -0700
committerAlexander Ray <aray@google.com>2013-05-29 03:39:00 +0000
commit083315c85baf28098637684d2307ee8d4df337c6 (patch)
treef3225b4e548263f9c6fee5e111b376a111a23bcd /modules/camera/Camera.h
parent11bbeefaf9ba410916ec03a5c6869fe4eb67d672 (diff)
downloadhardware_libhardware-083315c85baf28098637684d2307ee8d4df337c6.zip
hardware_libhardware-083315c85baf28098637684d2307ee8d4df337c6.tar.gz
hardware_libhardware-083315c85baf28098637684d2307ee8d4df337c6.tar.bz2
modules: camera: No-op result submission with request
Change-Id: If4e377ba0ac327cc02ac2b9765ce5d406b8960a8
Diffstat (limited to 'modules/camera/Camera.h')
-rw-r--r--modules/camera/Camera.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/camera/Camera.h b/modules/camera/Camera.h
index 39e47f7..4001453 100644
--- a/modules/camera/Camera.h
+++ b/modules/camera/Camera.h
@@ -65,6 +65,9 @@ class Camera {
bool isValidCaptureSettings(const camera_metadata_t *settings);
// Verify settings are valid for reprocessing an input buffer
bool isValidReprocessSettings(const camera_metadata_t *settings);
+ // Process an output buffer
+ int processCaptureBuffer(const camera3_stream_buffer_t *in,
+ camera3_stream_buffer_t *out);
// Identifier used by framework to distinguish cameras
const int mId;