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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp5162 int64_t effectivePTS = headLocalPTS + local
5171 if (llabs(effectivePTS - pts) >= (static_cast<int64_t>(1) << 31)) {
5178 (effectivePTS - pts) << 32, &sampleDelta)) {

Completed in 21 milliseconds