HomeSort by relevance Sort by last modified time
    Searched refs:recording (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /external/adhd/scripts/mic_testing/frontend/
recorder.js 17 var recording = false;
21 if (!recording) return;
47 * Starts recording
56 recording = true;
60 * Stops recording
63 recording = false;
111 * Detects append tone while recording.
  /packages/apps/Camera2/src/com/android/camera/
VideoUI.java 50 // recording is stopped in capture intent.
170 public void showRecordingUI(boolean recording) {
171 mRecordingStarted = recording;
172 if (recording) {
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrSeriesScheduledFragment.java 90 for (ScheduledRecording recording : conflictingRecordings) {
91 if (recording.getSeriesRecordingId() == mSeriesRecording.getId()) {
93 } else if (recording.getPriority() < mSeriesRecording.getPriority()) {
DvrGuidedStepFragment.java 32 import com.android.tv.common.recording.RecordingStorageStatusManager;
39 /** Action ID for "recording/scheduling the program anyway". */
43 /** Action ID for "cancelling current recording request". */
94 return "cancel-recording";
  /compatibility/cdd/3_software/
3_12_tv-input-framework.md 96 #### 3.12.1.5\. TV recording
100 * [SR] STRONGLY RECOMMENDED to support TV recording.
103 * If the TV input supports recording and the recording of a program is not
  /compatibility/cdd/5_multimedia/
5_11_unprocessed-audio.md 3 Android includes support for recording of unprocessed audio via the
63 for the signal path for the unprocessed recording source
5_4_audio-recording.md 1 ## 5.4\. Audio Recording
47 recording an audio stream from the `AudioSource.VOICE_RECOGNITION` audio
49 * [C-1-3] MUST, by default, disable any automatic gain control when recording
  /external/skia/tools/skpbench/
skpbench.cpp 375 SkCanvas* recording = recorder.beginRecording(bounds); local
377 recording->clear(SK_ColorWHITE);
386 recording->drawPath(bigPath, stroke);
391 recording->drawRect(bounds, perlin);
  /external/skqp/tools/skpbench/
skpbench.cpp 370 SkCanvas* recording = recorder.beginRecording(bounds); local
372 recording->clear(SK_ColorWHITE);
381 recording->drawPath(bigPath, stroke);
386 recording->drawRect(bounds, perlin);
  /packages/apps/TV/common/src/com/android/tv/common/
BaseApplication.java 28 import com.android.tv.common.recording.RecordingStorageStatusManager;
  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
TunerSessionWorker.java 350 Log.e(TAG, "meta file for recording was not found: " + recordingId);
618 RecordedProgram recording = null; local
620 recording = new RecordedProgram(c);
622 return recording;
651 RecordedProgram recording = getRecordedProgram(uri); local
652 if (recording != null) {
653 return recording.getDataUri();
695 String recording = null; local
700 recording = parseRecording(channelUri);
702 if (channel == null && recording == null)
    [all...]
TunerStorageCleanUpService.java 29 import com.android.tv.common.recording.RecordingStorageStatusManager;
  /frameworks/av/media/libaaudio/examples/loopback/src/
loopback.cpp 299 void printAudioGraph(AudioRecording &recording, int numSamples) {
300 int32_t start = recording.size() / 2;
302 if (end >= recording.size()) {
303 end = recording.size() - 1;
305 float *data = recording.getData();
  /packages/apps/TV/src/com/android/tv/dvr/
DvrManager.java 64 * DVR manager class to add and remove recordings. UI can modify recording list through this class,
138 // Removing series recording is handled in the
161 /** Schedules a recording for {@code program}. */
175 * Schedules a recording for {@code program} with the highest priority so that the schedule can
215 /** Adds a recording schedule with a time range. */
219 "Adding scheduled recording of channel "
250 /** Adds a new series recording and schedules for the programs with the initial state. */
257 "Adding series recording for program "
315 * Adds {@link ScheduledRecording}s for the series recording.
317 * <p>This method doesn't add the series recording
    [all...]
DvrScheduleManager.java 57 /** The default priority of scheduled recording. */
59 /** The default priority of series recording. */
83 // The inner map is a hash map from scheduled recording to its conflicting status, i.e.,
302 // TODO: notify conflict state change when some conflicting recording becomes partially
413 * <p>The recording will have the higher priority than the existing ones.
471 * Returns the priority for a series recording.
473 * <p>The recording will have the higher priority than the existing series.
483 * Returns the priority for a series recording by order of series recording priority.
506 * the first recording in the returned list should be assigned to the new schedule of thi
    [all...]
DvrStorageStatusManager.java 30 import com.android.tv.common.recording.RecordingStorageStatusManager;
  /external/autotest/client/common_lib/test_utils/
mock_demo.py 83 # sets up the "recording"
93 # check the recording order
94 for func_call in god.recording:
109 # setup recording
  /packages/apps/TV/tests/unit/src/com/android/tv/util/
MockTvSingletons.java 29 import com.android.tv.common.recording.RecordingStorageStatusManager;
  /external/python/cpython3/Lib/test/
test_logging.py     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
HifiUltrasoundSpeakerTestActivity.java 50 START, RECORDING, DONE, PLAYER
157 info.append("Recording at " + recordRate + "Hz using ");
171 status = Status.RECORDING;
186 Log.d(TAG, "Recording for " + recordingDuration_millis + "ms");
363 public WavAnalyzerTask(byte[] recording) {
364 wavAnalyzer = new WavAnalyzer(recording, Common.RECORDING_SAMPLE_RATE_HZ,
HifiUltrasoundTestActivity.java 47 START, RECORDING, DONE, PLAYER
137 info.append("Recording at " + recordRate + "Hz using ");
151 status = Status.RECORDING;
166 Log.d(TAG, "Recording for " + recordingDuration_millis + "ms");
322 public WavAnalyzerTask(byte[] recording) {
323 wavAnalyzer = new WavAnalyzer(recording, Common.RECORDING_SAMPLE_RATE_HZ,
  /external/webrtc/webrtc/libjingle/xmpp/
hangoutpubsubclient.cc 21 // presenter state, recording state, mute state, and remote mute.
220 bool recording, std::string* task_id_out) {
221 recording_state_client_->Publish(nick_, recording, task_id_out);
hangoutpubsubclient.h 26 // presenter state, recording state, mute state, and remote mute.
80 bool recording, std::string* task_id_out = NULL);
  /packages/apps/TV/src/com/android/tv/dvr/recorder/
RecordingTask.java 51 * A Handler that actually starts and stop a recording at the right time.
96 /** The time when the start command will be sent before the recording starts. */
99 * If the recording starts later than the scheduled start time or ends before the scheduled end
149 if (DEBUG) Log.d(TAG, "created recording task " + mScheduledRecording);
227 Log.i(TAG, "Recording Stopped: " + mScheduledRecording);
228 Log.i(TAG, "Recording Stopped: stored as " + recordedProgramUri);
249 Log.i(TAG, "Recording failed with code=" + reason + " for " + mScheduledRecording);
304 Log.w(TAG, "End time already past, not recording " + mScheduledRecording);
318 + " does not match scheduled recording "
360 Log.i(TAG, "Start Recording: " + mScheduledRecording)
    [all...]
  /packages/apps/TV/common/src/com/android/tv/common/recording/
RecordingStorageStatusManager.java 17 package com.android.tv.common.recording;
51 private static final String RECORDING_DATA_SUB_PATH = "/recording";
179 /** Returns the path to DVR recording data directory. This can take for a while sometimes. */

Completed in 2633 milliseconds

12 3 4 5