Searched defs:HasDecodePlc (Results 1 – 4 of 4) sorted by relevance
107 virtual bool HasDecodePlc() const { return true; } in HasDecodePlc() function125 virtual bool HasDecodePlc() const { return true; } in HasDecodePlc() function183 virtual bool HasDecodePlc() const { return false; } in HasDecodePlc() function
26 bool AudioDecoder::HasDecodePlc() const { return false; } in HasDecodePlc() function in webrtc::AudioDecoder
419 bool AudioDecoderCelt::HasDecodePlc() const { return true; } in HasDecodePlc() function in webrtc::AudioDecoderCelt
76 virtual bool HasDecodePlc() const OVERRIDE { return true; } in HasDecodePlc() function