Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlogicalchannel.cpp207 iCurPduTimestamp = 0; in H223OutgoingChannel()
364 if (iCurPduTimestamp != fragmentedMediaData->getTimestamp() || !IsSegmentable()) in PutData()
422 iCurPduTimestamp = fragmentedMediaData->getTimestamp(); in PutData()
428 …FIC((0, "Stats of the outgoing audio SDU are: timestamp=%d, size=%d", iCurPduTimestamp, sdu_size)); in PutData()
432 …FIC((0, "Stats of the outgoing video SDU are: timestamp=%d, size=%d", iCurPduTimestamp, sdu_size)); in PutData()
512 status = AppendOutgoingPkt(iCurPdu, iCurPduTimestamp); in CompletePdu()
518 iCurPduTimestamp = 0; in CompletePdu()
643 iCurPduTimestamp = 0; in Flush()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlogicalchannel.h372 PVMFTimestamp iCurPduTimestamp; variable