HomeSort by relevance Sort by last modified time
    Searched refs:StartPlayingFile (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/utility/include/
file_player.h 50 virtual int32_t StartPlayingFile(
60 virtual int32_t StartPlayingFile(
  /external/webrtc/webrtc/modules/utility/source/
file_player_impl.h 37 virtual int32_t StartPlayingFile(
45 virtual int32_t StartPlayingFile(
file_player_unittests.cc 59 player_->StartPlayingFile(
file_player_impl.cc 204 int32_t FilePlayerImpl::StartPlayingFile(const char* fileName,
240 LOG(LS_ERROR) << "StartPlayingFile() sample frequency not "
250 LOG(LS_WARNING) << "StartPlayingFile() failed to initialize "
260 LOG(LS_WARNING) << "StartPlayingFile() failed to initialize "
272 LOG(LS_WARNING) << "StartPlayingFile() failed to initialize file "
286 int32_t FilePlayerImpl::StartPlayingFile(InStream& sourceStream,
321 LOG(LS_ERROR) << "StartPlayingFile() sample frequency not "
330 LOG(LS_ERROR) << "StartPlayingFile() failed to initialize stream "
340 LOG(LS_ERROR) << "StartPlayingFile() failed to initialize stream "
351 LOG(LS_ERROR) << "StartPlayingFile() failed to initialize stream
    [all...]
  /external/webrtc/webrtc/voice_engine/
transmit_mixer.cc 548 if (_filePlayerPtr->StartPlayingFile(
559 "StartPlayingFile() failed to start file playout");
625 if (_filePlayerPtr->StartPlayingFile(
635 "StartPlayingFile() failed to start file playout");
    [all...]
channel.cc     [all...]

Completed in 115 milliseconds