Home
last modified time | relevance | path

Searched defs:delta_width_bits (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Ddelta_encoding.cc115 static bool ValidParameters(uint64_t delta_width_bits, in ValidParameters()
124 FixedLengthEncodingParameters(uint64_t delta_width_bits, in FixedLengthEncodingParameters()
141 uint64_t delta_width_bits() const { return delta_width_bits_; } in delta_width_bits() function in webrtc::__anon93fa6be00111::FixedLengthEncodingParameters
159 void SetDeltaWidthBits(uint64_t delta_width_bits) { in SetDeltaWidthBits()
308 const uint64_t delta_width_bits = in EncodeDeltas() local
674 const uint64_t delta_width_bits = in Create() local