Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_generator.h57 class TimestampJumpRtpGenerator : public RtpGenerator {
59 TimestampJumpRtpGenerator(int samples_per_ms, in TimestampJumpRtpGenerator() function
68 TimestampJumpRtpGenerator(const TimestampJumpRtpGenerator&) = delete;
69 TimestampJumpRtpGenerator& operator=(const TimestampJumpRtpGenerator&) =
H A Drtp_generator.cc45 uint32_t TimestampJumpRtpGenerator::GetRtpHeader(uint8_t payload_type, in GetRtpHeader()