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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.h 6 // DirectShow is used for capturing. DirectShow provide its own threads
7 // for capturing.
video_capture_device_win.h 6 // DirectShow is used for capturing. DirectShow provide its own threads
7 // for capturing.
  /external/chromium_org/third_party/libjingle/source/talk/base/
windowpicker_unittest.cc 16 LOG(LS_INFO) << "skipping test: window capturing is not supported with "
31 LOG(LS_INFO) << "skipping test: window capturing is not supported with "
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive1_test.cc 26 // Test capturing parens -- (a) -- inside repetition operators
27 TEST(Repetition, Capturing) {
  /external/regex-re2/re2/testing/
exhaustive1_test.cc 26 // Test capturing parens -- (a) -- inside repetition operators
27 TEST(Repetition, Capturing) {
  /external/chromium/chrome/browser/chromeos/login/
camera.h 24 // Class that wraps interaction with video capturing device. Returns
38 // Callbacks that notify if video capturing was started successfully or
67 // Starts capturing video frames on camera thread. Frames can be retrieved
71 // Stops capturing video frames. Can be called anytime, any number of
100 // next task for itself if capturing still takes place.
161 // Indicates if capturing has been started.
  /external/tinyalsa/
tinycap.c 59 int capturing = 1; variable
68 capturing = 0;
165 /* install signal handler and begin capturing */
219 printf("Capturing sample: %u ch, %u hz, %u bit\n", channels, rate,
222 while (capturing && !pcm_read(pcm, buffer, size)) {
224 fprintf(stderr,"Error capturing sample\n");
  /external/qemu/android/camera/
camera-capture-windows.c 18 * Contains code capturing video frames from a camera device on Windows.
58 /* Video capturing window. Null indicates that device is not connected. */
61 * being capturing. */
129 W("%s: Frames should not be capturing at this point",
134 /* Destroy the capturing window. */
159 /* Resets camera device after capturing.
190 /* Recreate the capturing window. */
271 * the parent window, since we don't want video capturing
276 E("%s: Unable to create video capturing window '%s': %d",
305 /* wcd->dc is an indicator of capturing: !NULL - capturing, NULL - not *
    [all...]
  /external/chromium_org/cc/trees/
blocking_task_runner.h 21 // BlockingTaskRunner is in a capturing state will run in order, and tasks
22 // posted while the BlockingTaskRunner is /not/ in a capturing state will
71 // until the capturing stops. At that time the tasks will be run directly
  /external/chromium_org/chrome/browser/media/
media_stream_capture_indicator.h 46 // Returns true if the |web_contents| is capturing user media (e.g., webcam or
50 // Returns true if the |web_contents| is capturing video (e.g., webcam).
53 // Returns true if the |web_contents| is capturing audio (e.g., microphone).
  /device/generic/goldfish/camera/
EmulatedQemuCameraDevice.h 70 /* Starts capturing frames from the camera device. */
73 /* Stops capturing frames from the camera device. */
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_keybinding_registry_cocoa.h 64 // are suspended briefly while capturing which shortcut to assign to an
66 // capturing then trying to assign Ctrl+F to a command would instead result
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_keybinding_registry_gtk.h 72 // are suspended briefly while capturing which shortcut to assign to an
74 // capturing then trying to assign Ctrl+F to a command would instead result
  /external/chromium_org/chrome/test/logging/win/
file_logger.h 60 // Starts capturing logs from all providers into |log_file|. The common file
66 // Stops capturing logs.
  /external/chromium_org/remoting/host/
audio_scheduler.h 57 // Called on the audio thread to start capturing.
60 // Called on the audio thread to stop capturing.
audio_capturer.h 22 // Returns true if audio capturing is supported on this platform. If this
capture_scheduler.h 26 // Records time spent on capturing and encoding.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1178598.js 35 // by capturing it in a function closure.
72 // by capturing it in a function closure.
  /external/v8/test/mjsunit/regress/
regress-1178598.js 35 // by capturing it in a function closure.
72 // by capturing it in a function closure.
  /frameworks/base/core/java/android/speech/
IRecognitionService.aidl 25 * you want to begin capturing audio; RecognitionService will automatically
48 * is called during the speech capturing.
  /external/chromium_org/chrome/browser/extensions/api/
capture_web_contents_function.h 19 // Base class for capturing visibile area of a WebContents.
  /external/chromium_org/chrome/browser/resources/net_internals/
top_bar_view.js 7 * is in (capturing, viewing only, viewing loaded log), and may have extra
  /external/chromium_org/chrome/browser/ui/cocoa/
screen_capture_notification_ui_cocoa.h 16 // to quickly stop screen capturing.
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_util.py 13 '''Call the function |f|, capturing any logging output generated. |f| must
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_device_impl.h 101 // The current capturing resolution and frame rate.
116 // Starts capturing. Returns true if succeeded.
121 // Stops capturing. Must be run on the UI BrowserThread.
166 // Stops capturing and notifies client_ of an error state.

Completed in 512 milliseconds

12 3 4 5 6 7 8 91011>>