/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/ |
D | native-instruments-audio8dj.conf | 19 ; output, named channels A to D. Channel C has an additional Mic/Line 31 description = Analog Stereo Channel A 36 description = Analog Stereo Channel B 43 description = Analog Stereo Channel C 49 description = Analog Stereo Channel C (Line/Mic) 55 description = Analog Stereo Channel D (Headphones) 61 description = Analog Stereo Channel D 74 description = Analog Stereo Channel D (Headphones) Output, Channel C (Line/Mic) Input 88 description = Analog Stereo Duplex Channel A 95 description = Analog Stereo Duplex Channel B [all …]
|
D | maudio-fasttrack-pro.conf | 30 description = Analog Stereo Channel A 38 description = Analog Stereo Channel A 44 description = Analog Stereo Channel B 50 description = Analog Stereo Duplex Channel A, Analog Stereo output Channel B 57 description = Analog Stereo Duplex Channel A 64 description = Analog Stereo Output Channel B 71 description = Analog Stereo Output Channel A 77 description = Analog Stereo Output Channel B 83 description = Analog Stereo Input Channel A
|
D | native-instruments-audio4dj.conf | 19 ; output, named channels A and B. Channel B has an additional 31 description = Analog Stereo Channel A 36 description = Analog Stereo Channel B (Headphones) 42 description = Analog Stereo Channel B 55 description = Analog Stereo Duplex Channel A 62 description = Analog Stereo Duplex Channel B (Headphones) 69 description = Analog Stereo Output Channel A 75 description = Analog Stereo Output Channel B (Headphones) 81 description = Analog Stereo Input Channel A 87 description = Analog Stereo Input Channel B
|
D | native-instruments-traktor-audio10.conf | 35 description = Analog Stereo Channel A 41 description = Analog Stereo Channel B 47 description = Analog Stereo Channel C 53 description = Analog Stereo Channel D 64 description = Analog Stereo Channel A 70 description = Analog Stereo Channel B 76 description = Analog Stereo Channel C 82 description = Analog Stereo Channel D 105 description = Analog Stereo Duplex Channel A 112 description = Analog Stereo Duplex Channel B [all …]
|
D | native-instruments-traktor-audio6.conf | 35 description = Analog Stereo Channel A 41 description = Analog Stereo Channel B 52 description = Analog Stereo Channel A 58 description = Analog Stereo Channel B 73 description = Analog Stereo Duplex Channel Main 80 description = Analog Stereo Duplex Channel A 87 description = Analog Stereo Duplex Channel B
|
D | native-instruments-traktor-audio2.conf | 26 description = Analog Stereo Channel A 32 description = Analog Stereo Channel B 38 description = Analog Stereo Output Channel A 44 description = Analog Stereo Output Channel B
|
D | native-instruments-traktorkontrol-s4.conf | 39 description = Analog Stereo Channel C 45 description = Analog Stereo Channel D 70 description = Analog Stereo Input Channel C 76 description = Analog Stereo Input Channel D
|
/third_party/rust/crates/version_check/src/ |
D | channel.rs | 13 pub struct Channel(Kind); struct 15 impl Channel { implementation 29 pub fn read() -> Option<Channel> { in read() 32 .and_then(|version| Channel::parse(&version)) in read() 56 pub fn parse(version: &str) -> Option<Channel> { in parse() argument 59 Some(Channel(Kind::Dev)) in parse() 61 Some(Channel(Kind::Nightly)) in parse() 63 Some(Channel(Kind::Beta)) in parse() 65 Some(Channel(Kind::Stable)) in parse() 189 impl fmt::Display for Channel { implementation
|
D | lib.rs | 143 pub fn triple() -> Option<(Version, Channel, Date)> { in triple() 151 Some(version) => match Channel::parse(&version_str) { in triple() 270 Channel::read().map(|c| c.supports_features()) in is_feature_flaggable() 485 let (version, channel) = (::Version::read(), ::Channel::read()); in test_parse_current() 490 assert_eq!(channel, ::Channel::parse(&known_channel)); in test_parse_current()
|
/third_party/mesa3d/src/intel/isl/ |
D | gen_format_layout.py | 126 class Channel(object): class 177 self.r = Channel(line[5]) 178 self.g = Channel(line[6]) 179 self.b = Channel(line[7]) 180 self.a = Channel(line[8]) 181 self.l = Channel(line[9]) 182 self.i = Channel(line[10]) 183 self.p = Channel(line[11])
|
/third_party/typescript/tests/baselines/reference/ |
D | complicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.symbols | 28 type Channel = TextChannel | EmailChannel; 29 >Channel : Symbol(Channel, Decl(complicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.ts, 10, 1… 33 export type ChannelType = Channel extends { type: infer R } ? R : never; 35 >Channel : Symbol(Channel, Decl(complicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.ts, 10, 1… 61 type ChannelOfType<T extends ChannelType, A = Channel> = A extends { type: T } 66 >Channel : Symbol(Channel, Decl(complicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.ts, 10, 1… 77 export type NewChannel<T extends Channel> = Pick<T, 'type'> & 80 >Channel : Symbol(Channel, Decl(complicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.ts, 10, 1…
|
D | complicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.js | 14 type Channel = TextChannel | EmailChannel; 16 export type ChannelType = Channel extends { type: infer R } ? R : never; 23 type ChannelOfType<T extends ChannelType, A = Channel> = A extends { type: T } 28 export type NewChannel<T extends Channel> = Pick<T, 'type'> &
|
D | complicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.types | 24 type Channel = TextChannel | EmailChannel; 25 >Channel : TextChannel | EmailChannel 27 export type ChannelType = Channel extends { type: infer R } ? R : never; 40 type ChannelOfType<T extends ChannelType, A = Channel> = A extends { type: T } 48 export type NewChannel<T extends Channel> = Pick<T, 'type'> &
|
/third_party/ffmpeg/libavcodec/ |
D | aptx.h | 91 } Channel; typedef 97 Channel channels[NB_CHANNELS]; 190 static inline int32_t aptx_quantized_parity(Channel *channel) in aptx_quantized_parity() 203 static inline int aptx_check_parity(Channel channels[NB_CHANNELS], int32_t *idx) in aptx_check_parity() 214 void ff_aptx_invert_quantize_and_prediction(Channel *channel, int hd); 215 void ff_aptx_generate_dither(Channel *channel);
|
D | aptxenc.c | 140 static void aptx_encode_channel(Channel *channel, int32_t samples[4], int hd) in aptx_encode_channel() 155 static void aptx_insert_sync(Channel channels[NB_CHANNELS], int32_t *idx) in aptx_insert_sync() 159 Channel *c; in aptx_insert_sync() 173 static uint16_t aptx_pack_codeword(Channel *channel) in aptx_pack_codeword() 182 static uint32_t aptxhd_pack_codeword(Channel *channel) in aptxhd_pack_codeword()
|
D | aptx.c | 377 static void aptx_update_codeword_history(Channel *channel) in aptx_update_codeword_history() 385 void ff_aptx_generate_dither(Channel *channel) in ff_aptx_generate_dither() 497 void ff_aptx_invert_quantize_and_prediction(Channel *channel, int hd) in ff_aptx_invert_quantize_and_prediction() 529 Channel *channel = &s->channels[chan]; in ff_aptx_init()
|
/third_party/typescript/tests/cases/compiler/ |
D | complicatedIndexedAccessKeyofReliesOnKeyofNeverUpperBound.ts | 13 type Channel = TextChannel | EmailChannel; alias 15 export type ChannelType = Channel extends { type: infer R } ? R : never; 22 type ChannelOfType<T extends ChannelType, A = Channel> = A extends { type: T } 27 export type NewChannel<T extends Channel> = Pick<T, 'type'> &
|
/third_party/node/test/parallel/ |
D | test-diagnostics-channel-object-channel-pub-sub.js | 6 const { Channel } = dc; 17 assert.ok(channel instanceof Channel); 32 assert.ok(channel instanceof Channel);
|
D | test-diagnostics-channel-pub-sub.js | 6 const { Channel } = dc; 15 assert.ok(channel instanceof Channel); 30 assert.ok(channel instanceof Channel);
|
/third_party/node/lib/ |
D | diagnostics_channel.js | 68 ObjectSetPrototypeOf(channel, Channel.prototype); 166 class Channel { class 177 return prototype === Channel.prototype || 220 return new Channel(name); 247 if (!(value instanceof Channel)) { 412 Channel, property
|
/third_party/ffmpeg/tests/ref/fate/ |
D | mxf-metadata-source-ref1 | 8 track_name=Left Channel 12 track_name=Right Channel
|
/third_party/alsa-utils/bat/tests/asound_state/ |
D | asound.state.Broadwell | 196 name 'Playback Channel Map' 215 name 'Playback Channel Map' 234 name 'Playback Channel Map' 383 name 'Playback Channel Map' 395 name 'Capture Channel Map'
|
D | asound.state.Skylake | 133 name 'Playback Channel Map' 145 name 'Capture Channel Map' 349 name 'Playback Channel Map' 368 name 'Playback Channel Map' 387 name 'Playback Channel Map'
|
D | asound.state.Haswell | 131 name 'Playback Channel Map' 150 name 'Playback Channel Map' 286 name 'Playback Channel Map' 298 name 'Capture Channel Map'
|
/third_party/node/deps/v8/src/inspector/ |
D | v8-inspector-session-impl.h | 38 V8Inspector::Channel*, 105 V8Inspector::Channel*, StringView state); 122 V8Inspector::Channel* m_channel;
|