Searched refs:clue (Results 1 – 1 of 1) sorted by relevance
117 String clue = rtpmap.trim().toUpperCase(); in getCodec() local119 if (clue.startsWith(codec.rtpmap)) { in getCodec()120 String channels = clue.substring(codec.rtpmap.length()); in getCodec()141 String clue = fmtp.toLowerCase(); in getCodec() local142 if (clue.contains("crc=1") || clue.contains("robust-sorting=1") || in getCodec()143 clue.contains("interleaving=")) { in getCodec()