HomeSort by relevance Sort by last modified time
    Searched refs:recording (Results 1 - 19 of 19) sorted by 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...]
  /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/quake/quake/src/WinQuake/
net_main.cpp 84 qboolean recording = false; variable
472 if (recording)
484 if (recording)
579 if (recording)
592 if (recording)
643 if (recording)
674 if (recording)
709 if (recording)
817 recording = true;
sys_linux.cpp 360 extern int recording;
411 if (time < sys_ticrate.value && (vcrFile == -1 || recording) )
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 329 Recording::~Recording()
353 ClippingPainter(RecordingImpl* recording,
357 : m_recording(recording)
432 void Recording::draw(SkCanvas* canvas)
435 ALOGW("No recording!");
457 ClippingPainter painter(recording(), context, canvas->getTotalMatrix(), nodes);
484 void Recording::setRecording(RecordingImpl* impl)
497 PlatformGraphicsContextRecording::PlatformGraphicsContextRecording(Recording* recording)
    [all...]
PlatformGraphicsContextRecording.h 48 class Recording : public SkRefCnt {
50 Recording()
53 ~Recording();
57 RecordingImpl* recording() { return m_recording; } function in class:WebCore::Recording
65 PlatformGraphicsContextRecording(Recording* picture);
172 Recording* mRecording;
  /packages/apps/Gallery2/src/com/android/camera/
VideoUI.java 57 // recording is stopped in capture intent.
392 public void showRecordingUI(boolean recording, boolean zoomSupported) {
393 mMenu.setVisibility(recording ? View.GONE : View.VISIBLE);
394 mOnScreenIndicators.setVisibility(recording ? View.GONE : View.VISIBLE);
395 if (recording) {
401 // recording. It is therefore necessary to hide the zoom UI on older
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 767 private void testJpegThumbnailSizeByCamera(boolean recording,
779 if (!recording) mCamera.startPreview();
789 if (!recording) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java 618 new LogStatement("UserFeedback", false, false, "contents", "accountName", "recording");
621 String recording = ""; local
623 // Try to read recording from recently written json file
632 recording = Charset.defaultCharset().decode(buffer).toString();
634 Log.e(TAG, "Could not find recording file", e);
636 Log.e(TAG, "Error reading recording file", e);
642 Log.e(TAG, "Error closing recording file", e);
651 feedbackContents, accountName, recording);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 115 * An unpublished intent flag requesting to start recording straight away
116 * and return as soon as recording is stopped.
147 // recording is stopped in capture intent.
178 // (or is recording into.)
650 // for preview during recording. When the recording is done, we switch
677 // mode and recording is stopped. It'll be re-enabled when
734 // Read time lapse recording interval.
    [all...]
  /external/v8/src/
regexp.js 379 // Property of the builtins object for recording the result of the last
  /external/blktrace/btreplay/doc/
btreplay.tex 175 on the recording system, we wrap CPU IDs. This \emph{may} result in an
215 machine must be the same as on the recording machine.
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 54 * Calculates remaining recording time based on available disk space and
55 * optionally a maximum recording file size.
71 // State for tracking file size of recording.
116 * Returns how long (in seconds) we can continue recording.
146 // If we have a recording file set, we calculate a second estimate
176 * Is there any point of trying to start recording?
215 // not a dialog. This happens when a recording
353 * Make sure we're not recording music playing in the background, ask
672 * Called when we're in recording state. Find out how much longer we can
673 * go on recording. If it's under 5 minutes, we display a count-down in
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 132 * An unpublished intent flag requesting to start recording straight away
133 * and return as soon as recording is stopped.
159 // recording is stopped in capture intent.
204 // (or is recording into.)
255 // The orientation compenstaion when we start recording.
442 // want to allow recording before that happens. The shutter button
564 // Do not rotate the icons during recording because the video
565 // orientation is fixed after recording.
670 // mode and recording is stopped. It'll be re-enabled when
771 // Read time lapse recording interval
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js     [all...]
  /external/ceres-solver/docs/
solving.tex     [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 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 978 milliseconds