Searched refs:iCurPduTimestamp (Results 1 – 2 of 2) sorted by relevance
207 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()
372 PVMFTimestamp iCurPduTimestamp; variable