HomeSort by relevance Sort by last modified time
    Searched full:recording (Results 1 - 25 of 1492) 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...]
  /external/chromium_org/third_party/skia/tests/
RecordingTest.cpp 15 EXPERIMENTAL::SkRecording recording(1920, 1080);
18 recording.canvas()->clipRect(SkRect::MakeWH(320, 240));
20 SkAutoTDelete<const EXPERIMENTAL::SkPlayback> playback(recording.releasePlayback());
25 // Here's another recording we never call releasePlayback().
  /external/skia/tests/
RecordingTest.cpp 15 EXPERIMENTAL::SkRecording recording(1920, 1080);
18 recording.canvas()->clipRect(SkRect::MakeWH(320, 240));
20 SkAutoTDelete<const EXPERIMENTAL::SkPlayback> playback(recording.releasePlayback());
25 // Here's another recording we never call releasePlayback().
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
timeline_recorder.py 8 """Starts recording."""
12 """Stops recording and returns timeline event data."""
  /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/chromium_org/base/
event_recorder.h 22 // A class for recording and playing back keyboard and mouse input events.
26 // recording and playing, you should move the relevant windows
31 // be playing back events while already recording events.
33 // You might be recording globally, while recording or playing back
45 // Starts recording events.
50 // Stops recording.
53 // Is the EventRecorder currently recording.
75 // If the file already exists, it will be deleted before recording
  /frameworks/base/core/java/android/hardware/hdmi/
