Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/media_file/
Dmedia_file_impl.cc340 const uint32_t stopPointMs) 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()
405 const uint32_t stopPointMs) in StartPlayingAudioStream() argument
408 codecInst, startPointMs, stopPointMs); in StartPlayingAudioStream()
418 const uint32_t stopPointMs) in StartPlayingStream() argument
425 if(!ValidFilePositions(startPointMs,stopPointMs)) in StartPlayingStream()
465 stopPointMs) == -1) in StartPlayingStream()
[all …]
Dmedia_file_impl.h47 const uint32_t stopPointMs = 0) override;
55 const uint32_t stopPointMs = 0) override;
106 const uint32_t stopPointMs);
120 const uint32_t stopPointMs);
Dmedia_file_utility.h36 const uint32_t stopPointMs = 0);
88 const uint32_t stopPointMs = 0,
115 const uint32_t stopPointMs = 0);
Dmedia_file.h75 const uint32_t stopPointMs = 0) = 0;
94 const uint32_t stopPointMs = 0) = 0;
/external/webrtc/webrtc/voice_engine/
Dvoe_file_impl.cc56 int stopPointMs) { in StartPlayingFileLocally() argument
62 stopPointMs); in StartPlayingFileLocally()
78 stopPointMs, NULL); in StartPlayingFileLocally()
86 int stopPointMs) { in StartPlayingFileLocally() argument
90 channel, format, volumeScaling, startPointMs, stopPointMs); in StartPlayingFileLocally()
106 volumeScaling, stopPointMs, NULL); in StartPlayingFileLocally()
160 const uint32_t stopPointMs(0); in StartPlayingFileAsMicrophone() local
164 fileNameUTF8, loop, format, startPointMs, volumeScaling, stopPointMs, in StartPlayingFileAsMicrophone()
187 fileNameUTF8, loop, format, startPointMs, volumeScaling, stopPointMs, in StartPlayingFileAsMicrophone()
217 const uint32_t stopPointMs(0); in StartPlayingFileAsMicrophone() local
[all …]
Dvoe_file_impl.h29 int stopPointMs = 0) override;
36 int stopPointMs = 0) override;
/external/webrtc/webrtc/voice_engine/include/
Dvoe_file.h69 int stopPointMs = 0) = 0;
79 int stopPointMs = 0) = 0;
/external/webrtc/webrtc/test/
Dmock_voice_engine.h179 int stopPointMs));
186 int stopPointMs));