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

Commit b572e4ad authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

IOMX: do not clear buffer if it's allocated by component am: ea76573a am:...

IOMX: do not clear buffer if it's allocated by component am: ea76573a am: 86d9bb91 am: dfe5b519 am: b308b1a5 am: 87415a74 am: 130eb563 am: 106a9050 am: 53de578e am: 295244de am: 17b0bdf4 am: ea65b73f am: 58bb33f4
am: 6d504521

Change-Id: I5ccff32fda63c26a2163d9ca5f471d1644330684
parents 6b9b8e49 6d504521
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1310,7 +1310,6 @@ status_t OMXNodeInstance::allocateBufferWithBackup(
    }

    CHECK_EQ(header->pAppPrivate, buffer_meta);
    memset(header->pBuffer, 0, header->nAllocLen);

    *buffer = makeBufferID(header);