Searched refs:startPointMs (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/modules/media_file/ |
D | media_file_impl.cc | 339 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 …]
|
D | media_file_impl.h | 46 const uint32_t startPointMs = 0, 54 const uint32_t startPointMs = 0, 105 static bool ValidFilePositions(const uint32_t startPointMs, 119 const uint32_t startPointMs,
|
D | media_file_utility.h | 35 const uint32_t startPointMs = 0, 87 const uint32_t startPointMs = 0, 114 const uint32_t startPointMs = 0,
|
D | media_file.h | 74 const uint32_t startPointMs = 0, 93 const uint32_t startPointMs = 0,
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_file_impl.cc | 55 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 …]
|
D | voe_file_impl.h | 28 int startPointMs = 0, 35 int startPointMs = 0,
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_file.h | 68 int startPointMs = 0, 78 int startPointMs = 0,
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 178 int startPointMs, 185 int startPointMs,
|