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

/frameworks/av/services/audioflinger/
H A DTracks.cpp1435 int64_t effectivePTS = headLocalPTS + local
1444 if (llabs(effectivePTS - pts) >= (static_cast<int64_t>(1) << 31)) {
1451 (effectivePTS - pts) << 32, &sampleDelta)) {

Completed in 55 milliseconds