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

  /system/media/audio_utils/
primitives.c 56 void memcpy_to_i16_from_float(int16_t *dst, const float *src, size_t count) function
tinysndfile.c 379 memcpy_to_i16_from_float(ptr, (const float *) temp, actualFrames * handle->info.channels);
  /system/media/audio_utils/include/audio_utils/
primitives.h 82 void memcpy_to_i16_from_float(int16_t *dst, const float *src, size_t count);

Completed in 1324 milliseconds