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

Commit 6807a5fe authored by Dichen Zhang's avatar Dichen Zhang Committed by Gerrit Code Review
Browse files

Merge "codec2: Fix VideoEncoderRoiTest cts failure" into main

parents 2bde1d16 abbdeb10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1907,7 +1907,7 @@ ReflectedParamUpdater::Dict CCodecConfig::getReflectedFormat(
                        bottom = c2_min(bottom, height);
                        if (right > left && bottom > top) {
                            C2Rect rect(right - left, bottom - top);
                            rect.at(left, top);
                            rect = rect.at(left, top);
                            c2QpOffsetRects.push_back(C2QpOffsetRectStruct(rect, offset));
                        } else {
                            ALOGE("Rects configuration %s is not valid.", box);