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

1 2 3 4 5 6

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffnotify.h 30 virtual void OnLayoutEvent(IXFA_DocLayout* pLayout,
74 IXFA_DocLayout* pLayout,
79 IXFA_DocLayout* pLayout,
84 IXFA_DocLayout* pLayout,
89 IXFA_DocLayout* pLayout,
xfa_ffnotify.cpp 150 IXFA_DocLayout* pLayout = m_pDoc->GetXFADoc()->GetDocLayout();
151 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout);
235 void CXFA_FFNotify::OnLayoutEvent(IXFA_DocLayout* pLayout,
240 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout);
246 OnLayoutItemAdd(pDocView, pLayout, pSender, pParam, pParam2);
249 OnLayoutItemRemoving(pDocView, pLayout, pSender, pParam, pParam2);
252 OnLayoutItemRectChanged(pDocView, pLayout, pSender, pParam, pParam2);
255 OnLayoutItemStatustChanged(pDocView, pLayout, pSender, pParam, pParam2);
572 IXFA_DocLayout* pLayout,
612 IXFA_DocLayout* pLayout,
    [all...]
xfa_ffdoc.h 39 CXFA_FFDocView* GetDocView(IXFA_DocLayout* pLayout);
  /external/icu/icu4c/source/samples/layout/
pflow.h 14 #include "layout/playout.h"
  /external/icu/icu4c/source/layoutex/
layoutex.vcxproj.filters 24 <ClCompile Include="playout.cpp">
48 <CustomBuild Include="layout\playout.h">
  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_streaming_fixture.h 38 // Stops all sending and playout.
41 // Resumes all sending and playout.
  /external/webrtc/webrtc/voice_engine/include/
voe_video_sync.h 14 // - Playout delay tuning to synchronize the voice with video.
15 // - Playout delay monitoring.
57 // Gets the current sound card buffer size (playout delay).
64 // computes based on inter-arrival times and its playout mode.
75 // playout mode. NetEq maintains this latency unless a higher value is
voe_file.h 61 // playout.
72 // playout.
112 // Starts recording the mixed playout audio.
118 // Stops recording the mixed playout audio.
voe_hardware.h 57 // Gets the number of audio devices available for playout.
67 // Gets the name of a specific playout device given by an |index|.
69 // (GUID) for the playout device.
79 // Sets the audio device used for playout.
  /external/webrtc/talk/app/webrtc/
mediastreamprovider.h 60 // Enable/disable the audio playout of a remote audio track with |ssrc|.
69 // Sets the audio playout volume of a remote audio track with |ssrc|.
90 // Enable/disable the video playout of a remote video track with |ssrc|.
  /external/webrtc/webrtc/modules/audio_coding/test/
APITest.h 53 // Set Min delay, get delay, playout timestamp
59 // Playout Mode, background noise mode.
60 // Receiver Frequency, playout frequency.
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 101 // 3. no output if playout is not started.
105 TEST_LOG("Playout is not started. File will not be played out.\n");
112 TEST_LOG("Playout is now started. File will be played out.\n");
file_test.cc 68 webrtc::test::OutputPath() + "playout.wav";
70 TEST_LOG("Recording playout to %s.\n", recording_filename.c_str());
hardware_before_streaming_test.cc 32 "Either you have no recording / playout device "
91 // Check playout side (see recording side test for more info on GUIDs).
hardware_test.cc 28 "There seem to be no playout devices on your system, "
  /external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java 437 * false)) { WebrtcLog("VoE Recording Playout failed"); }
438 * WebrtcLog("VoE start Recording Playout end");
440 // Start playout
442 WebrtcLog("VoE start playout failed");
446 // Start playout file
449 // WebrtcLog("VoE start playout file failed");
510 // WebrtcLog("VoE stop Recording Playout failed");
512 // WebrtcLog("VoE stop Recording Playout ended");
520 // Stop playout file
522 // WebrtcLog("VoE stop playout file failed");
    [all...]
  /external/webrtc/webrtc/modules/audio_device/test/
README.txt 8 Repeat this test for different selections of playout and recording devices.
  /external/webrtc/webrtc/voice_engine/
voe_hardware_impl.cc 357 // Store state about activated playout to be able to restore it after the
358 // playout device has been modified.
361 "SetPlayoutDevice() device is modified while playout is "
366 "SetPlayoutDevice() unable to stop playout");
391 "SetPlayoutDevice() unable to set the playout device");
407 "SetPlayoutDevice() failed to set stereo playout mode");
410 // Restore playout if it was enabled already when calling this function.
413 "SetPlayoutDevice() playout is now being restored...");
417 "SetPlayoutDevice() failed to initialize playout");
423 "SetPlayoutDevice() failed to start playout");
    [all...]
voe_file_impl.h 21 // Playout file locally
  /external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager.h 68 // Get playout timestamp.
85 // Update playout timestamps. While buffering, this is about
audio_coding_module_impl.h 117 // Get current playout frequency.
145 // Minimum playout delay.
148 // Maximum playout delay.
154 // Get playout timestamp.
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic_fax.h 20 // Implementation of the DecisionLogic class for playout modes kPlayoutFax and
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 159 // since both sides (playout and recording) are driven by its own thread.
614 // Tests that playout can be initiated, started and stopped. No audio callback
656 // Start playout for the default ADM but don't wait here. Instead use the
669 // Initialize playout for the second ADM. If all is OK, the second ADM shall
677 // Start playout for the second ADM and verify that it starts as intended.
699 // Start playout and verify that the native audio layer starts asking for real
732 // Start playout and recording (full-duplex audio) and verify that audio is
755 // Start playout and read audio from an external PCM file when the audio layer
781 // Start playout and recording and store recorded data in an intermediate FIFO
782 // buffer from which the playout side then reads its samples in the same orde
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 121 // Clean up the recording buffer and playout buffer.
219 // PLAYOUT
956 // Try to initialize the playout side with mono
1050 " Error closing current playout sound device, error:"
1055 // Open PCM device for playout
1133 " playout snd_pcm_get_params "
1212 // The corresponding settings for playout are made after the record settings
    [all...]
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 358 printf("Select playout device: ");
380 printf("\n1. Send, listen and playout \n");
382 printf("3. Listen and playout only \n");
396 printf("Start Playout \n");
434 printf("%i. Change playout device \n", option_index++);
560 // change the playout device with current call
574 printf("Select playout device: ");
656 printf("\n 2. Record from playout to file ");
665 printf("\n Start recording playout as %s \n", play_filename.c_str());
823 printf("Stop Playout \n")
    [all...]

Completed in 1031 milliseconds

1 2 3 4 5 6