HomeSort by relevance Sort by last modified time
    Searched defs:S16ToFloat (Results 1 - 2 of 2) 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]);
  /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);

Completed in 1024 milliseconds