OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S16ToFloat
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/common_audio/
audio_util.cc
22
void
S16ToFloat
(const int16_t* src, size_t size, float* dest) {
24
dest[i] =
S16ToFloat
(src[i]);
audio_util_unittest.cc
51
TEST(AudioUtilTest,
S16ToFloat
) {
57
S16ToFloat
(kInput, kSize, output);
/external/webrtc/webrtc/common_audio/include/
audio_util.h
37
static inline float
S16ToFloat
(int16_t v) {
63
void
S16ToFloat
(const int16_t* src, size_t size, float* dest);
/external/webrtc/webrtc/modules/audio_processing/transient/
transient_suppression_test.cc
120
S16ToFloat
(ibuf.get(), audio_buffer_size, reference_buffer);
/external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler_unittest.cc
184
S16ToFloat
(destination_int.get(), output_block_size,
/external/webrtc/webrtc/modules/audio_processing/test/
debug_dump_test.cc
226
buffer[channel][i] =
S16ToFloat
(signal[i * channels + channel]);
audio_processing_unittest.cc
76
S16ToFloat
(cb_int.channels()[i],
325
S16ToFloat
(int_data, frame_size, float_data);
[
all
...]
Completed in 757 milliseconds