Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.cc254 uint32_t send_time_24bits, in IncomingPacketInfo() argument
258 assert(send_time_24bits < (1ul << 24)); in IncomingPacketInfo()
261 uint32_t timestamp = send_time_24bits << kAbsSendTimeInterArrivalUpshift; in IncomingPacketInfo()
Dremote_bitrate_estimator_abs_send_time.h103 uint32_t send_time_24bits,