Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/encoder/
Ddelta_encoding.cc607 static bool IsSuitableDecoderFor(const std::string& input);
686 bool FixedLengthDeltaDecoder::IsSuitableDecoderFor(const std::string& input) { in IsSuitableDecoderFor() function in webrtc::__anon1c07f5160111::FixedLengthDeltaDecoder
956 if (FixedLengthDeltaDecoder::IsSuitableDecoderFor(input)) { in DecodeDeltas()