HomeSort by relevance Sort by last modified time
    Searched full:playout (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/icu4c/samples/layout/
pflow.h 14 #include "layout/playout.h"
  /external/icu4c/layoutex/
layoutex.vcxproj.filters 24 <ClCompile Include="playout.cpp">
48 <CustomBuild Include="layout\playout.h">
Makefile.in 63 playout.o \
67 HEADERS= $(srcdir)/layout/ParagraphLayout.h $(srcdir)/layout/RunArrays.h $(srcdir)/layout/playout.h $(srcdir)/layout/plruns.h
playout.cpp 14 #include "layout/playout.h"
  /external/chromium_org/media/cast/logging/
logging_internal.h 24 base::TimeDelta delay_delta; // render/playout delay.
46 // Include playout/render delay info.
logging_defines.h 77 base::TimeDelta delay_delta; // Render/playout delay.
logging_raw.h 42 // Render/playout delay
  /external/chromium_org/media/audio/mac/
audio_low_latency_output_mac.h 70 // Gets the fixed playout device hardware latency and stores it. Returns 0
74 // Gets the current playout latency value.
101 // Fixed playout hardware latency in frames.
audio_auhal_mac.h 107 // Gets the fixed playout device hardware latency and stores it. Returns 0
111 // Gets the current playout latency value.
146 // Fixed playout hardware latency in frames.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamprovider.h 47 // Enable/disable the audio playout of a remote audio track with |ssrc|.
67 // Enable/disable the video playout of a remote video track with |ssrc|.
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 200 ERROR_PLAY_DEVICE_OPEN_FAILED = 200, // Could not open playout.
201 ERROR_PLAY_DEVICE_MUTED, // Playout muted by OS.
202 ERROR_PLAY_DEVICE_REMOVED, // Playout removed while active.
214 // Starts or stops playout of received audio.
215 virtual bool SetPlayout(bool playout) = 0;
231 virtual bool PressDTMF(int event, bool playout) = 0;
439 // Starts or stops playout of received video.
channel.h 277 bool PressDTMF(int digit, bool playout);
322 playout(p),
326 bool playout; member in struct:cricket::VoiceChannel::DtmfMessageData
347 bool PressDTMF_w(int digit, bool playout);
filemediaengine.h 135 virtual bool SetPlayout(bool playout) { return true; }
143 virtual bool PressDTMF(int event, bool playout) { return true; }
mediaengine.h 267 virtual bool SetPlayout(bool playout) { return true; }
275 virtual bool PressDTMF(int event, bool playout) { return true; }
channel.cc 674 bool VoiceChannel::PressDTMF(int digit, bool playout) {
675 DtmfMessageData data(digit, playout);
865 bool VoiceChannel::PressDTMF_w(int digit, bool playout) {
870 return media_channel()->PressDTMF(digit, playout);
897 data->result = PressDTMF_w(data->digit, data->playout);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h 125 virtual bool SetPlayout(bool playout);
139 virtual bool PressDTMF(int event, bool playout) { return true; }
linphonemediaengine.cc 158 bool LinphoneVoiceChannel::SetPlayout(bool playout) {
159 play_ = playout;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 560 // Disable the DTMF playout when a tone is sent.
561 // PlayDtmfTone will be used if local playout is needed.
606 LOG(LS_WARNING) << "No valid sound playout device found.";
892 playout(p),
897 bool playout; member in struct:cricket::ResumeEntry
941 LOG(LS_WARNING) << "Failed to pause playout";
961 // Find the playout device id in VoiceEngine and set playout device.
    [all...]
webrtcvoiceengine.h 333 virtual bool SetPlayout(bool playout);
386 bool SetPlayout(int channel, bool playout);
398 bool ChangePlayout(bool playout);
fakewebrtcvoiceengine.h 84 playout(false),
108 bool playout; member in struct:cricket::FakeWebRtcVoiceEngine::Channel
187 return channels_[channel]->playout;
318 channels_[channel]->playout = true;
340 channels_[channel]->playout = false;
401 if (ch->playout)
    [all...]
  /external/chromium_org/media/cast/audio_receiver/
audio_receiver.h 96 // Return the playout time based on the current time and rtp timestamp.
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h 68 bool playout() const { return playout_; } function in class:cricket::RtpHelper
193 void set_playout(bool playout) { playout_ = playout; }
274 virtual bool SetPlayout(bool playout) {
275 set_playout(playout);
455 bool rendering() const { return playout(); }
    [all...]
mediachannel.h 843 // Requested minimum playout latency.
933 ERROR_PLAY_DEVICE_OPEN_FAILED = 200, // Could not open playout.
934 ERROR_PLAY_DEVICE_MUTED, // Playout muted by OS.
935 ERROR_PLAY_DEVICE_REMOVED, // Playout removed while active.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 581 EXPECT_FALSE(media_channel1_->playout());
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 76 /// @param pLayout - for comouting the size of fragment

Completed in 521 milliseconds

1 2 3