/frameworks/av/services/camera/libcameraservice/api1/client2/ |
CaptureSequencer.h | 41 * Manages the still image capture process for 54 // Begin still image capture 57 // Wait until current image capture completes; returns immediately if no 58 // capture is active. Returns TIMED_OUT if capture does not complete during 65 // Notifications about shutter (capture start)
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
BlockingCaptureCallback.java | 29 * A camera capture listener that implements blocking operations on state changes for a 30 * particular capture request. 92 * Create a blocking capture listener without forwarding the capture listener invocations 93 * to another capture listener. 100 * Create a blocking capture listener; forward original listener invocations
|
/packages/apps/Camera2/src/com/android/camera/one/config/ |
OneCameraFeatureConfig.java | 35 /** The camera API 2 support levels for capture module. */ 79 /** Whether the capture module should be used (instead of PhotoModule). */ 81 /** Determines the mode for regular capture on this device. */ 87 * during capture and processing, in megabytes. 109 * @return Whether CaptureModule should be used for photo capture. 136 * cameras during capture and processing, in megabytes.
|
/frameworks/base/media/java/android/media/audiofx/ |
Visualizer.java | 45 * <p>The length of the capture can be retrieved or specified by calling respectively 46 * {@link #getCaptureSize()} and {@link #setCaptureSize(int)} methods. The capture size must be a 48 * <p>In addition to the polling capture mode described above with {@link #getWaveForm(byte[])} and 51 * The rate at which the listener capture method is called as well as the type of data returned is 55 * When data capture is not needed any more, the Visualizer should be disabled. 91 * Defines a capture mode where amplification is applied based on the content of the captured 96 * Defines a capture mode where the playback volume will affect (scale) the range of the 178 * PCM and FFT capture listener registered by client 287 * Returns the capture size range. 288 * @return the mininum capture size is returned in first array element and the maximum in secon [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
EmojiTest.java | 75 mBitmapA = ccanvas.capture(Character.toChars(comparedCodePoints[i][0])); 76 mBitmapB = ccanvas.capture(Character.toChars(comparedCodePoints[i][1])); 82 mBitmapA = cviewA.capture(Character.toChars(comparedCodePoints[i][0])); 84 mBitmapB = cviewB.capture(Character.toChars(comparedCodePoints[i][1])); 89 mBitmapA = cedittextA.capture(Character.toChars(comparedCodePoints[i][0])); 91 mBitmapB = cedittextB.capture(Character.toChars(comparedCodePoints[i][1])); 100 mBitmapA = cwebview.capture(Character.toChars(comparedCodePoints[i][0])); 101 mBitmapB = cwebview.capture(Character.toChars(comparedCodePoints[i][1])); 160 Bitmap capture(char c[]) { method in class:EmojiTest.CaptureCanvas 182 Bitmap capture(char c[]) method in class:EmojiTest.CaptureTextView 205 Bitmap capture(char c[]) { method in class:EmojiTest.CaptureEditText 231 Bitmap capture(char c[]) { method in class:EmojiTest.CaptureWebView [all...] |
MyanmarTest.java | 47 Bitmap bitmapA = cviewA.capture(textA); 49 Bitmap bitmapB = cviewB.capture(textB); 54 Bitmap bitmapC = cviewC.capture(textC); 70 Bitmap capture(String text) { method in class:MyanmarTest.CaptureTextView
|
/external/libpcap/ |
pcap_set_buffer_size.3pcap | 25 capture handle 37 sets the buffer size that will be used on a capture handle when 45 if called on a capture handle that has been activated.
|
pcap_set_immediate_mode.3pcap | 23 pcap_set_immediate_mode \- set immediate mode for a not-yet-activated capture 36 sets whether immediate mode should be set on a capture handle when 45 if called on a capture handle that has been activated.
|
pcap_set_promisc.3pcap | 25 capture handle 37 sets whether promiscuous mode should be set on a capture handle when 46 if called on a capture handle that has been activated.
|
pcap_set_rfmon.3pcap | 24 pcap_set_rfmon \- set monitor mode for a not-yet-activated capture 37 sets whether monitor mode should be set on a capture handle when 46 if called on a capture handle that has been activated.
|
pcap_set_snaplen.3pcap | 25 capture handle 37 sets the snapshot length to be used on a capture handle when the handle 44 if called on a capture handle that has been activated.
|
pcap_set_timeout.3pcap | 25 capture handle 37 sets the read timeout that will be used on a capture handle when 48 if called on a capture handle that has been activated.
|
pcap_snapshot.3pcap | 41 was called, for a live capture, or the snapshot length from the capture 52 if called on a capture handle that has been created but not activated.
|
pcap-septel.h | 2 * pcap-septel.c: Packet capture interface for Intel Septel card
|
pcap_can_set_rfmon.3pcap | 25 not-yet-activated capture handle 37 checks whether monitor mode could be set on a capture handle when 44 if the capture source specified when the handle was created doesn't 50 if called on a capture handle that has been activated, or
|
pcap_create.3pcap | 24 pcap_create \- create a live capture handle 42 is used to create a packet capture handle to look 50 can be used to capture packets from all interfaces. 55 with it; options for the capture, such as promiscuous mode, can be set
|
pcap_setnonblock.3pcap | 25 non-blocking mode on a capture device 44 puts a capture handle into ``non-blocking'' mode, or takes it out 53 ``non-blocking'' mode, an attempt to read from the capture descriptor 64 returns the current ``non-blocking'' state of the capture descriptor; it
|
/packages/apps/Camera2/src/com/android/camera/app/ |
CameraServices.java | 29 * Returns the capture session manager instance that modules use to store 30 * temporary or final capture results. 57 * capture apps. Will never return null.
|
/developers/samples/android/media/Camera2Raw/ |
template-params.xml | 29 This sample demonstrates how to use the Camera2 API to capture RAW 54 This sample demonstrates using the Camera2 API to capture a JPEG and RAW sensor frame. 56 run auto-focus, auto-exposure metering, and auto-white-balance; capture a JPEG and 64 The [Camera2 API][1] allows users to capture RAW images, i.e. unprocessed pixel data
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/ |
debug.prints.txt | 1 :mod:`paste.debug.prints` -- capture print output
|
/external/clang/include/clang/Basic/ |
Lambda.h | 22 /// \brief The default, if any, capture method for a lambda expression. 29 /// \brief The different capture forms in a lambda introducer 31 /// C++11 allows capture of \c this, or of local variables by copy or 32 /// by reference. C++1y also allows "init-capture", where the initializer
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
TypeVisitorTest.java | 49 Type type = new TypeCapture<T>() {}.capture(); 65 Type type = new TypeCapture<T[]>() {}.capture(); 73 Type type = new TypeCapture<Iterable<T>>() {}.capture(); 81 Type type = new TypeCapture<EnumSet<E>>() {}.capture();
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/ |
ScreenshotAppState.java | 28 private boolean capture = false; field in class:ScreenshotAppState 54 capture = true; 80 if (capture){ 81 capture = false;
|
/external/zxing/qr_scanner/ |
README.google | 7 Android library that exposes an activity to capture QR codes. It is basically
|
/packages/apps/Browser/ |
Android.mk | 22 # We need the sound recorder for the Media Capture API.
|