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

  /frameworks/av/media/libaudioprocessing/
RecordBufferConverter.cpp 232 upmix_to_stereo_float_from_mono_float((float *)dstBuf,
  /system/media/audio_utils/include/audio_utils/
primitives.h 429 void upmix_to_stereo_float_from_mono_float(float *dst, const float *src, size_t count);
    [all...]
  /system/media/audio_utils/
primitives.c 285 void upmix_to_stereo_float_from_mono_float(float *dst, const float *src, size_t frames) function

Completed in 517 milliseconds