Home
last modified time | relevance | path

Searched refs:pcmFloat (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/audio/
Ddevice_port_source.cpp292 std::vector<int16_t> convertFloatsToInt16(const std::vector<float> &pcmFloat) { in convertFloatsToInt16() argument
293 std::vector<int16_t> pcmI16(pcmFloat.size()); in convertFloatsToInt16()
296 pcmFloat.data(), AUDIO_FORMAT_PCM_FLOAT, in convertFloatsToInt16()
297 pcmFloat.size()); in convertFloatsToInt16()