HomeSort by relevance Sort by last modified time
    Searched defs:recording (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/
appengine_config.py 31 from google.appengine.ext.appstats import recording namespace
32 app = recording.appstats_wsgi_middleware(app)
  /cts/suite/audio_quality/test/
AudioHardwareTest.cpp 34 android::sp<AudioHardware> recording = AudioHardware::createAudioHw(true, false); local
35 ASSERT_TRUE(recording.get() != NULL);
43 android::sp<AudioHardware> recording = AudioHardware::createAudioHw(false, false, testCase); local
44 ASSERT_TRUE(recording.get() != NULL);
  /external/jsilver/src/com/google/streamhtmlparser/util/
CharacterRecorder.java 21 * whether recording is currently enabled.
24 * supplied character to the recording buffer but only if
25 * recording is in progress. This is useful in our
27 * as the caller logic to enable/disable recording is decoupled from the logic
28 * of recording.
38 * <li>There is a size limit to the recording buffer as set in
41 * recording is currently enabled.
54 * This is where characters provided for recording are stored. Given
60 /** Holds whether we are currently recording characters or not. */
61 private boolean recording; field in class:CharacterRecorder
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 65 * a. start recording
66 * b. stop recording
74 uint16_t recording; member in struct:test_case_params
841 for (m = 0; m < params.recording; m++) {
    [all...]
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_audio_quality_browsertest.cc 68 // 4. In pavucontrol, go to the recording tab.
73 // Verify the recording with aplay (should have recorded what you played
81 // 2. In the recording tab, right-click in an empty space in the pane with the
86 // checkbox. Ensure the mix device is the default recording device.
91 // the recording.
166 // Starts the recording program for the specified duration. Returns true
171 << "Tried to record, but is already recording.";
222 // Joins the recording program. Returns true on success.
422 base::FilePath recording = CreateTemporaryWaveFile(); local
428 ASSERT_TRUE(recorder.StartRecording(kRecordingTimeSeconds, recording, true))
    [all...]
  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.cc 333 bool recording = true; local
338 while (recording && !error) {
349 recording = false;
441 if (recording && error) {
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 65 * a. start recording
66 * b. stop recording
74 uint16_t recording; member in struct:test_case_params
841 for (m = 0; m < params.recording; m++) {
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 82 bool recording; member in struct:XRayTraceCapture
217 assert(!capture->recording);
224 assert(!capture->recording);
234 assert(!capture->recording);
328 if (capture && capture->recording) {
354 if (capture && capture->recording) {
416 if (capture->recording) {
448 if (capture->recording) {
485 assert(!capture->recording);
503 assert(!capture->recording);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 206 // No recording device, just dropping audio. Return success.
300 bool FakeAudioCaptureModule::Recording() const {
477 // No recording device, just dropping audio. Stereo can be dropped just
484 // No recording device, just dropping audio. Stereo can be dropped just
496 // Keep thing simple. No stereo recording.
525 // Stereo recording not supported. However, WebRTC ADM returns kChannelBoth
700 bool recording; local
704 recording = recording_;
711 if (recording) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 544 RecordingState recording = m_recordingStateStack.last(); local
545 ASSERT(recording.m_displayList->picture()->getRecordingCanvas());
546 recording.m_displayList->picture()->endRecording();
549 m_canvas = recording.m_savedCanvas;
551 return recording.m_displayList.release();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java 582 new LogStatement("UserFeedback", false, false, "contents", "accountName", "recording");
585 String recording = ""; local
587 // Try to read recording from recently written json file
596 recording = Charset.defaultCharset().decode(buffer).toString();
598 Log.e(TAG, "Could not find recording file", e);
600 Log.e(TAG, "Error reading recording file", e);
606 Log.e(TAG, "Error closing recording file", e);
615 feedbackContents, accountName, recording);
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 360 milliseconds