Merge 68fad68a002dd0ca7a1d36e7c8e565bdc1982da1 on remote branch

Change-Id: I8b984632c2b9aac9e50867ccf347c18dc350d0d7
diff --git a/media/eco/ECOSession.cpp b/media/eco/ECOSession.cpp
index ea5d552..1a2e910 100644
--- a/media/eco/ECOSession.cpp
+++ b/media/eco/ECOSession.cpp
@@ -56,7 +56,7 @@
     // Only support up to 1080P.
     // TODO: Support the same resolution as in EAF.
     if (width <= 0 || height <= 0 || width > 5120 || height > 5120 ||
-        width > 1920 * 1080 / height) {
+        width > 1920 * 1088 / height) {
         ECOLOGE("Failed to create ECOSession with w: %d, h: %d, isCameraRecording: %d", width,
                 height, isCameraRecording);
         return nullptr;