Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc97730e authored by Zhijun He's avatar Zhijun He
Browse files

Camera3: hook up stream set Id

Hook up the stream set Id with native implementation.

Bug: 25088440
Change-Id: Iaed9f02d6638ea259d18f7ea75fbd2c87073c3e4
parent 52a94205
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -461,7 +461,7 @@ status_t CameraDeviceClient::createStream(const OutputConfiguration &outputConfi
    res = mDevice->createStream(surface, width, height, format, dataSpace,
                                static_cast<camera3_stream_rotation_t>
                                        (outputConfiguration.getRotation()),
                                &streamId);
                                &streamId, outputConfiguration.getSurfaceSetID());

    if (res == OK) {
        mStreamMap.add(binder, streamId);