HomeSort by relevance Sort by last modified time
    Searched full:capture (Results 376 - 400 of 3047) sorted by null

<<11121314151617181920>>

  /external/strace/debian/
control 20 isolation, sanity checking and attempting to capture race conditions.
37 isolation, sanity checking and attempting to capture race conditions.
53 isolation, sanity checking and attempting to capture race conditions.
  /external/tcpdump/
setsignal.c 43 * "pcap_breakloop()" is called in a signal handler in a live capture,
44 * the read/recvfrom/whatever in the live capture doesn't get restarted,
46 * live capture loop.
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_unittest.cc 71 capturer->Capture();
110 capturer->Capture();
125 capturer->Capture();
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.h 71 * Submits a ZSL capture request (id = requestId)
75 * A capture request is created and submitted on behalf of the client.
150 // Update the post-processing metadata with the default still capture request template
  /frameworks/base/media/java/android/media/
CameraProfile.java 27 * capture (jpeg) quality levels (0-100) used for low, medium, and high
50 * Returns a pre-defined still image capture (jpeg) quality level
70 * Returns a pre-defined still image capture (jpeg) quality level
MediaSyncEvent.java 20 * The MediaSyncEvent class defines events that can be used to synchronize playback or capture
22 * <p>For instance, {@link AudioRecord#startRecording(MediaSyncEvent)} is used to start capture
30 * No sync event specified. When used with a synchronized playback or capture method, the
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
TileServicesTests.java 68 Mockito.verify(mManagers.get(i), Mockito.times(1)).setBindAllowed(captor.capture());
81 Mockito.verify(mManagers.get(i), Mockito.times(2)).setBindAllowed(captor.capture());
101 Mockito.verify(mManagers.get(i), Mockito.times(1)).setBindAllowed(captor.capture());
  /frameworks/rs/java/tests/RsCameraDemo/res/layout/
activity_main.xml 75 android:onClick="capture"
98 android:id="@+id/capture"
100 android:onClick="capture"
  /packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
CameraLatency.java 107 //2) Only count those number with succesful capture. Set the timer to invalid
108 //before capture and ignore them if the value is invalid
138 Log.v(TAG, "The Image capture wait time = " +
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
CameraLatency.java 97 //2) Only count those number with succesful capture. Set the timer to invalid
98 //before capture and ignore them if the value is invalid
128 Log.v(TAG, "The Image capture wait time = " +
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
InCallControllerTests.java 125 bindIntentCaptor.capture(),
156 bindIntentCaptor.capture(),
194 queryIntentCaptor.capture(),
206 bindIntentCaptor.capture(),
246 queryIntentCaptor.capture(),
258 bindIntentCaptor.capture(),
297 queryIntentCaptor.capture(),
311 bindIntentCaptor.capture(),
312 serviceConnectionCaptor.capture(),
343 bindIntentCaptor2.capture(),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pps.h 80 #define PPS_CAPTUREASSERT 0x01 /* capture assert events */
81 #define PPS_CAPTURECLEAR 0x02 /* capture clear events */
82 #define PPS_CAPTUREBOTH 0x03 /* capture assert and clear events */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pps.h 80 #define PPS_CAPTUREASSERT 0x01 /* capture assert events */
81 #define PPS_CAPTURECLEAR 0x02 /* capture clear events */
82 #define PPS_CAPTUREBOTH 0x03 /* capture assert and clear events */
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_functools.py 20 def capture(*args, **kw): function
21 """capture all positional and keyword arguments"""
33 p = self.thetype(capture, 1, 2, a=10, b=20)
40 p = self.thetype(capture, 1, 2, a=10, b=20)
42 self.assertEqual(p.func, capture)
83 p = self.thetype(capture)
86 p = self.thetype(capture, 1, 2)
93 p = self.thetype(capture)
96 p = self.thetype(capture, a=1)
105 p = self.thetype(capture, *args
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_functools.py 20 def capture(*args, **kw): function
21 """capture all positional and keyword arguments"""
33 p = self.thetype(capture, 1, 2, a=10, b=20)
40 p = self.thetype(capture, 1, 2, a=10, b=20)
42 self.assertEqual(p.func, capture)
83 p = self.thetype(capture)
86 p = self.thetype(capture, 1, 2)
93 p = self.thetype(capture)
96 p = self.thetype(capture, a=1)
105 p = self.thetype(capture, *args
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_functools.py 20 def capture(*args, **kw): function
21 """capture all positional and keyword arguments"""
33 p = self.thetype(capture, 1, 2, a=10, b=20)
40 p = self.thetype(capture, 1, 2, a=10, b=20)
42 self.assertEqual(p.func, capture)
83 p = self.thetype(capture)
86 p = self.thetype(capture, 1, 2)
93 p = self.thetype(capture)
96 p = self.thetype(capture, a=1)
105 p = self.thetype(capture, *args
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_functools.py 20 def capture(*args, **kw): function
21 """capture all positional and keyword arguments"""
33 p = self.thetype(capture, 1, 2, a=10, b=20)
40 p = self.thetype(capture, 1, 2, a=10, b=20)
42 self.assertEqual(p.func, capture)
83 p = self.thetype(capture)
86 p = self.thetype(capture, 1, 2)
93 p = self.thetype(capture)
96 p = self.thetype(capture, a=1)
105 p = self.thetype(capture, *args
    [all...]
  /docs/source.android.com/src/devices/camera/
camera3.jd 49 <li>Still Capture</li>
94 encapsulate all configuration information about the capture and processing of a
103 as a pipeline to camera version 1's one-way stream. It converts each capture
107 <li>A Result object with metadata about the capture.</li>
120 <p>A request contains all desired capture settings and the list of output
122 configured set). A request can be one-shot (with <code>capture()</code>), or it
camera3_requests_methods.jd 29 <p>Create capture settings for standard camera use cases. The device must return a
44 <p>Send a new capture request to the HAL. The HAL should not return from this call
51 The actual request processing is asynchronous, with the results of capture being
58 it needs to retain for the capture processing. The HAL is responsible for
68 <li>0: On a successful start to processing the capture request</li>
70 there are 0 output buffers, etc) and capture processing cannot start. Failures
  /external/autotest/server/site_tests/network_WiFi_TDLSPing/
network_WiFi_TDLSPing.py 33 Use an over-the-air packet capture to check whether we see
38 @param frequency: int frequency on which to perform the packet capture.
58 'capture but got %d captures instead.' %
62 logging.info('Analyzing packet capture...')
94 raise error.TestFail('Packet capture did not contain any IBSS '
97 raise error.TestFail('Packet capture contains an IBSS frame '
  /external/opencv3/samples/cpp/
ufacedetect.cpp 43 VideoCapture capture; local
108 if(!capture.open(c))
109 cout << "Capture from camera #" << c << " didn't work" << endl;
118 if(!capture.open( inputName ))
125 if( capture.isOpened() )
130 capture >> frame;
  /external/opencv3/samples/gpu/
cascadeclassifier.cpp 184 VideoCapture capture; local
194 capture.open(inputName);
195 CV_Assert(capture.isOpened());
199 capture.open(atoi(inputName.c_str()));
200 CV_Assert(capture.isOpened());
221 capture >> frame;
  /hardware/qcom/audio/legacy/libalsa-intf/
msm8960_use_cases.h 272 #define SND_USE_CASE_MOD_CAPTURE_FM "Capture FM"
273 #define SND_USE_CASE_MOD_CAPTURE_LOWLATENCY_MUSIC "Capture Lowlatency Music"
274 #define SND_USE_CASE_MOD_CAPTURE_A2DP_FM "Capture A2DP FM"
277 #define SND_USE_CASE_MOD_CAPTURE_VOIP "Capture VOIP"
278 #define SND_USE_CASE_MOD_CAPTURE_VOICE_DL "Capture Voice Downlink"
279 #define SND_USE_CASE_MOD_CAPTURE_VOICE_UL_DL "Capture Voice Uplink Downlink"
  /cts/apps/CameraITS/tests/inprog/
test_crop_region.py 37 # Capture a full frame first.
41 # Capture a frame for each of the regions.
  /cts/apps/CameraITS/tests/scene1/
test_locked_burst.py 44 # Converge 3A prior to capture.
52 # Capture bursts of YUV shots.

Completed in 830 milliseconds

<<11121314151617181920>>