Loading media/extractors/mp4/MPEG4Extractor.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -4754,6 +4754,8 @@ status_t MPEG4Source::read( } if (size > mBuffer->size()) { ALOGE("buffer too small: %zu > %zu", size, mBuffer->size()); mBuffer->release(); mBuffer = NULL; return ERROR_BUFFER_TOO_SMALL; } } Loading Loading @@ -5046,6 +5048,8 @@ status_t MPEG4Source::fragmentedRead( } if (size > mBuffer->size()) { ALOGE("buffer too small: %zu > %zu", size, mBuffer->size()); mBuffer->release(); mBuffer = NULL; return ERROR_BUFFER_TOO_SMALL; } } Loading Loading
media/extractors/mp4/MPEG4Extractor.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -4754,6 +4754,8 @@ status_t MPEG4Source::read( } if (size > mBuffer->size()) { ALOGE("buffer too small: %zu > %zu", size, mBuffer->size()); mBuffer->release(); mBuffer = NULL; return ERROR_BUFFER_TOO_SMALL; } } Loading Loading @@ -5046,6 +5048,8 @@ status_t MPEG4Source::fragmentedRead( } if (size > mBuffer->size()) { ALOGE("buffer too small: %zu > %zu", size, mBuffer->size()); mBuffer->release(); mBuffer = NULL; return ERROR_BUFFER_TOO_SMALL; } } Loading