IHdmiRecordListener.aidl 40 * Called when timer recording is started or failed during initialization.
42 * @param recorderAddress An address of recorder that reports result of timer recording
44 * @param result result code for timer recording
48 * Called when receiving result for clear timer recording request.
50 * @param recorderAddress An address of recorder that reports result of clear timer recording
HdmiControlManager.java 105 // --- One Touch Recording success result
106 /** Recording currently selected source. Indicates the status of a recording. */
108 /** Recording Digital Service. Indicates the status of a recording. */
110 /** Recording Analogue Service. Indicates the status of a recording. */
112 /** Recording External input. Indicates the status of a recording. */
116 /** No recording ? unable to record Digital Service. No suitable tuner. *
    [all...]
  /packages/apps/FMRadio/res/values/
strings.xml 38 <!-- Dialog "Save" button to save the FM recording [CHAR LIMIT=20] -->
40 <!-- Dialog "Discard" button to discard the FM recording [CHAR LIMIT=20] -->
42 <!-- EditText hint for save recording dialog [CHAR LIMIT=50] -->
44 <!-- Toast message shown when we save the recording name which is already exists
59 <!-- Talkback message for start recording button [CHAR LIMIT=30] -->
60 <string name="talk_start_recording">Start recording</string>
63 <!-- The tips shown when we start recording [CHAR LIMIT=30] -->
64 <string name="recording_tips">Recording?</string>
70 <!-- Title of a menu item to start recording FM sound [CHAR LIMIT=30] -->
71 <string name="fm_over_start_record">Start recording</string
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPictureRecorder.h 41 @param width the width of the cull rect used when recording this picture.
42 @param height the height of the cull rect used when recording this picture.
44 @param recordFlags optional flags that control recording.
65 /** Returns the recording canvas if one is active, or NULL if recording is
70 /** Signal that the caller is done recording. This invalidates the canvas
77 /** Enable/disable all the picture recording optimizations (i.e.,
89 canvas. This call doesn't close the current recording.
  /external/skia/include/core/
SkPictureRecorder.h 32 @param width the base width for the picture, as if the recording
34 @param height the base width for the picture, as if the recording
37 @param recordFlags optional flags that control recording.
48 /** Returns the recording canvas if one is active, or NULL if recording is
53 /** Signal that the caller is done recording. This invalidates the canvas
60 /** Enable/disable all the picture recording optimizations (i.e.,
72 canvas. This call doesn't close the current 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);
  /external/chromium_org/net/quic/
quic_sustained_bandwidth_recorder.cc 30 DVLOG(1) << "Stopped recording at: " << estimate_time.ToDebuggingValue();
35 // This is the first estimate of a new recording period.
38 DVLOG(1) << "Started recording at: " << start_time_.ToDebuggingValue();
42 // If we have been recording for at least 3 * srtt, then record the latest
  /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...]
  /external/chromium_org/content/browser/resources/media/
dump_creator.js 36 '<p>A diagnostic audio recording is used for analyzing audio' +
39 ' Checking this box will enable the recording for ongoing WebRTC' +
42 ' this recording functionality will be disabled for future WebRTC' +
47 ' ID&gt;.&lt;recording ID&gt;. If recordings are' +
52 ' disabled (--disable-audio-track-processing): (1) Only one recording' +
55 ' call ends or the page with the recording is closed.</p>';
64 // Mark the AEC recording checkbox checked.
69 // Mark the AEC recording checkbox unchecked.
96 * Handles the event of toggling the AEC recording state.
  /packages/apps/FMRadio/res/values-en-rGB/
strings.xml 39 <string name="talk_start_recording" msgid="2081128687917550957">"Start recording"</string>
41 <string name="recording_tips" msgid="9013420338482370789">"Recording?"</string>
44 <string name="fm_over_start_record" msgid="2072548132520550718">"Start recording"</string>
54 <string name="record_title" msgid="8695283158200902780">"Recording"</string>
55 <string name="record_notification_message" msgid="4999850730062263290">"Recording in progress"</string>
56 <string name="stop_record" msgid="4787351642158009287">"STOP RECORDING"</string>
57 <string name="save_dialog_title" msgid="6977508764748097072">"Save recording?"</string>
63 <string name="toast_record_saved" msgid="2543677492878715874">"Recording saved"</string>
64 <string name="toast_record_not_saved" msgid="6526674547687611282">"Recording not saved"</string>
  /packages/apps/FMRadio/res/values-en-rIN/
strings.xml 39 <string name="talk_start_recording" msgid="2081128687917550957">"Start recording"</string>
41 <string name="recording_tips" msgid="9013420338482370789">"Recording?"</string>
44 <string name="fm_over_start_record" msgid="2072548132520550718">"Start recording"</string>
54 <string name="record_title" msgid="8695283158200902780">"Recording"</string>
55 <string name="record_notification_message" msgid="4999850730062263290">"Recording in progress"</string>
56 <string name="stop_record" msgid="4787351642158009287">"STOP RECORDING"</string>
57 <string name="save_dialog_title" msgid="6977508764748097072">"Save recording?"</string>
63 <string name="toast_record_saved" msgid="2543677492878715874">"Recording saved"</string>
64 <string name="toast_record_not_saved" msgid="6526674547687611282">"Recording not saved"</string>
  /external/chromium_org/remoting/host/
video_frame_recorder.h 32 // 2. Specify the amount of memory that may be used for recording.
37 // 5. Start/stop frame recording as necessary.
44 // recording will stop as soon as either is destroyed.
58 // Detaches the existing VideoEncoder wrapper, stopping it from recording.
60 // pass-through frames to the wrapped encoder, without recording them.
63 // Enables/disables frame recording. Frame recording is initially disabled.
90 // True if recording is started, false otherwise.
  /packages/apps/FMRadio/src/com/android/fmradio/
FmRecorder.java 41 * This class provider interface to recording, stop recording, save recording
42 * file, play recording file
50 // recording file folder
51 public static final String FM_RECORD_FOLDER = "FM Recording";
63 // FM Recorder state not recording and not playing
65 // FM Recorder state recording
74 // the recording time after start recording
    [all...]
  /external/chromium_org/third_party/skia/include/record/
SkRecording.h 22 /** Easy mode interface to SkRecord-based SkCanvas recording.
24 * scoped_ptr<SkRecording> recording(new SkRecording(1920, 1080));
25 * skia::RefPtr<SkCanvas> canvas(skia::SharePtr(recording->canvas()));
32 * scoped_ptr<const SkPlayback> playback(recording->releasePlayback());
  /external/skia/include/record/
SkRecording.h 22 /** Easy mode interface to SkRecord-based SkCanvas recording.
24 * scoped_ptr<SkRecording> recording(new SkRecording(1920, 1080));
25 * skia::RefPtr<SkCanvas> canvas(skia::SharePtr(recording->canvas()));
32 * scoped_ptr<const SkPlayback> playback(recording->releasePlayback());
  /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...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.h 38 * Management and processing for preview and recording streams
58 // recording stream
82 // Callback for new recording frames from HAL
84 // Callback from stagefright which returns used recording frames
111 // Recording-related members
  /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>
34 <string name="record_hint_on_label">Recording Hint on</string>
35 <string name="record_hint_off_label">Recording Hint off</string>
59 <string name="record_handoff_prompt">No camera recording handoff</string>
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/
MainActivity.java 63 * The capture button controls all user interaction. When recording, the button click
64 * stops recording, releases {@link android.media.MediaRecorder} and {@link android.hardware.Camera}. When not recording,
65 * it prepares the {@link android.media.MediaRecorder} and starts recording.
73 // stop recording and release camera
74 mMediaRecorder.stop(); // stop the recording
78 // inform the user that recording has stopped
135 // We need to make sure that our preview and recording video size are supported by the
143 // Use the same size for recording profile.
207 // now you can start recording
    [all...]

Completed in 1033 milliseconds

1 2 3 4 5 6 7 8 91011>>