Searched refs:renderTimeUs (Results 1 – 1 of 1) sorted by relevance
6598 int64_t renderTimeUs = renderTimeNs / 1000; in onReleaseOutputBuffer() local6599 int64_t delayUs = renderTimeUs < nowUs ? 0 : renderTimeUs - nowUs; in onReleaseOutputBuffer()