Loading services/camera/libcameraservice/api2/HeicCompositeStream.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -620,7 +620,8 @@ void HeicCompositeStream::compilePendingInputLocked() { if (mPendingInputFrames.find(mAppSegmentFrameNumbers.front()) == mPendingInputFrames.end()) { ALOGE("%s: mPendingInputFrames doesn't contain frameNumber %" PRId64, __FUNCTION__, mAppSegmentFrameNumbers.front()); mInputYuvBuffers.erase(it); mInputAppSegmentBuffers.erase(it); mAppSegmentFrameNumbers.pop(); continue; } Loading Loading @@ -664,6 +665,7 @@ void HeicCompositeStream::compilePendingInputLocked() { ALOGE("%s: mPendingInputFrames doesn't contain frameNumber %" PRId64, __FUNCTION__, mMainImageFrameNumbers.front()); mInputYuvBuffers.erase(it); mMainImageFrameNumbers.pop(); continue; } Loading Loading
services/camera/libcameraservice/api2/HeicCompositeStream.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -620,7 +620,8 @@ void HeicCompositeStream::compilePendingInputLocked() { if (mPendingInputFrames.find(mAppSegmentFrameNumbers.front()) == mPendingInputFrames.end()) { ALOGE("%s: mPendingInputFrames doesn't contain frameNumber %" PRId64, __FUNCTION__, mAppSegmentFrameNumbers.front()); mInputYuvBuffers.erase(it); mInputAppSegmentBuffers.erase(it); mAppSegmentFrameNumbers.pop(); continue; } Loading Loading @@ -664,6 +665,7 @@ void HeicCompositeStream::compilePendingInputLocked() { ALOGE("%s: mPendingInputFrames doesn't contain frameNumber %" PRId64, __FUNCTION__, mMainImageFrameNumbers.front()); mInputYuvBuffers.erase(it); mMainImageFrameNumbers.pop(); continue; } Loading