Searched defs:volumeScaling (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dvoe_file_impl.cc54 float volumeScaling,
59 "loop=%d, format=%d, volumeScaling=%5.3f, startPointMs=%d,"
61 channel, fileNameUTF8, loop, format, volumeScaling, startPointMs,
77 startPointMs, volumeScaling,
84 float volumeScaling,
89 "volumeScaling=%5.3f, startPointMs=%d, stopPointMs=%d)",
90 channel, format, volumeScaling, startPointMs, stopPointMs);
106 volumeScaling, stopPointMs, NULL);
146 float volumeScaling) {
150 "volumeScaling
50 StartPlayingFileLocally(int channel, const char fileNameUTF8[1024], bool loop, FileFormats format, float volumeScaling, int startPointMs, int stopPointMs) argument
81 StartPlayingFileLocally(int channel, InStream* stream, FileFormats format, float volumeScaling, int startPointMs, int stopPointMs) argument
141 StartPlayingFileAsMicrophone(int channel, const char fileNameUTF8[1024], bool loop, bool mixWithMicrophone, FileFormats format, float volumeScaling) argument
201 StartPlayingFileAsMicrophone(int channel, InStream* stream, bool mixWithMicrophone, FileFormats format, float volumeScaling) argument
[all...]
H A Dtransmit_mixer.cc505 float volumeScaling,
511 "fileNameUTF8[]=%s,loop=%d, format=%d, volumeScaling=%5.3f,"
513 format, volumeScaling, startPosition, stopPosition);
552 volumeScaling,
575 float volumeScaling,
581 " volumeScaling=%5.3f, startPosition=%d, stopPosition=%d)",
582 format, volumeScaling, startPosition, stopPosition);
628 volumeScaling,
501 StartPlayingFileAsMicrophone(const char* fileName, bool loop, FileFormats format, int startPosition, float volumeScaling, int stopPosition, const CodecInst* codecInst) argument
572 StartPlayingFileAsMicrophone(InStream* stream, FileFormats format, int startPosition, float volumeScaling, int stopPosition, const CodecInst* codecInst) argument
H A Dchannel.cc1840 float volumeScaling,
1846 " format=%d, volumeScaling=%5.3f, startPosition=%d, "
1847 "stopPosition=%d)", fileName, loop, format, volumeScaling,
1885 volumeScaling,
1911 float volumeScaling,
1917 " volumeScaling=%5.3f, startPosition=%d, stopPosition=%d)",
1918 format, volumeScaling, startPosition, stopPosition);
1964 volumeScaling,
2066 float volumeScaling,
2072 "loop=%d, format=%d, volumeScaling
1836 StartPlayingFileLocally(const char* fileName, bool loop, FileFormats format, int startPosition, float volumeScaling, int stopPosition, const CodecInst* codecInst) argument
1908 StartPlayingFileLocally(InStream* stream, FileFormats format, int startPosition, float volumeScaling, int stopPosition, const CodecInst* codecInst) argument
2062 StartPlayingFileAsMicrophone(const char* fileName, bool loop, FileFormats format, int startPosition, float volumeScaling, int stopPosition, const CodecInst* codecInst) argument
2131 StartPlayingFileAsMicrophone(InStream* stream, FileFormats format, int startPosition, float volumeScaling, int stopPosition, const CodecInst* codecInst) argument
[all...]
/external/webrtc/webrtc/modules/utility/source/
H A Dfile_player_impl.cc207 float volumeScaling,
254 SetAudioScaling(volumeScaling);
276 SetAudioScaling(volumeScaling);
288 float volumeScaling,
356 SetAudioScaling(volumeScaling);
204 StartPlayingFile(const char* fileName, bool loop, uint32_t startPosition, float volumeScaling, uint32_t notification, uint32_t stopPosition, const CodecInst* codecInst) argument
286 StartPlayingFile(InStream& sourceStream, uint32_t startPosition, float volumeScaling, uint32_t notification, uint32_t stopPosition, const CodecInst* codecInst) argument

Completed in 70 milliseconds