Searched refs:ConvertFromFloatTo32Bit (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_speed.cpp | 194 …ConvertFromFloatTo32Bit(outBufferSize / formatSize_, speedBuf, reinterpret_cast<int32_t *>(outBuff… in ChangeSpeedFor32Bit()
|
H A D | audio_utils.cpp | 644 void ConvertFromFloatTo32Bit(unsigned n, const float *a, int32_t *b) in ConvertFromFloatTo32Bit() function
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/ |
H A D | audio_utils.h | 165 void ConvertFromFloatTo32Bit(unsigned n, const float *a, int32_t *b);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_sink.c | 258 static void ConvertFromFloatTo32Bit(unsigned n, const float *a, int32_t *b) in ConvertFromFloatTo32Bit() function 307 ConvertFromFloatTo32Bit(n, src, dst); in ConvertFromFloat()
|