Searched refs:targetDurationUs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp451 int64_t targetDurationUs = targetDurationSecs * 1000000ll; local
475 minPlaylistAgeUs = targetDurationUs / 2;
481 minPlaylistAgeUs = (targetDurationUs * 3) / 2;
487 minPlaylistAgeUs = targetDurationUs * 3;

Completed in 40 milliseconds