Loading media/libstagefright/OMXCodec.cpp +5 −5 Original line number Diff line number Diff line Loading @@ -3148,11 +3148,6 @@ bool OMXCodec::drainInputBuffer(BufferInfo *info) { mNoMoreOutputData = false; } CODEC_LOGV("Calling emptyBuffer on buffer %p (length %d), " "timestamp %lld us (%.2f secs)", info->mBuffer, offset, timestampUs, timestampUs / 1E6); if (info == NULL) { CHECK(mFlags & kUseSecureInputBuffers); CHECK(signalEOS); Loading @@ -3163,6 +3158,11 @@ bool OMXCodec::drainInputBuffer(BufferInfo *info) { info = findEmptyInputBuffer(); } CODEC_LOGV("Calling emptyBuffer on buffer %p (length %d), " "timestamp %lld us (%.2f secs)", info->mBuffer, offset, timestampUs, timestampUs / 1E6); err = mOMX->emptyBuffer( mNode, info->mBuffer, 0, offset, flags, timestampUs); Loading Loading
media/libstagefright/OMXCodec.cpp +5 −5 Original line number Diff line number Diff line Loading @@ -3148,11 +3148,6 @@ bool OMXCodec::drainInputBuffer(BufferInfo *info) { mNoMoreOutputData = false; } CODEC_LOGV("Calling emptyBuffer on buffer %p (length %d), " "timestamp %lld us (%.2f secs)", info->mBuffer, offset, timestampUs, timestampUs / 1E6); if (info == NULL) { CHECK(mFlags & kUseSecureInputBuffers); CHECK(signalEOS); Loading @@ -3163,6 +3158,11 @@ bool OMXCodec::drainInputBuffer(BufferInfo *info) { info = findEmptyInputBuffer(); } CODEC_LOGV("Calling emptyBuffer on buffer %p (length %d), " "timestamp %lld us (%.2f secs)", info->mBuffer, offset, timestampUs, timestampUs / 1E6); err = mOMX->emptyBuffer( mNode, info->mBuffer, 0, offset, flags, timestampUs); Loading