Loading media/libstagefright/bqhelper/GraphicBufferSource.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1382,7 +1382,7 @@ status_t GraphicBufferSource::setTimeLapseConfig(double fps, double captureFps) mCaptureFps = captureFps; if (captureFps > fps) { mSnapTimestamps = 1 == base::GetIntProperty( "debug.stagefright.snap_timestamps", int64_t(1)); "debug.stagefright.snap_timestamps", int64_t(0)); } else { mSnapTimestamps = false; } Loading Loading
media/libstagefright/bqhelper/GraphicBufferSource.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1382,7 +1382,7 @@ status_t GraphicBufferSource::setTimeLapseConfig(double fps, double captureFps) mCaptureFps = captureFps; if (captureFps > fps) { mSnapTimestamps = 1 == base::GetIntProperty( "debug.stagefright.snap_timestamps", int64_t(1)); "debug.stagefright.snap_timestamps", int64_t(0)); } else { mSnapTimestamps = false; } Loading