Searched refs:releaseOutputBufferAtTime (Results 1 – 3 of 3) sorted by relevance
266 status_t releaseOutputBufferAtTime(size_t idx, int64_t timestampNs);
1048 status_t AMediaCodecWrapper::releaseOutputBufferAtTime(size_t idx, int64_t timestampNs) { in releaseOutputBufferAtTime() function in android::AMediaCodecWrapper
1158 err = mCodec->releaseOutputBufferAtTime(bufferIx, timestampNs); in onRenderBuffer()