Home | History | Annotate | Download | only in chameleon

Lines Matching full:channel

11     This method also sets the channel map of the link based on the channel
16 'file_type', 'sample_format', 'channel' and 'rate'.
21 'channel': 2,
29 channel_number = playback_configs['channel']
39 This method also sets the channel map of the link based on the channel
44 'file_type', 'sample_format', 'channel' and 'rate'.
49 'channel': 2,
56 channel_number = capture_configs['channel']
64 """Converts the channel number passed into a list representing channel map.
68 @return: A list representing the corresponding channel map.