Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlogicalchannel.h203 iIncomingSkew = offset; in SetTimestampOffset()
245 uint32 iIncomingSkew; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlogicalchannel.cpp77 iIncomingSkew = 0; in H223LogicalChannel()
2112 if (iRenderingSkew >= (int32)iIncomingSkew) in SetSampleTimestamps()
2114 skewDelta = iRenderingSkew - iIncomingSkew; in SetSampleTimestamps()
2124 else if (iRenderingSkew < (int32)iIncomingSkew) in SetSampleTimestamps()
2126 skewDelta = iIncomingSkew - iRenderingSkew; in SetSampleTimestamps()