Searched refs:stopPointMs (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/media_file/ |
D | media_file_impl.cc | 340 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 …]
|
D | media_file_impl.h | 47 const uint32_t stopPointMs = 0) override; 55 const uint32_t stopPointMs = 0) override; 106 const uint32_t stopPointMs); 120 const uint32_t stopPointMs);
|
D | media_file_utility.h | 36 const uint32_t stopPointMs = 0); 88 const uint32_t stopPointMs = 0, 115 const uint32_t stopPointMs = 0);
|
D | media_file.h | 75 const uint32_t stopPointMs = 0) = 0; 94 const uint32_t stopPointMs = 0) = 0;
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_file_impl.cc | 56 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 …]
|
D | voe_file_impl.h | 29 int stopPointMs = 0) override; 36 int stopPointMs = 0) override;
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_file.h | 69 int stopPointMs = 0) = 0; 79 int stopPointMs = 0) = 0;
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 179 int stopPointMs)); 186 int stopPointMs));
|