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

12 3 4 5 6 7 8 91011>>

  /frameworks/av/include/camera/
Camera.h 89 // start recording mode, must call setPreviewDisplay first
92 // stop recording mode
95 // get recording state
98 // release a recording frame
ICamera.h 66 // start recording mode
69 // stop recording mode
72 // get recording state
75 // release a recording frame
  /frameworks/wilhelm/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 */
  /packages/apps/Camera/res/values/
config.xml 20 <!-- Maximum recording length in milliseconds. 0 means unlimited. -->
  /packages/apps/Gallery2/res/values/
config.xml 20 <!-- Maximum recording length in milliseconds. 0 means unlimited. -->
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_AndroidConfiguration.h 27 /** Audio recording preset */
28 /** Audio recording preset key */
30 /** Audio recording preset values */
34 /** generic recording configuration on the platform */
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_AndroidConfiguration.h 27 /** Audio recording preset */
28 /** Audio recording preset key */
30 /** Audio recording preset values */
34 /** generic recording configuration on the platform */
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_AndroidConfiguration.h 27 /** Audio recording preset */
28 /** Audio recording preset key */
30 /** Audio recording preset values */
34 /** generic recording configuration on the platform */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/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 */
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/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 */
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_AndroidConfiguration.h 27 /** Audio recording preset */
28 /** Audio recording preset key */
30 /** Audio recording preset values */
34 /** generic recording configuration on the platform */
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_AndroidConfiguration.h 27 /** Audio recording preset */
28 /** Audio recording preset key */
30 /** Audio recording preset values */
34 /** generic recording configuration on the platform */
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/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 */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/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 */
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/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 */
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_AndroidConfiguration.h 27 /** Audio recording preset */
28 /** Audio recording preset key */
30 /** Audio recording preset values */
34 /** generic recording configuration on the platform */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES_AndroidConfiguration.h 27 /** Audio recording preset */
28 /** Audio recording preset key */
30 /** Audio recording preset values */
34 /** generic recording configuration on the platform */
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_AndroidConfiguration.h 27 /** Audio recording preset */
28 /** Audio recording preset key */
30 /** Audio recording preset values */
34 /** generic recording configuration on the platform */
  /external/skia/src/image/
SkSurface_Picture.cpp 15 * How do we return an Image and then "continue" recording?
80 // We always spawn a copy of the recording picture when we
  /external/webkit/Source/WebCore/platform/graphics/android/context/
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/Camera/src/com/android/camera/
EffectsRecorder.java 102 // A callback to finalize the media after the recording is done.
321 throw new RuntimeException("setCamera cannot be called while recording!");
334 throw new RuntimeException("setProfile cannot be called while recording!");
346 throw new RuntimeException("setOutputFile cannot be called while recording!");
360 throw new RuntimeException("setOutputFile cannot be called while recording!");
372 * Sets the maximum filesize (in bytes) of the recording session.
380 throw new RuntimeException("setMaxFileSize cannot be called while recording!");
391 * Sets the maximum recording duration (in ms) for the next recording session
397 throw new RuntimeException("setMaxDuration cannot be called while recording!");
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
EffectsRecorder.java 103 // A callback to finalize the media after the recording is done.
322 throw new RuntimeException("setCamera cannot be called while recording!");
335 throw new RuntimeException("setProfile cannot be called while recording!");
347 throw new RuntimeException("setOutputFile cannot be called while recording!");
361 throw new RuntimeException("setOutputFile cannot be called while recording!");
373 * Sets the maximum filesize (in bytes) of the recording session.
381 throw new RuntimeException("setMaxFileSize cannot be called while recording!");
392 * Sets the maximum recording duration (in ms) for the next recording session
398 throw new RuntimeException("setMaxDuration cannot be called while recording!");
    [all...]
  /hardware/libhardware/include/hardware/
camera.h 124 * release video recording frames sent out by the cameral HAL before and
126 * clients must not modify/access any video recording frame after calling
155 * buffers sent out via CAMERA_MSG_VIDEO_FRAME for a recording session. If
192 * responsibility to manage the life-cycle of the video recording frames,
193 * and the client must not modify/access any video recording frames.
198 * Stop a previously started recording.
203 * Returns true if recording is enabled.
210 * It is camera HAL client's responsibility to release video recording
214 * responsibility to manage the life-cycle of the video recording frames.
  /external/skia/include/pipe/
SkGPipe.h 123 // should be no more drawing calls made into the recording canvas.
135 * Return the amount of bytes being used for recording. Note that this
144 * Attempt to reduce the storage allocated for recording by evicting
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 48 /* Preset number to use for recording */
55 /* Size of the recording buffer queue */
90 /* Callback for recording buffer queue events */
110 /* Callback for recording buffer queue events */
160 /* Source of audio data for the recording */
243 fprintf(stderr, "Error retrieving recording preset as %u instead of %u\n", presetRetrieved,
257 /* Set up the recorder callback to get events during the recording */
275 /* Initialize the callback and its context for the recording buffer queue */
295 /* Start recording */
307 /* End of recording */
    [all...]

Completed in 5903 milliseconds

12 3 4 5 6 7 8 91011>>