Searched refs:oldCodecType (Results 1 – 2 of 2) sorted by relevance
683 if (oldCodecType != newCodecType) { in testCodecParametersChangeHelper()698 getCodecCapabilitiesByType(oldCodecType) in testCodecParametersChangeHelper()713 if (oldCodecType != newCodecType) { in testCodecParametersChangeHelper()807 getCodecCapabilitiesByType(oldCodecType) in testCodecPriorityChangeHelper()826 getCodecCapabilitiesByType(oldCodecType) in testCodecPriorityChangeHelper()840 getCodecCapabilitiesByType(oldCodecType), in testCodecPriorityChangeHelper()847 oldCodecType, in testCodecPriorityChangeHelper()849 && oldCodecType != newCodecType) { in testCodecPriorityChangeHelper()855 } else if (oldCodecType != newCodecType) { in testCodecPriorityChangeHelper()858 {getCodecCapabilitiesByType(oldCodecType)}; in testCodecPriorityChangeHelper()[all …]
1738 int oldCodecType = newExtras.getInt(Connection.EXTRA_AUDIO_CODEC, in refreshCodec() local1740 if (newCodecType != oldCodecType) { in refreshCodec()1742 Log.i(this, "refreshCodec: codec changed; old=%d, new=%d", oldCodecType, newCodecType); in refreshCodec()