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

1 2 3 4 5 6 7 8 91011>>

  /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_description/processing/
recording_thd.py 24 # Input: host recording (mono), device recording (mono),
28 # host recording will be longer than device recording
30 # 1. match the start of device recording with host recording
31 # As the host recording starts eariler and longer than device recording,
33 # 2. calculate THD of host recording and client recording
    [all...]
  /external/skia/legacy/include/core/
SkPicture.h 47 be faithfully recorded, but the recording canvas' current clip will
48 only see the path's bounds. This speeds up the recording process
50 effect for recording is that calling getTotalClip() or related
58 @param width the base width for the picture, as if the recording
60 @param height the base width for the picture, as if the recording
62 @param recordFlags optional flags that control recording.
67 /** Returns the recording canvas if one is active, or NULL if recording is
71 /** Signal that the caller is done recording. This invalidates the canvas
84 /** Return the width of the picture's recording canvas. Thi
    [all...]
  /external/chromium/base/
event_recorder.h 23 // A class for recording and playing back keyboard and mouse input events.
27 // recording and playing, you should move the relevant windows
32 // be playing back events while already recording events.
34 // You might be recording globally, while recording or playing back
46 // Starts recording events.
51 // Stops recording.
54 // Is the EventRecorder currently recording.
76 // If the file already exists, it will be deleted before recording
  /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);
  /frameworks/av/include/camera/
ICameraRecordingProxy.h 31 * allow applications using the camera during recording.
35 * access the camera directly during recording. So ICameraRecordingProxy is a
36 * proxy of ICamera, which allows the media recorder to start/stop the recording
37 * and release recording frames. ICameraRecordingProxyListener is an interface
38 * that allows the recorder to receive video frames during recording.
54 * camera service and starts the recording. The app owns the camera and can do
58 * recording.
63 * 3. Start recording
69 * 4. During recording
72 * 5. Stop recording
    [all...]
  /packages/apps/SoundRecorder/res/values/
strings.xml 21 <!-- Screen title before and during recording -->
23 <!-- Screen title after recording -->
25 <!-- Screen title while playing back a recording -->
27 <!-- Label shown during recording -->
28 <string name="recording">Recording</string>
29 <!-- Label shown when the recording is stopped for a reason other than the user stopping it (e.g. the sd card was removed) -->
30 <string name="recording_stopped">Recording stopped</string>
33 <!-- label shown when the recording has reached maximum allowed file size -->
44 <!-- button to accept the current recording and return it to the caller --
    [all...]
  /external/skia/include/core/
SkPicture.h 70 be faithfully recorded, but the recording canvas' current clip will
71 only see the path's bounds. This speeds up the recording process
73 effect for recording is that calling getTotalClip() or related
81 recording time (often ~2x; likely more for very complex pictures),
99 @param width the base width for the picture, as if the recording
101 @param height the base width for the picture, as if the recording
103 @param recordFlags optional flags that control recording.
108 /** Returns the recording canvas if one is active, or NULL if recording is
112 /** Signal that the caller is done recording. This invalidates the canva
    [all...]
SkTileGridPicture.h 16 * structure rather than an R-Tree. The tile grid has lower recording
  /frameworks/base/media/java/android/media/
MediaRecorder.java 33 * Used to record audio and video. The recording control is based on a
47 * recorder.start(); // Recording is now started
56 * runtime errors during recording. Registration for such events is
68 * <p>For more information about how to use MediaRecorder for recording video, read the
70 * For more information about how to use MediaRecorder for recording sound, read the
117 * Sets a Camera to use for recording. Use this function to switch
122 * @param c the Camera to use for recording
280 * Sets the audio source to be used for recording. If this method is not
282 * to be specified before setting recording-parameters or encoders. Call
301 * Sets the video source to be used for recording. If this method is no
    [all...]
  /packages/apps/Camera/res/values/
strings.xml 31 <!-- label for the 'video recording application shown in the top level 'all applications' -->
52 <!-- button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT=10] -->
59 <string name="time_lapse_title">Time lapse recording</string>
115 time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
291 <string name="video_snapshot_hint">Touch to take photo while recording.</string>
293 <!-- Announcement telling users video recording has just started [CHAR LIMIT=NONE] -->
294 <string name="video_recording_started">Video recording has started.</string>
295 <!-- Announcement telling users video recording has just stopped [CHAR LIMIT=NONE] -->
296 <string name="video_recording_stopped">Video recording has stopped.</string>
340 <!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT = NONE] --
    [all...]
  /cts/suite/audio_quality/lib/include/audio/
AudioHardware.h 54 * options are : local or remote, playback or recording
62 * prepare playback or recording
76 * For record, it does not have much meaning as the last recording will always
82 * Wait for the playback / recording to complete. return true when successfully finished.
AudioRecordingLocal.h 41 // unit recording samples
43 // unit recording sizes
  /external/webkit/Source/WebKit/chromium/public/
WebSpeechInputController.h 58 // Stops audio recording and performs recognition with the audio recorded until now
60 // wants to stop recording audio as soon as they finished speaking. Otherwise, the speech
61 // recording 'endpointer' should detect silence in the input and stop recording automatically.
  /frameworks/av/services/camera/libcameraservice/camera2/
StreamingProcessor.h 38 * Management and processing for preview and recording streams
79 // Callback for new recording frames from HAL
81 // Callback from stagefright which returns used recording frames
108 // Recording-related members
StreamingProcessor.cpp 228 ALOGE("%s: Camera %d: Too many recording buffers requested: %d, max %d",
235 ALOGV("%s: Camera %d: New recording buffer count from encoder: %d",
240 ALOGV("%s: Camera %d: Resetting recording heap and consumer",
244 ALOGE("%s: Camera %d: Setting recording buffer count when "
245 "recording stream is already active!", __FUNCTION__,
279 ALOGE("%s: Camera %d: Unable to create default recording request:"
287 ALOGE("%s: Camera %d: Unable to update common entries of recording "
317 ALOGV("%s: Camera %d: Creating recording consumer with %d + 1 "
340 ALOGE("%s: Camera %d: Error querying recording output stream info: "
347 // TODO: Should wait to be sure previous recording has finishe
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 54 /** Recording state. When set to false, recording will stop, or will not
56 * When switched back to true, recording will restart. This allows a single
58 * recording settings can be updated while the graph is running.
60 @GenerateFieldPort(name = "recording", hasDefault = true)
79 * recording events.
86 * recording errors.
91 /** Media recording done callback, which needs to implement OnRecordingDoneListener.
92 * Set this to finalize media upon completion of media recording.
146 /** The maximum filesize (in bytes) of the recording session
    [all...]
  /external/freetype/include/freetype/internal/
pshints.h 86 * @T1_Hints_FuncsRec structure. Recording glyph hints is normally
89 * - Open a new hint recording session by calling the `open' method.
96 * - Close the recording session by calling the `close' method. It
127 * hints recording session.
135 * close an opened recording session.
225 * recording session.
247 * A method of the @T1_Hints class used to close a hint recording
262 * recording session.
324 * The function to open a recording session.
327 * The function to close a recording session
    [all...]
  /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...]
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 149 throw new RuntimeException("setCamera cannot be called while recording!");
162 throw new RuntimeException("setProfile cannot be called while recording!");
174 throw new RuntimeException("setOutputFile cannot be called while recording!");
188 throw new RuntimeException("setOutputFile cannot be called while recording!");
200 * Sets the maximum filesize (in bytes) of the recording session.
208 throw new RuntimeException("setMaxFileSize cannot be called while recording!");
218 * Sets the maximum recording duration (in ms) for the next recording session
224 throw new RuntimeException("setMaxDuration cannot be called while recording!");
237 throw new RuntimeException("setCaptureRate cannot be called while recording!");
    [all...]
  /packages/apps/SoundRecorder/res/values-en-rGB/
strings.xml 23 <string name="recording" msgid="4426791467211376099">"Recording"</string>
24 <string name="recording_stopped" msgid="1580278719585249612">"Recording stopped"</string>
  /pdk/apps/TestingCamera/res/values/
strings.xml 30 <string name="record_on_label">Recording on</string>
31 <string name="record_off_label">Recording off</string>
55 <string name="record_handoff_prompt">No camera recording handoff</string>
  /cts/suite/audio_quality/test_description/
all_recording.xml 18 <batch name="cts_audio_all_recording" version="1.0" description="All recording tests">
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES_AndroidConfiguration.h 28 /** Audio recording preset */
29 /** Audio recording preset key */
31 /** Audio recording preset values */
35 /** generic recording configuration on the platform */
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_AndroidConfiguration.h 28 /** Audio recording preset */
29 /** Audio recording preset key */
31 /** Audio recording preset values */
35 /** generic recording configuration on the platform */

Completed in 1910 milliseconds

1 2 3 4 5 6 7 8 91011>>