commit | 3261fd3f1d8f798fab2f1b3efaa92d5a35cd42e7 | [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 | 9a0cb4915b6a53e828285e868da097f4c4575124 | |
parent | 985fd30a10f6fec4293f071fd258c4726cff5a3d [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);