Searched refs:QN_CHANNELS (Results 1 – 3 of 3) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediasessionclient.cc | 451 int channels = GetXmlAttr(element, QN_CHANNELS, 1); in ParseGingleAudioCodec() 658 int channels = GetXmlAttr(elem, QN_CHANNELS, 1); in ParseJingleAudioCodec() 771 AddXmlAttr(payload_type, QN_CHANNELS, codec.channels); in CreateGingleAudioCodecElem() 921 AddXmlAttr(elem, QN_CHANNELS, codec.channels); in CreateJingleAudioCodecElem()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | constants.h | 99 extern const buzz::QName QN_CHANNELS;
|
D | constants.cc | 83 const buzz::QName QN_CHANNELS(true, NS_EMPTY, "channels"); variable
|