Searched refs:target_channel (Results 1 – 3 of 3) sorted by relevance
83 size_t target_channel, in MixWithSat() argument87 assert(target_channel == 1 || target_channel == 2); in MixWithSat()90 if (target_channel == 2 && source_channel == 1) { in MixWithSat()100 } else if (target_channel == 1 && source_channel == 2) { in MixWithSat()
49 size_t target_channel,
61 target_channel = args[0] if len(args) == 1 else 'stable'64 if target_channel not in VALID_CHANNEL_LIST:79 v8_version = GetV8Version(target_os, target_channel)85 def GetV8Version(target_os, target_channel): argument97 curr_version['channel'] == target_channel):