Home
last modified time | relevance | path

Searched refs:S16ToFloat (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/common_audio/
Daudio_util.cc22 void S16ToFloat(const int16_t* src, size_t size, float* dest) { in S16ToFloat() function
24 dest[i] = S16ToFloat(src[i]); in S16ToFloat()
Daudio_util_unittest.cc51 TEST(AudioUtilTest, S16ToFloat) { in TEST() argument
57 S16ToFloat(kInput, kSize, output); in TEST()
/external/webrtc/webrtc/common_audio/include/
Daudio_util.h37 static inline float S16ToFloat(int16_t v) { in S16ToFloat() function
63 void S16ToFloat(const int16_t* src, size_t size, float* dest);
/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppression_test.cc120 S16ToFloat(ibuf.get(), audio_buffer_size, reference_buffer); in ReadBuffers()
/external/webrtc/webrtc/common_audio/resampler/
Dpush_sinc_resampler_unittest.cc184 S16ToFloat(destination_int.get(), output_block_size, in ResampleTest()
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc226 buffer[channel][i] = S16ToFloat(signal[i * channels + channel]); in ReadAndDeinterleave()
Daudio_processing_unittest.cc76 S16ToFloat(cb_int.channels()[i], in ConvertToFloat()
325 S16ToFloat(int_data, frame_size, float_data); in ReadChunk()