Loading services/camera/libcameraservice/api1/client2/StreamingProcessor.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -334,6 +334,7 @@ status_t StreamingProcessor::recordingStreamNeedsUpdate( currentFormat != (uint32_t)params.videoFormat || currentDataSpace != params.videoDataSpace) { *needsUpdate = true; return res; } *needsUpdate = false; return res; Loading Loading
services/camera/libcameraservice/api1/client2/StreamingProcessor.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -334,6 +334,7 @@ status_t StreamingProcessor::recordingStreamNeedsUpdate( currentFormat != (uint32_t)params.videoFormat || currentDataSpace != params.videoDataSpace) { *needsUpdate = true; return res; } *needsUpdate = false; return res; Loading