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

Commit bb813629 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "CameraService: Allow HAL to handle video buffer duped FD's."

parents 97149699 22b53929
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -523,9 +523,6 @@ void CameraClient::releaseRecordingFrameHandle(native_handle_t *handle) {
    metadata->pHandle = handle;

    mHardware->releaseRecordingFrame(dataPtr);

    native_handle_close(handle);
    native_handle_delete(handle);
}

status_t CameraClient::setVideoBufferMode(int32_t videoBufferMode) {