Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Ddelta_encoding.cc552 class FixedLengthDeltaDecoder final { class
570 FixedLengthDeltaDecoder(const FixedLengthDeltaDecoder&) = delete;
571 FixedLengthDeltaDecoder& operator=(const FixedLengthDeltaDecoder&) = delete;
582 static std::unique_ptr<FixedLengthDeltaDecoder> Create(
593 FixedLengthDeltaDecoder(BitstreamReader reader,
628 bool FixedLengthDeltaDecoder::IsSuitableDecoderFor(absl::string_view input) { in IsSuitableDecoderFor()
642 std::vector<absl::optional<uint64_t>> FixedLengthDeltaDecoder::DecodeDeltas( in DecodeDeltas()
646 auto decoder = FixedLengthDeltaDecoder::Create(input, base, num_of_deltas); in DecodeDeltas()
654 std::unique_ptr<FixedLengthDeltaDecoder> FixedLengthDeltaDecoder::Create( in Create()
710 new FixedLengthDeltaDecoder(reader, params, base, num_of_deltas)); in Create()
[all …]