Searched refs:codecRtpMap (Results 1 – 2 of 2) sorted by relevance
30 NSString *codecRtpMap = nil;39 for (NSInteger i = 0; (i < lines.count) && (mLineIndex == -1 || !codecRtpMap);51 codecRtpMap =60 if (!codecRtpMap) {74 [newMLineParts addObject:codecRtpMap];76 if (![codecRtpMap isEqualToString:origMLineParts[origPartIndex]]) {
746 String codecRtpMap = null; in setStartBitrate() local754 codecRtpMap = codecMatcher.group(1); in setStartBitrate()759 if (codecRtpMap == null) { in setStartBitrate()763 Log.d(TAG, "Found " + codec + " rtpmap " + codecRtpMap in setStartBitrate()768 regex = "^a=fmtp:" + codecRtpMap + " \\w+=\\d+.*[\r]?$"; in setStartBitrate()794 bitrateSet = "a=fmtp:" + codecRtpMap + " " in setStartBitrate()797 bitrateSet = "a=fmtp:" + codecRtpMap + " " in setStartBitrate()812 String codecRtpMap = null; in preferCodec() local821 && (mLineIndex == -1 || codecRtpMap == null); i++) { in preferCodec()828 codecRtpMap = codecMatcher.group(1); in preferCodec()[all …]