HomeSort by relevance Sort by last modified time
    Searched defs:data_out (Results 1 - 3 of 3) sorted by null

  /external/libvorbis/test/
test.c 34 static float data_out [DATA_LEN] ; local
43 gen_windowed_sine (data_out, ARRAY_LEN (data_out), 0.95);
59 write_vorbis_data_or_die (filename, sample_rates [k], q, data_out, ARRAY_LEN (data_out),ch);
  /external/webrtc/src/common_audio/vad/
vad_unittest.cc 191 int16_t data_out[kMaxFrameLength]; local
206 WebRtcVad_Downsampling(zeros, data_out, state, (int) kMaxFrameLength);
210 EXPECT_EQ(0, data_out[i]);
213 WebRtcVad_Downsampling(data_in, data_out, state, (int) kMaxFrameLength);
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc 550 device::BluetoothOutOfBandPairingData data_out; local
556 memcpy(data_out.hash,
563 memcpy(data_out.randomizer,
568 data_out,

Completed in 131 milliseconds