Searched defs:RoundToInt16 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/
H A Daudio_util.cc17 void RoundToInt16(const float* src, size_t size, int16_t* dest) { function in namespace:webrtc
19 dest[i] = RoundToInt16(src[i]);
/external/chromium_org/third_party/webrtc/common_audio/include/
H A Daudio_util.h23 static inline int16_t RoundToInt16(float v) { function in namespace:webrtc
50 void RoundToInt16(const float* src, size_t size, int16_t* dest);

Completed in 69 milliseconds