diff options
Diffstat (limited to 'tests/camera2/camera2_utils.cpp')
-rw-r--r-- | tests/camera2/camera2_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/camera2/camera2_utils.cpp b/tests/camera2/camera2_utils.cpp index 166ac52..501cd71 100644 --- a/tests/camera2/camera2_utils.cpp +++ b/tests/camera2/camera2_utils.cpp @@ -317,7 +317,7 @@ void NotifierListener::notify_callback_dispatch(int32_t msg_type, (type *)((char*)(ptr) - offsetof(type, member)) #endif -StreamAdapter::StreamAdapter(sp<ISurfaceTexture> consumer): +StreamAdapter::StreamAdapter(sp<IGraphicBufferProducer> consumer): mState(UNINITIALIZED), mDevice(NULL), mId(-1), mWidth(0), mHeight(0), mFormat(0) |