Home
last modified time | relevance | path

Searched refs:snd (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Datrac3.c572 * @param snd the channel unit to be used
578 ChannelUnit *snd, float *output, in decode_channel_sound_unit()
582 GainBlock *gain1 = &snd->gain_block[ snd->gc_blk_switch]; in decode_channel_sound_unit()
583 GainBlock *gain2 = &snd->gain_block[1 - snd->gc_blk_switch]; in decode_channel_sound_unit()
598 snd->bands_coded = get_bits(gb, 2); in decode_channel_sound_unit()
600 ret = decode_gain_control(gb, gain2, snd->bands_coded); in decode_channel_sound_unit()
604 snd->num_components = decode_tonal_components(gb, snd in decode_channel_sound_unit()
577 decode_channel_sound_unit(ATRAC3Context *q, GetBitContext *gb, ChannelUnit *snd, float *output, int channel_num, int coding_mode) decode_channel_sound_unit() argument
[all...]
/third_party/node/test/parallel/
H A Dtest-http-header-owstext.js12 function check(hdr, snd, rcv) {
25 if (snd.length === 0) {
28 client.write(snd.shift(), drain);
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-custom-cli.rs48 pub snd: ::std::mem::ManuallyDrop<f32>,
76 unsafe { ::std::ptr::addr_of!((*ptr).snd) as usize - ptr as usize }, in bindgen_test_layout_foo_union()
82 stringify!(snd) in bindgen_test_layout_foo_union()
/third_party/rust/crates/nom/src/
H A Dtraits.rs56 let snd = second.as_ptr(); in offset()
58 snd as usize - fst as usize in offset()
65 let snd = second.as_ptr(); in offset()
67 snd as usize - fst as usize in offset()
74 let snd = second.as_ptr(); in offset()
76 snd as usize - fst as usize in offset()
83 let snd = second.as_ptr(); in offset()
85 snd as usize - fst as usize in offset()
/third_party/musl/libc-test/src/functional/
H A Dipc_msg.c27 static void snd() in snd() function
119 snd(); in main()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dderive-custom-cli.h10 float snd; member
/third_party/typescript/tests/baselines/reference/
H A DplainJSGrammarErrors.js38 set binary(fst, snd) { }
247 set binary(fst, snd) { }
/third_party/libevdev/libevdev/
H A Dlibevdev-int.h300 max_mask(SND, snd); in type_to_mask_const()
323 max_mask(SND, snd); in type_to_mask()
/third_party/mbedtls/3rdparty/everest/library/kremlib/
H A DFStar_UInt128_extracted.c361 uint64_t snd; member
393 uint64_t w3 = scrut.snd; in FStar_UInt128_mul_wide_impl()
/third_party/rust/crates/cxx/tests/ffi/
H A Dtests.cc324 [](const void *fst, const void *snd) { in c_take_slice_r_sort()
326 auto &b = *static_cast<const R *>(snd); in c_take_slice_r_sort()
/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh164 ls -la /dev/snd/* >> "$FILE"
236 dmesg | grep -C1 -E 'ALSA|HDA|HDMI|snd[_-]|sound|audio|hda.codec|hda.intel' >> "$FILE"
325 SNDOPTIONS="$(modprobe -c | sed -n 's/^options \(snd[-_][^ ]*\)/\1:/p')"
632 modprobe -c|sed -n 's/^options \(snd[-_][^ ]*\)/\1:/p' >> $FILE
831 echo " --with-devices (shows the device nodes in /dev/snd/)"

Completed in 9 milliseconds