Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Ddelta_encoding.cc558 static bool IsSuitableDecoderFor(absl::string_view input);
628 bool FixedLengthDeltaDecoder::IsSuitableDecoderFor(absl::string_view input) { in IsSuitableDecoderFor() function in webrtc::__anon93fa6be00111::FixedLengthDeltaDecoder
821 if (FixedLengthDeltaDecoder::IsSuitableDecoderFor(input)) { in DecodeDeltas()