HomeSort by relevance Sort by last modified time
    Searched refs:getPendingAudioPlayoutDurationUs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.h 212 int64_t getPendingAudioPlayoutDurationUs(int64_t nowUs);
NuPlayerRenderer.cpp 762 postEOSDelayUs = getPendingAudioPlayoutDurationUs(ALooper::GetNowUs());
845 postEOSDelayUs = getPendingAudioPlayoutDurationUs(ALooper::GetNowUs());
951 int64_t NuPlayer::Renderer::getPendingAudioPlayoutDurationUs(int64_t nowUs) {
975 int64_t nowMediaUs = mediaTimeUs - getPendingAudioPlayoutDurationUs(nowUs);
    [all...]

Completed in 39 milliseconds