/external/chromium_org/third_party/lcov/example/ |
Makefile | 73 $(LCOV) --capture --directory . --output-file trace_noargs.info --test-name test_noargs 83 $(LCOV) --capture --directory . --output-file trace_args.info --test-name test_2_to_2000 93 $(LCOV) --capture --directory . --output-file trace_overflow.info --test-name "test_overflow"
|
/external/chromium_org/third_party/lcov-1.9/example/ |
Makefile | 73 $(LCOV) --capture --directory . --output-file trace_noargs.info --test-name test_noargs 83 $(LCOV) --capture --directory . --output-file trace_args.info --test-name test_2_to_2000 93 $(LCOV) --capture --directory . --output-file trace_overflow.info --test-name "test_overflow"
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videocapturer.h | 49 // TODO(hellner): CS_NO_DEVICE is an error code not a capture state. Separate 112 // Find the capture format for Start() by either calling GetSupportedFormats() 140 // Get the capture formats supported by the video capturer. The supported 144 // Get the best capture format for the desired format. The best format is the 153 // the best capture format has the exactly same fourcc. Otherwise, 154 // the best capture format uses a fourcc in GetPreferredFourccs(). 155 // best_format: the output of the best capture format. 165 // Start the video capturer with the specified capture format. 185 // Get the current capture format, which is set by the Start() call. 187 // capture format. For example, the capture format is HD but the capture [all...] |
/external/tcpdump/ |
setsignal.c | 48 * "pcap_breakloop()" is called in a signal handler in a live capture, 49 * the read/recvfrom/whatever in the live capture doesn't get restarted, 51 * live capture loop.
|
/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
|
/packages/apps/Camera/tests/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/Camera2/tests/src/com/android/camera/stress/ |
CameraLatency.java | 106 //2) Only count those number with succesful capture. Set the timer to invalid 107 //before capture and ignore them if the value is invalid 137 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 = " +
|
/pdk/apps/CameraITS/pymodules/its/ |
objects.py | 63 """Return a capture request with everything set to manual. 73 The default manual capture request, ready to be passed to the 93 """Return a capture request with everything set to auto.
|
/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...] |
/external/libpcap/ |
pcap.3 | 24 pcap \- Packet Capture library 132 The Packet Capture library 133 provides a high level interface to packet capture systems. All packets 156 is used to obtain a packet capture descriptor to look 164 can be used to capture packets from all interfaces. 166 specifies the maximum number of bytes to capture. If this value is less 171 capture all the data available from the packet. 263 puts a capture descriptor, opened with 274 ``non-blocking'' mode, an attempt to read from the capture descriptor 285 returns the current ``non-blocking'' state of the capture descriptor; i [all...] |
/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"
|
/packages/apps/Browser/src/com/android/browser/ |
DataController.java | 54 private ByteBuffer mBuffer; // to capture thumbnails 198 Bitmap capture = tab.getScreenshot(); local 199 if (capture == null) { 202 if (mBuffer == null || mBuffer.limit() < capture.getByteCount()) { 203 mBuffer = ByteBuffer.allocate(capture.getByteCount()); 205 capture.copyPixelsToBuffer(mBuffer);
|
/external/chromium_org/ash/system/chromeos/screen_security/ |
screen_capture_tray_item.cc | 21 const char kScreenCaptureNotificationId[] = "chrome://screen/capture"; 85 // screen capture is stopped externally.
|
/external/chromium_org/chrome/browser/chromeos/ |
camera_detector.cc | 28 // V4L capability that denotes a capture-enabled device. 29 const char kV4LCaptureCapability[] = "capture";
|
/external/chromium_org/chrome/test/functional/media/ |
media_jerky.py | 13 plus amortized measurement gap error (time taken to capture each frame). 83 """Starts jerky tool in capture mode and waits until its ready to capture. 86 A tuple of the jerky process and an absolute path to the capture log. 92 'capture', '--log', jerky_log], 113 jerky_log: Absolute path to the capture log. 156 tool collects enough information. Next the capture log is analyzed using 187 # Startup Jerky tool in capture mode.
|
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_provider.h | 5 // MediaStreamProvider is used to capture media of the types defined in 75 // Enumerates existing capture devices and calls |DevicesEnumerated|.
|
web_contents_video_capture_device.h | 12 #include "media/video/capture/video_capture_device.h" 25 // WebContentsVideoCaptureDevice will capture from whatever render view is
|
/external/chromium_org/content/public/browser/ |
speech_recognition_event_listener.h | 24 // Invoked when the first audio capture is initiated. 39 // Invoked when audio capture stops, either due to the endpoint detecting
|
/external/chromium_org/media/audio/linux/ |
alsa_input.h | 25 // Provides an input stream for audio capture based on the ALSA PCM interface. 82 snd_mixer_elem_t* mixer_element_handle_; // Handle to the capture element.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/ |
addsvnmimetypeforpng_unittest.py | 44 capture = OutputCapture() 56 capture.assert_outputs(self, step.run, [state])
|
/external/chromium_org/third_party/skia/include/utils/ |
SkCanvasStateUtils.h | 45 * @param canvas The canvas you wish to capture the current state of. 59 * @param canvas The canvas you wish to capture the current state of.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-145201.js | 46 // Capture: 54 // Capture:
|