Searched refs:seqNum16 (Results 1 – 2 of 2) sorted by relevance
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/ |
D | pvmf_rtp_jitter_buffer_impl.cpp | 779 uint16 seqNum16 = 0; in ParsePacketHeaderAndUpdateJBStats() local 780 oscl_memcpy((char *)&seqNum16, rtpHeader, sizeof(seqNum16)); in ParsePacketHeaderAndUpdateJBStats() 781 big_endian_to_host((char *)&seqNum16, sizeof(seqNum16)); in ParsePacketHeaderAndUpdateJBStats() 782 seqNum = (uint32)seqNum16; in ParsePacketHeaderAndUpdateJBStats()
|
/external/opencore/nodes/pvsocketnode/src/ |
D | pvmf_socket_node.cpp | 4627 uint16 seqNum16 = 0; in LogRTPHeaderFields() local 4628 oscl_memcpy((char *)&seqNum16, rtpHeader, sizeof(seqNum16)); in LogRTPHeaderFields() 4629 big_endian_to_host((char *)&seqNum16, sizeof(seqNum16)); in LogRTPHeaderFields() 4645 … aSockConfig.iMime.get_cstr(), ssrc32, (uint32)seqNum16, (PVMFTimestamp)ts32, rtpPacketLen)); in LogRTPHeaderFields()
|