HomeSort by relevance Sort by last modified time
    Searched full:playout (Results 26 - 50 of 137) sorted by null

12 3 4 5 6

  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.h 32 const uint32_t N_PLAY_CHANNELS = 2; // default is stereo playout
280 uint16_t _playBufCount; // playout buffer index
317 LONGLONG _playAcc; // accumulated time for playout callback
  /external/webrtc/webrtc/modules/utility/source/
file_player_impl.cc 331 << "playout.";
341 << "playout.";
352 << "playout.";
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_stress_test.cc 353 // Start playout
356 // Stop playout
397 // Start playout
400 // Stop playout
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.cc 209 // PLAYOUT
240 // PLAYOUT
303 // get playout devices
961 // get playout devices
1071 // Try to initialize the playout side
1090 // Try to initialize the playout side
1198 // prebuffer tlength before starting playout
1218 // Mark playout side as initialized
    [all...]
audio_mixer_manager_alsa_linux.cc 82 "Closing playout mixer");
87 " Error freeing playout mixer: %s",
94 " Error detachinging playout mixer: %s",
177 "Closing playout mixer");
183 " Error freeing playout mixer: %s",
190 " Error detachinging playout mixer: %s",
457 " Playout hardware volume range, min: %d, max: %d",
491 " Playout hardware volume range, min: %d, max: %d",
539 " Playout hardware volume range, min: %d, max: %d", minVol, maxVol);
580 " Playout hardware volume range, min: %d, max: %d", minVol, maxVol)
    [all...]
  /external/icu/icu4c/source/layoutex/
Makefile.in 71 playout.o \
75 HEADERS= $(srcdir)/layout/ParagraphLayout.h $(srcdir)/layout/RunArrays.h $(srcdir)/layout/playout.h $(srcdir)/layout/plruns.h
  /external/webrtc/webrtc/modules/audio_device/android/
audio_track_jni.h 96 // playout has started. Each call indicates that |length| new bytes should
97 // be written to the memory area |direct_buffer_address_| for playout.
audio_device_unittest.cc 158 // since both sides (playout and recording) are driven by its own thread.
825 // Tests that playout can be initiated, started and stopped. No audio callback
856 // Start playout and verify that the native audio layer starts asking for real
    [all...]
  /external/webrtc/webrtc/voice_engine/
voe_base_impl.cc 308 "Init() failed to query stereo playout mode");
312 "Init() failed to set mono/stereo playout mode");
513 "StartPlayout() failed to start playout");
533 LOG_F(LS_WARNING) << "StopPlayout() failed to stop playout for channel "
602 LOG_F(LS_ERROR) << "Failed to initialize playout";
606 LOG_F(LS_ERROR) << "Failed to start playout";
618 "StopPlayout() failed to stop playout");
668 "TerminateInternal() failed to stop playout");
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h 165 bool SetPlayout(bool playout) override;
237 bool SetPlayout(int channel, bool playout);
240 bool ChangePlayout(bool playout);
fakewebrtcvoiceengine.h 150 playout(false),
171 bool playout; member in struct:cricket::FakeWebRtcVoiceEngine::Channel
230 return channels_[channel]->playout;
358 channels_[channel]->playout = true;
380 channels_[channel]->playout = false;
425 if (ch->playout)
  /external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.cc 204 // PLAYOUT
207 printf("Failed to open playout file %s!\n", _outputFilename.c_str());
227 // stop playout thread first
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.h 228 // the playout and recording sides. These structure is set in two steps:
261 // Extra audio buffer to be used by the playout side for rendering audio.
276 // Set to 1 when playout is active and 0 otherwise.
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_document.h 87 virtual void OnLayoutEvent(IXFA_DocLayout* pLayout,
  /external/webrtc/webrtc/call/
rtc_event_log.h 77 // Logs an audio playout event
  /external/webrtc/webrtc/modules/audio_coding/neteq/
background_noise.h 73 // Sets the mode of the background noise playout for cases when there is long
decision_logic_normal.h 20 // Implementation of the DecisionLogic class for playout modes kPlayoutOn and
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_receiver.h 26 // Forward DTMFs to decoder for playout.
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_audio.h 36 // Forward DTMFs to decoder for playout.
  /external/webrtc/webrtc/modules/video_coding/
timing.h 42 // Set the minimum playout delay required to sync video with audio.
  /external/webrtc/webrtc/modules/audio_coding/test/
insert_packet_with_timing.cc 269 // Output (text), sequence number, playout timestamp, time (ms) of playout,
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.h 37 const uint32_t N_PLAY_CHANNELS = 2; // default is stereo playout
208 // Always work with our preferred playout format inside VoE.
  /external/webrtc/talk/media/base/
fakemediaengine.h 69 bool playout() const { return playout_; } function in class:cricket::RtpHelper
188 void set_playout(bool playout) { playout_ = playout; }
268 virtual bool SetPlayout(bool playout) {
269 set_playout(playout);
456 bool rendering() const { return playout(); }
  /external/webrtc/talk/session/media/
channel_unittest.cc 485 EXPECT_FALSE(media_channel1_->playout());
810 // Test that we only start playout and sending at the right times
    [all...]
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc 1029 // Playout
1038 PRINT_HEADING(Playout, kDefaultCommunicationDevice);
1040 PRINT_STR(Playout, available);
1044 PRINT_STR(Stereo Playout, available);
1048 PRINT_STR(Stereo Playout, false);
1056 PRINT_HEADING(Playout, kDefaultDevice);
1058 PRINT_STR(Playout, available);
1062 PRINT_STR(Stereo Playout, available);
1066 PRINT_STR(Stereo Playout, false);
1082 PRINT_HEADING_IDX(Playout, i, name)
    [all...]

Completed in 402 milliseconds

12 3 4 5 6