commit | 9fb7fa159b2a47d6a7c0e9ef323b23298cdc7cb9 | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Wed Feb 20 19:02:36 2013 -0800 |
committer | Igor Murashkin <iam@google.com> | Fri Feb 22 10:50:14 2013 -0800 |
tree | e4956f65799199fe24373001c80a398756914a69 | |
parent | 69e22433b9d7df77907579f67e47a159aa57f876 [diff] [blame] |
Camera: ProCamera2Client implement createStream,createDefaultRequest The StreamingImage unit test should now work when TEST_DISPLAY_SECS is set. Change-Id: I9cf3ad5bd5a76096ab21bd39e631d636c4ff3d3f
diff --git a/services/camera/libcameraservice/ProCamera2Client.h b/services/camera/libcameraservice/ProCamera2Client.h index 8f76819..ed42e22 100644 --- a/services/camera/libcameraservice/ProCamera2Client.h +++ b/services/camera/libcameraservice/ProCamera2Client.h
@@ -58,6 +58,7 @@ int* streamId); // Create a request object from a template. + // -- Caller owns the newly allocated metadata virtual status_t createDefaultRequest(int templateId, /*out*/ camera_metadata** request);