Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 25 of 79) sorted by relevance

1234

/frameworks/base/docs/html/tools/help/
Dgltracer.jd20 The tool allows you to capture OpenGL ES commands and frame by frame images to help you understand
52 <p>Tracer captures OpenGL ES command execution logs and can also capture progressive images of the
60 <p class="img-caption"><strong>Figure 1.</strong> Trace capture dialog box.</p>
62 <p>To capture an OpenGL ES trace for an Android application:</p>
69 <li>On the toolbar, click the trace capture button (<img
70 src="{@docRoot}images/gltracer/icon-capture.png">).</li>
80 <p class="note"><strong>Note:</strong> If you want to capture progressive frame images for each
85 <li>Click <strong>Trace</strong> to start the trace capture.</li>
/frameworks/base/docs/html/guide/topics/media/
Daudio-capture.jd39 <p class="note"><strong>Note:</strong> The Android Emulator does not have the ability to capture
44 <p>Audio capture from the device is a bit more complicated than audio and video playback, but still
63 <li>To start audio capture, call
65 <li>To stop audio capture, call {@link android.media.MediaRecorder#stop MediaRecorder.stop()}.
73 <p>The example class below illustrates how to set up, start and stop audio capture, and to play the
Dcamera.jd14 <li><a href="#intent-image">Image capture intent</a></li>
15 <li><a href="#intent-video">Video capture intent</a></li>
25 <li><a href="#capture-picture">Capturing pictures</a></li>
26 <li><a href="#capture-video">Capturing videos</a></li>
58 devices, allowing you to capture pictures and videos in your applications. This document discusses a
59 quick, simple approach to image and video capture and outlines an advanced approach for creating
106 MediaStore.ACTION_VIDEO_CAPTURE} can be used to capture images or videos without directly
152 <li><strong>Audio Recording Permission</strong> - For recording audio with video capture, your
153 application must request the audio capture permission.
172 camera intent makes a request to capture a picture or video clip through an existing camera app and
[all …]
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java94 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req.capture(), in testSetLanguage_availableLanguage()
116 LittleMock.verify(delegate, LittleMock.times(1)).onSynthesizeText(req2.capture(), in testSetLanguage_unavailableLanguage()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DEnergyProbe.java56 public int capture(int freq) throws InterruptedException { in capture() method in EnergyProbe
/frameworks/base/core/java/android/hardware/camera2/
DCameraDevice.java317 public int capture(CaptureRequest request, CaptureListener listener, Handler handler) in capture() method
/frameworks/base/core/java/android/webkit/
DWebChromeClient.java382 public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { in openFileChooser() argument
/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h58 virtual status_t capture(CameraMetadata &request) = 0;
/frameworks/base/docs/html/training/camera/
Dvideobasics.jd42 <p>This lesson explains how to capture video using existing camera
80 <p>Here's a function that invokes an intent to capture video.</p>
Dindex.jd56 <dd>Leverage other applications and capture photos with just a few lines of code.</dd>
Dphotobasics.jd43 <p>This lesson explains how to capture photos using an existing camera
85 <p>Here's a function that invokes an intent to capture a photo.</p>
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkPolicyManagerServiceTest.java42 import static org.easymock.EasyMock.capture;
209 mActivityManager.registerProcessObserver(capture(processObserver)); in setUp()
215 mNetworkManager.registerObserver(capture(networkObserver)); in setUp()
868 capture(tag.capture), anyInt(), in expectEnqueueNotification()
950 public Capture<T> capture = new Capture<T>() { field in NetworkPolicyManagerServiceTest.FutureCapture
DConnectivityServiceTest.java136 .startMonitoring(isA(Context.class), trackerHandler.capture()); in setUp()
DNetworkStatsServiceTest.java43 import static org.easymock.EasyMock.capture;
152 mNetManager.registerObserver(capture(networkObserver)); in setUp()
304 mNetManager.registerObserver(capture(networkObserver)); in testStatsRebootPersist()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaPresetReverbTest.java232 int energy1000 = probe.capture(1000); in test2_0AuxiliarySoundModification()
315 int energy1000 = probe.capture(1000); in test2_1InsertSoundModification()
DMediaEnvReverbTest.java389 int energy1000 = probe.capture(1000); in test2_0AuxiliarySoundModification()
474 int energy1000 = probe.capture(1000); in test2_1InsertSoundModification()
/frameworks/native/include/gui/
DSurfaceComposerClient.h163 static status_t capture(
/frameworks/base/docs/html/tools/debugging/
Dindex.jd39 capture screenshots, gather thread and stack information, spoof incoming calls and SMS
162 <dd>The Dalvik Debug Monitor Server (DDMS) can capture screenshots from the emulator. Select
163 <strong>Device > Screen capture</strong>.</dd>
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt43 start mode. On stop, the application will capture whatever images are in the
/frameworks/base/docs/html/training/basics/intents/
Dindex.jd46 component that can handle the intended action (such as "capture a photo").</p>
/frameworks/base/core/java/android/view/
DViewDebug.java422 capture(view, clientStream, params[0]); in dispatchCommand()
718 private static void capture(View root, final OutputStream clientStream, String parameter) in capture() method in ViewDebug
722 capture(root, clientStream, captureView); in capture()
726 public static void capture(View root, final OutputStream clientStream, View captureView) in capture() method in ViewDebug
/frameworks/av/services/camera/libcameraservice/device2/
DCamera2Device.h50 virtual status_t capture(CameraMetadata &request);
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h81 virtual status_t capture(CameraMetadata &request);
/frameworks/av/services/camera/libcameraservice/api_pro/
DProCamera2Client.cpp212 return mDevice->capture(metadata); in submitRequest()
/frameworks/base/docs/html/tools/
Dindex.jd51 <li>Quickly capture bug reports onto the device.</li>

1234