Home | History | Annotate | Download | only in protocol

Lines Matching refs:Codec

25       codec(CODEC_UNDEFINED) {
28 ChannelConfig::ChannelConfig(TransportType transport, int version, Codec codec)
31 codec(codec) {
38 return transport == b.transport && version == b.version && codec == b.codec;
224 ChannelConfig::Codec codec) {
228 if (i->codec == codec) {