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