/external/icu/icu4c/source/samples/layout/ |
clayout.c | 17 #include "playout.h"
|
pflow.c | 15 #include "layout/playout.h"
|
/external/webrtc/talk/app/webrtc/ |
dtmfsender.cc | 225 // The provider starts playout of the given tone on the
|
/external/webrtc/webrtc/audio/ |
audio_receive_stream.cc | 217 // Get jitter buffer and total delay (alg + jitter + playout) stats.
|
/external/webrtc/webrtc/modules/audio_device/android/ |
opensles_player.h | 85 // These callback methods are called when data is required for playout.
|
audio_device_template.h | 175 // Avoid using audio manger (JNI/Java cost) if playout was inactive.
|
/external/webrtc/webrtc/modules/audio_device/include/ |
audio_device_defines.h | 72 // recording delay and playout delay of the hardware. |current_volume| is
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
volume_test.cc | 119 // Ensure the volume has not changed after resuming playout.
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86LDBackend.h | 69 /// @param pLayout - for comouting the size of fragment
|
/external/webrtc/webrtc/modules/audio_device/test/ |
audio_device_test_api.cc | 740 // set volume without open playout device 760 // as above but while playout is active [all...] |
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_ios.mm | 455 // Change the default receiver playout route to speaker. 724 LOG(LS_INFO) << " required playout buffer size: " [all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkConcreteDeviceInterface.inl | 43 virtual void getImageSubresourceLayout (VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) const;
|
vkDeviceDriverImpl.inl | 200 void DeviceDriver::getImageSubresourceLayout (VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) const 202 m_vk.getImageSubresourceLayout(device, image, pSubresource, pLayout);
|
vkNullDriverImpl.inl | 534 VKAPI_ATTR void VKAPI_CALL getImageSubresourceLayout (VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) 539 DE_UNREF(pLayout); [all...] |
/external/pdfium/xfa/src/fxfa/src/app/ |
xfa_ffwidgetacc.cpp | 723 CXFA_LayoutItem* pLayout = nullptr;
725 pLayout = pWidget->GetNext();
727 pLayout = m_pDocView->GetXFALayout()->GetLayoutItem(m_pNode);
729 return static_cast<CXFA_FFWidget*>(pLayout);
[all...] |
/external/webrtc/talk/app/webrtc/test/ |
fakeaudiocapturemodule.h | 247 // Callback for playout and recording.
|
/external/webrtc/talk/media/devices/ |
devicemanager.cc | 268 // Under Android, 0 is always required for the playout device and 0 is the
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
AppRTCAudioManager.java | 138 // required to be in this mode when playout and/or recording starts for
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_receiver_audio.cc | 357 // check if it's a DTMF event, hence something we can playout
|
/frameworks/native/vulkan/nulldrv/ |
null_driver_gen.h | 87 VKAPI_ATTR void GetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout);
|
/external/vulkan-validation-layers/layers/ |
core_validation.h | 616 LAYOUT_NODE *pLayout; // Layout for this set 619 SET_NODE() : pUpdateStructs(NULL), ppDescriptors(NULL), pLayout(NULL), pNext(NULL){}; [all...] |
/external/webrtc/webrtc/call/ |
rtc_event_log_unittest.cc | 566 // Log 5 RTP, 2 RTCP, 0 playout events and 0 BWE events 589 3 + csrcs_count, // Number of playout events.
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
audio_coding_module_impl.cc | 580 // Get current playout frequency. 661 // Minimum playout delay (Used for lip-sync).
|
/external/webrtc/webrtc/modules/media_file/ |
media_file_impl.cc | 277 // Stereo playout only supported for WAV files. 1062 "Neither playout nor recording has been initialized!");
|
/external/webrtc/webrtc/voice_engine/ |
transmit_mixer.cc | 559 "StartPlayingFile() failed to start file playout"); 635 "StartPlayingFile() failed to start file playout"); [all...] |