Searched refs:kGoogleRtpDataCodecId (Results 1 – 4 of 4) sorted by relevance
56 DataCodec(kGoogleRtpDataCodecId, in RtpDataEngine()127 DataCodec data_codec(kGoogleRtpDataCodecId, kGoogleRtpDataCodecName, 0); in FindUnknownCodec()138 DataCodec data_codec(kGoogleRtpDataCodecId, kGoogleRtpDataCodecName, 0); in FindKnownCodec()
94 const int kGoogleRtpDataCodecId = 101; variable
112 extern const int kGoogleRtpDataCodecId;
318 int codec_id = sctp ? kGoogleRtpDataCodecId : kGoogleSctpDataCodecId; in FilterDataCodecs()