Searched refs:has_codec (Results 1 – 2 of 2) sorted by relevance
142 bool has_codec() const { return has_codec_; } in has_codec() function143 void set_has_codec(bool has_codec) { has_codec_ = has_codec; } in set_has_codec() argument
749 bool send = enabled() && has_codec() && writable(); in ChangeState()1007 bool send = enabled() && has_codec() && writable(); in ChangeState()