Home
last modified time | relevance | path

Searched refs:PARSING_JITTER_DURATION (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlogicalchannel.cpp2117 aTSOffset = (PVMFTimestamp)(iAudioLatency + PARSING_JITTER_DURATION); in SetSampleTimestamps()
2121 aTSOffset = (PVMFTimestamp)(iVideoLatency + skewDelta + PARSING_JITTER_DURATION); in SetSampleTimestamps()
2129 aTSOffset = (PVMFTimestamp)(iAudioLatency + PARSING_JITTER_DURATION + skewDelta); in SetSampleTimestamps()
2133 aTSOffset = (PVMFTimestamp)(iVideoLatency + PARSING_JITTER_DURATION); in SetSampleTimestamps()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlogicalchannel.h67 #define PARSING_JITTER_DURATION 200 macro