Home
last modified time | relevance | path

Searched refs:rtpTime (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DOpusPacketizer.cpp49 uint32_t rtpTime = ((timeUs - mediaStartTime()) * 48) / 1000; in packetize() local
65 SET_U32(&data[4], rtpTime); in packetize()
DG711Packetizer.cpp51 uint32_t rtpTime = ((timeUs - mediaStartTime()) * 8) / 1000; in packetize() local
67 SET_U32(&data[4], rtpTime); in packetize()
DVP8Packetizer.cpp47 uint32_t rtpTime = ((timeUs - mediaStartTime()) * 9) / 100; in packetize() local
72 SET_U32(&dst[4], rtpTime); in packetize()