Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/media_file/
Dmedia_file_impl.cc339 const uint32_t startPointMs, in StartPlayingAudioFile() argument
350 if(!ValidFilePositions(startPointMs,stopPointMs)) in StartPlayingAudioFile()
356 if((startPointMs && stopPointMs && !loop) && in StartPlayingAudioFile()
357 (notificationTimeMs > (stopPointMs - startPointMs))) in StartPlayingAudioFile()
385 format, codecInst, startPointMs, stopPointMs) == -1) in StartPlayingAudioFile()
404 const uint32_t startPointMs, in StartPlayingAudioStream() argument
408 codecInst, startPointMs, stopPointMs); in StartPlayingAudioStream()
417 const uint32_t startPointMs, in StartPlayingStream() argument
425 if(!ValidFilePositions(startPointMs,stopPointMs)) in StartPlayingStream()
464 if(_ptrFileUtilityObj->InitWavReading(stream, startPointMs, in StartPlayingStream()
[all …]
Dmedia_file_impl.h46 const uint32_t startPointMs = 0,
54 const uint32_t startPointMs = 0,
105 static bool ValidFilePositions(const uint32_t startPointMs,
119 const uint32_t startPointMs,
Dmedia_file_utility.h35 const uint32_t startPointMs = 0,
87 const uint32_t startPointMs = 0,
114 const uint32_t startPointMs = 0,
Dmedia_file.h74 const uint32_t startPointMs = 0,
93 const uint32_t startPointMs = 0,
/external/webrtc/webrtc/voice_engine/
Dvoe_file_impl.cc55 int startPointMs, in StartPlayingFileLocally() argument
61 channel, fileNameUTF8, loop, format, volumeScaling, startPointMs, in StartPlayingFileLocally()
77 startPointMs, volumeScaling, in StartPlayingFileLocally()
85 int startPointMs, in StartPlayingFileLocally() argument
90 channel, format, volumeScaling, startPointMs, stopPointMs); in StartPlayingFileLocally()
105 return channelPtr->StartPlayingFileLocally(stream, format, startPointMs, in StartPlayingFileLocally()
159 const uint32_t startPointMs(0); in StartPlayingFileAsMicrophone() local
164 fileNameUTF8, loop, format, startPointMs, volumeScaling, stopPointMs, in StartPlayingFileAsMicrophone()
187 fileNameUTF8, loop, format, startPointMs, volumeScaling, stopPointMs, in StartPlayingFileAsMicrophone()
216 const uint32_t startPointMs(0); in StartPlayingFileAsMicrophone() local
[all …]
Dvoe_file_impl.h28 int startPointMs = 0,
35 int startPointMs = 0,
/external/webrtc/webrtc/voice_engine/include/
Dvoe_file.h68 int startPointMs = 0,
78 int startPointMs = 0,
/external/webrtc/webrtc/test/
Dmock_voice_engine.h178 int startPointMs,
185 int startPointMs,