HomeSort by relevance Sort by last modified time
    Searched full:recording (Results 451 - 475 of 1492) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device.h 97 virtual bool Recording() const = 0;
166 // Recording of raw PCM data
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_impl.cc 512 "StartPlaying called, but already playing or recording file %s",
729 "Not currently recording!");
735 "Recording is active, but output stream is NULL!");
976 "StartRecording called, but already recording or playing file %s!",
    [all...]
media_file_utility.h 81 // Stop recording to file or stream.
116 // Prepare for recording audio to stream.
153 // Prepare for recording audio to stream.
180 // Prepare for recording audio to stream.
206 // Prepare for recording audio to stream.
  /external/chromium_org/third_party/webrtc/modules/utility/source/
rtp_dump_impl.cc 55 // Milliseconds since the start of recording.
173 // Offset is relative to when recording was started.
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.h 163 // Enables recording of debugging information.
166 // Disables recording of debugging information.
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_network.py 143 """Starts monitoring network notifications and recording HTTP responses."""
155 """Stops monitoring network notifications and recording HTTP responses."""
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
perf-top.txt 144 Enables call-graph (stack chain/backtrace) recording.
147 Setup and enable call-graph (stack chain/backtrace) recording,
  /external/oprofile/libpp/
profile.h 49 * count samples count w/o recording them
52 * convenience interface for raw access to sample count w/o recording
profile_container.h 39 * acts as hint for what you will request after recording samples and
40 * so allow optimizations during recording the information.
  /external/skia/src/core/
SkPixelRef.cpp 169 // We write the gen ID into the picture for within-process recording. This
172 // of genIDs. So for cross-process recording we write a zero which will
  /frameworks/av/include/media/
mediarecorder.h 120 // Recording is in progress.
188 // we use to eliminate the recording sound.
  /frameworks/base/docs/html/training/camera/
videobasics.jd 1 page.title=Recording Videos Simply
6 previous.title=Recording Photos Simply
  /frameworks/base/libs/hwui/
StatefulBaseRenderer.h 32 * Renderer interface. Drawing and recording classes that extend StatefulBaseRenderer will have
38 * Recording subclasses (i.e. DisplayListRenderer) can both record and pass through state operations
  /frameworks/base/media/java/android/media/audiopolicy/
AudioMix.java 53 * the audio signal, i.e. an output device for an output mix, or a recording for an input mix.
77 * Mix type indicating recording streams are mixed.
  /frameworks/wilhelm/src/android/
android_prompts.h 59 "Cannot set recording preset: unknown or invalid preset"
61 "Cannot set recording preset: audio recorder already realized"
  /hardware/qcom/media/mm-core/inc/
QOMX_IVCommonExtensions.h 183 QOMX_MediaInfoTagEquipmentMake, /**< OMX_U8*. Manufacturer of recording equipment.*/
184 QOMX_MediaInfoTagEquipmentModel,/**< OMX_U8*. Model or name of the recording equipment.*/
203 QOMX_MediaInfoTagLocation, /**< OMX_U8*. Recording location information.*/
212 QOMX_MediaInfoTagLyricist, /**< OMX_U8*. Name of the lyricist or text writer in recording. Specific to ID3 tag.*/
215 QOMX_MediaInfoTagOriginalLyricist, /**< OMX_U8*. Name of the original lyricist/text writer of original recording.*/
219 QOMX_MediaInfoTagOrchestra, /**< OMX_U8*. Name of the orchestra or performers during recording.*/
224 QOMX_MediaInfoTagRecordingDates, /**< OMX_U8*. Recording date of media.*/
227 QOMX_MediaInfoTagInternationalRecordingCode,/**< OMX_U8*. International standard recording code.*/
  /hardware/ti/omap4-aah/camera/inc/
TICameraParameters.h 80 // TI recording hint to notify camera adapters of possible recording
  /hardware/ti/omap4xxx/camera/inc/
TICameraParameters.h 69 // TI recording hint to notify camera adapters of possible recording
  /packages/apps/Camera2/src/com/android/camera/widget/
VideoRecordingHints.java 35 * This class is designed to show the video recording hint when device is held in
36 * portrait before video recording. The rotation device indicator will start rotating
  /external/srec/audio/AudioIn/UNIX/src/
audioin.c 110 //read the equivalent of 100 ms per buffer. Note: we are recording at 44 kHz
128 static snd_pcm_t *ghPCM; /* handle to the PCM recording device */
154 static int gRecordingVolume = -1; /* recording volume ; number between 0 and 15 */
155 static int bRecord = 0; /* recording state is off */
973 waveform-audio input device capable of recording in the
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java 71 * Create a request suitable for video recording. Specifically, this means
73 * recording quality. These requests would commonly be used with the
81 * Create a request suitable for still image capture while recording
83 * disrupting the ongoing recording. These requests would commonly be used
165 * <li>For recording with {@link android.media.MediaCodec}: Call
171 * <li>For recording with {@link android.media.MediaRecorder}: Call
244 * smaller. {@code RECORD} refers to the camera device's maximum supported recording resolution,
271 * <tr> <td>{@code PRIV}</td><td id="rb">{@code MAXIMUM}</td> <td colspan="2" id="rb"></td> <td colspan="2" id="rb"></td> <td>Simple preview, GPU video processing, or no-preview video recording.</td> </tr>
276 * <tr> <td>{@code PRIV}</td><td id="rb">{@code PREVIEW}</td> <td>{@code PRIV}</td><td id="rb">{@code PREVIEW}</td> <td colspan="2" id="rb"></td> <td>Standard recording.</td> </tr>
291 * <tr> <td>{@code PRIV}</td><td id="rb">{@code PREVIEW}</td> <td>{@code PRIV}</td><td id="rb">{@code RECORD }</td> <td colspan="2" id="rb"></td> <td>High-resolution video recording with preview.</td> </tr
    [all...]
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 131 * The {@link android.util.Size} of video recording.
146 * Whether the app is recording video now
349 // Choose the sizes for camera preview and video recording
524 // Start recording
535 // Stop recording
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 131 * The {@link android.util.Size} of video recording.
146 * Whether the app is recording video now
349 // Choose the sizes for camera preview and video recording
524 // Start recording
535 // Stop recording
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
Camera2VideoFragment.java 131 * The {@link android.util.Size} of video recording.
146 * Whether the app is recording video now
349 // Choose the sizes for camera preview and video recording
524 // Start recording
535 // Stop recording
  /external/chromium_org/cc/resources/
picture_pile_unittest.cc 331 // If the y far enough away we expect to find no picture (no re-recording
533 // Invalidation inside the recording rect does not need to be expanded.
538 // Invalidation outside the recording rect should expand to the tiles it
604 // We should have a recording for every tile.
633 // We invalidated all new pixels in the recording.
723 // We invalidated all new pixels in the recording.
810 // We invalidated all new pixels in the recording.
    [all...]

Completed in 4219 milliseconds

<<11121314151617181920>>