/external/icu4c/samples/layout/ |
pflow.h | 14 #include "layout/playout.h"
|
clayout.c | 17 #include "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"
|
layoutex.vcxproj | 246 <ClCompile Include="playout.cpp" />
266 <CustomBuild Include="layout\playout.h">
|
/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 | 103 // Gets the fixed playout device hardware latency and stores it. Returns 0 107 // Gets the current playout latency value. 142 // 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|.
|
dtmfsender.cc | 225 // The provider starts playout of the given tone on the
|
/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 | 546 LOG(LS_WARNING) << "No valid sound playout device found."; 551 // Disable the DTMF playout when a tone is sent. 552 // PlayDtmfTone will be used if local playout is needed. 783 playout(p), 788 bool playout; member in struct:cricket::ResumeEntry 832 LOG(LS_WARNING) << "Failed to pause playout"; 852 // Find the playout device id in VoiceEngine and set playout device. 869 LOG(LS_WARNING) << "Failed to resume playout"; [all...] |
fakewebrtcvoiceengine.h | 81 playout(false), 101 bool playout; member in struct:cricket::FakeWebRtcVoiceEngine::Channel 174 return channels_[channel]->playout; 295 channels_[channel]->playout = true; 317 channels_[channel]->playout = false; 378 if (ch->playout) [all...] |
webrtcvoiceengine.h | 321 virtual bool SetPlayout(bool playout); 372 bool SetPlayout(int channel, bool playout); 384 bool ChangePlayout(bool playout);
|
/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; } 272 virtual bool SetPlayout(bool playout) { 273 set_playout(playout); 453 bool rendering() const { return playout(); }
|
mediachannel.h | 728 ERROR_PLAY_DEVICE_OPEN_FAILED = 200, // Could not open playout. 729 ERROR_PLAY_DEVICE_MUTED, // Playout muted by OS. 730 ERROR_PLAY_DEVICE_REMOVED, // Playout removed while active. 743 // Starts or stops playout of received audio. 744 virtual bool SetPlayout(bool playout) = 0; 821 // Starts or stops playout of received video. [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
channel_unittest.cc | 582 EXPECT_FALSE(media_channel1_->playout()); [all...] |
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.h | 76 /// @param pLayout - for comouting the size of fragment
|
/external/chromium_org/media/audio/pulse/ |
pulse_unified.cc | 200 // Deliver the recording data to the renderer and drive the playout.
|