Home
last modified time | relevance | path

Searched refs:iVideoLatency (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlogicalchannel.h231 iVideoLatency = aVideoLatency; in SetVideoLatency()
257 int32 iVideoLatency; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlogicalchannel.cpp74 iVideoLatency(0) in H223LogicalChannel()
2110 iRenderingSkew = iAudioLatency - iVideoLatency; in SetSampleTimestamps()
2121 aTSOffset = (PVMFTimestamp)(iVideoLatency + skewDelta + PARSING_JITTER_DURATION); in SetSampleTimestamps()
2133 aTSOffset = (PVMFTimestamp)(iVideoLatency + PARSING_JITTER_DURATION); in SetSampleTimestamps()
/external/opencore/engines/2way/src/
Dpv_2way_engine.h1043 Oscl_Map<char*, uint32, OsclMemAllocator> iVideoLatency; variable
Dpv_2way_engine.cpp5691 iVideoLatency[(char*)aFmtType.getMIMEStrPtr()] = latencyVal; in RegisterMioLatency()
5713 it = iVideoLatency.find((char*)aFmtType.getMIMEStrPtr()); in LookupMioLatency()
5714 if (!(it == iVideoLatency.end())) in LookupMioLatency()