/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 38 LCK_Init ///< C++1y "init-capture", value specified by an expression
|
/external/chromium/chrome/browser/ui/views/tabs/ |
native_view_photobooth_win.cc | 27 // Since the capture window must be visible to be painted, it must be opened 76 // Insert the TabContents into the capture window. 102 // Transfer the contents of the layered capture window to the screen-shot 125 // partially off-screen) then just blitting from the HWND' DC to the capture 126 // bitmap would be incorrect, since the capture bitmap would show only the 133 // the capture bitmap. This results in the entire unclipped HWND display 136 // The capture window must be layered so that Windows generates a backing 139 // retain its contents and blitting results in blank data. The capture window 144 // This function sets up the off-screen capture window, and attaches the 157 // If the capture window isn't visible, blitting from the TabContents [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
native_view_photobooth_win.cc | 26 // Since the capture window must be visible to be painted, it must be opened 75 // Insert the WebContents into the capture window. 101 // Transfer the contents of the layered capture window to the screen-shot 124 // partially off-screen) then just blitting from the HWND' DC to the capture 125 // bitmap would be incorrect, since the capture bitmap would show only the 132 // the capture bitmap. This results in the entire unclipped HWND display 135 // The capture window must be layered so that Windows generates a backing 138 // retain its contents and blitting results in blank data. The capture window 143 // This function sets up the off-screen capture window, and attaches the 158 // If the capture window isn't visible, blitting from the WebContents' [all...] |
/external/chromium_org/content/renderer/media/ |
video_capture_message_filter.h | 5 // MessageFilter that handles video capture messages and delegates them to 7 // render process. It intercepts video capture messages and process them on 20 #include "media/video/capture/video_capture.h" 36 // Called when state of a video capture device has changed in the browser 40 // Called when device info is received from video capture device in the 45 // Called when newly changed device info is received from video capture 93 // State of browser process' video capture device has changed.
|
video_capture_message_filter.cc | 107 "non-existent or removed video capture."; 126 "non-existent or removed video capture."; 142 DLOG(WARNING) << "OnDeviceStateChanged: Got video capture event for a " 143 "non-existent or removed video capture."; 154 DLOG(WARNING) << "OnDeviceInfoReceived: Got video capture event for a " 155 "non-existent or removed video capture.";
|
video_capture_impl.h | 5 // VideoCaptureImpl represents a capture device in renderer process. It provides 6 // interfaces for clients to Start/Stop capture. It also communicates to clients 7 // when buffer is ready, state of capture device is changed. 10 // relays operation of capture device to browser process and receives response 20 // I/O and Capture threads and this is safe (even though the I/O thread is 24 // through the capture & I/O threads, so as long as nobody posts tasks after the 39 #include "media/video/capture/video_capture.h" 40 #include "media/video/capture/video_capture_types.h" 143 // The device's video capture format sent from browser process side.
|
/packages/apps/Browser/src/com/android/browser/ |
UploadHandler.java | 93 void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture) { 98 final String mediaSourceKey = "capture"; 119 if (capture.length() > 0) { 120 mediaSource = capture; 123 if (capture.equals(mediaSourceValueFileSystem)) { 125 // of the media capture API, if the value of the 'capture' attribute is 127 // may specify a different capture value. 149 // Specified just 'image/*', capture=filesystem, or an invalid capture parameter [all...] |
/external/clang/test/CodeGenCXX/ |
captured-statements.cpp | 32 // CHECK-1: %[[Capture:struct\.anon[\.0-9]*]] = type { %struct.Foo*, %struct.TestClass* } 36 // CHECK-1: getelementptr inbounds %[[Capture]]* %{{[^,]*}}, i32 0, i32 0 38 // CHECK-1: getelementptr inbounds %[[Capture]]* %{{[^,]*}}, i32 0, i32 1 39 // CHECK-1: call void @[[HelperName:[A-Za-z0-9_]+]](%[[Capture]]* 45 // CHECK-1: getelementptr inbounds %[[Capture]]* {{[^,]*}}, i32 0, i32 1 47 // CHECK-1: getelementptr inbounds %[[Capture]]* {{[^,]*}}, i32 0, i32 0 62 // CHECK-2: call void @[[HelperName:["$_A-Za-z0-9]+]](%[[Capture:.*]]* 65 // CHECK-2: getelementptr inbounds %[[Capture]]* 76 // CHECK-3: %[[Capture:struct\.anon[\.0-9]*]] = type { i32* } 91 // CHECK-4: call void @[[HelperName:["$_A-Za-z0-9]+]](%[[Capture:.*]] [all...] |
/frameworks/base/core/java/android/hardware/camera2/ |
package.html | 23 per the request, and then outputs one capture result metadata packet, 39 <p>To capture or stream images from a camera device, the application 54 capture parameters needed by a camera device to capture a single 56 should be used as targets for this capture. The CameraDevice has a 64 android.hardware.camera2.CameraDevice#capture} or for an endlessly 67 a burst capture / repeating burst. Repeating requests have a lower 69 through <code>capture()</code> while there's a repeating request 71 capture completes.</p> 75 information about the state of the camera device at time of capture, [all...] |
/external/chromium_org/third_party/re2/re2/ |
nfa.cc | 62 const char** capture; member in struct:re2::NFA::Thread 69 const char* cap_j; // if j>=0, set capture[j] = cap_j before processing ip 88 // to the workqueue q with associated capture info. 90 const char* p, const char** capture); 100 // Returns text version of capture information, for debugging. 101 string FormatCapture(const char** capture); 152 delete[] t->capture; 168 t->capture = new const char*[ncapture_]; 187 const char* p, const char** capture) { 204 capture[a.j] = a.cap_j [all...] |
/external/regex-re2/re2/ |
nfa.cc | 62 const char** capture; member in struct:re2::NFA::Thread 69 const char* cap_j; // if j>=0, set capture[j] = cap_j before processing ip 88 // to the workqueue q with associated capture info. 90 const char* p, const char** capture); 100 // Returns text version of capture information, for debugging. 101 string FormatCapture(const char** capture); 152 delete[] t->capture; 168 t->capture = new const char*[ncapture_]; 187 const char* p, const char** capture) { 204 capture[a.j] = a.cap_j [all...] |
/external/clang/include/clang/Sema/ |
ScopeInfo.h | 333 class Capture { 334 // There are three categories of capture: capturing 'this', capturing 336 // arbitrary initializer, and don't really capture in the traditional 339 // There are three ways to capture a local variable: 340 // - capture by copy in the C++11 sense, 341 // - capture by reference in the C++11 sense, and 342 // - __block capture. 343 // Lambdas explicitly specify capture by copy or capture by reference. 344 // For blocks, __block capture applies to variables with that annotation [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_host.h | 5 // VideoCaptureHost serves video capture related messages from 11 // Here's an example of a typical IPC dialog for video capture: 92 // IPC message: Start capture on the VideoCaptureDevice referenced by 105 // IPC message: Stop capture on device referenced by |device_id|. 108 // IPC message: Pause capture on device referenced by |device_id|. 128 // Send information about the capture parameters (resolution, frame rate etc)
|
video_capture_controller_event_handler.h | 46 // The frame resolution the VideoCaptureDevice capture video in. 50 // The frame resolution the VideoCaptureDevice capture video in. 56 // The capture session has ended and no more frames will be sent.
|
video_capture_manager.h | 6 // video capture devices, and manage VideoCaptureController's. 21 #include "media/video/capture/video_capture_device.h" 22 #include "media/video/capture/video_capture_types.h" 29 // VideoCaptureManager opens/closes and start/stops video capture devices. 33 // not been called. This is used to be able to use video capture devices 58 // Stops capture device referenced by |capture_session_id|. No more frames 65 // video capture device. Due to timing requirements, the function must be 147 // Set to true if using fake video capture devices for testing, 159 // We cache the enumerated video capture devices in GetAvailableDevices
|
/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 286 * Returns the capture size range. 287 * @return the mininum capture size is returned in first array element and the maximum in secon [all...] |
/external/chromium_org/ash/drag_drop/ |
drag_drop_tracker.h | 23 // window where drag is started. This internally sets up a capture window for 35 // Tells our |capture_window_| to take capture. This is not done right at 37 // before the capture is transfered.
|
/external/chromium_org/ash/wm/ |
capture_controller.cc | 37 // If we're actually starting capture, then cancel any touches/gestures 39 // old capture window to the new one. When capture is released we have no
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
capture_status_view.js | 28 CaptureStatusView.MAIN_BOX_ID = 'capture-status-view'; 29 CaptureStatusView.ACTIONS_DROPDOWN_ID = 'capture-status-view-actions'; 31 'capture-status-view-captured-events-count';
|
/external/chromium_org/media/base/ |
audio_capturer_source.h | 19 // captured audio. An implementation will periodically call Capture() on a 27 virtual void Capture(AudioBus* audio_source, 55 // Sets the capture volume, with range [0.0, 1.0] inclusive.
|
/external/chromium_org/remoting/host/ |
capture_scheduler.cc | 15 // Number of samples to average the most recent capture and encode time 22 // Controls how much CPU time we can use for encode and capture. 43 // Delay by an amount chosen such that if capture and encode times
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
dromaeo-object-regexp.html | 260 test( "Compiled Capture Match", function(){ 269 test( "Compiled Capture Replace", function(){ 278 test( "Compiled Capture Replace with Capture", function(){ 287 test( "Compiled Capture Replace with Capture Function", function(){ 289 ret = tmp[i].replace( re, function(all,capture){ 290 return "asdf" + capture + "asdfasdf"; 298 test( "Compiled Capture Replace with Upperase Capture Function", function() [all...] |
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_capture_client_unittest.cc | 70 // mouse_pressed_handler()) are cleared when another root window takes capture. 86 // The act of having the second window take capture should clear out mouse 92 // Makes sure that when one window gets capture, it forces the release on the 99 // Both capture clients should return the same capture window. 103 // Build a window in the second RootWindow and give it capture. Both capture 104 // clients should return the same capture window. 136 // Tests aura::Window capture and whether gesture events are sent to the window 137 // which has capture [all...] |
/external/chromium_org/chrome/browser/extensions/api/tab_capture/ |
tab_capture_api.cc | 5 // Implements the Chrome Extensions Tab Capture API. 38 const char kCapturingSameTab[] = "Cannot capture a tab with an active stream."; 39 const char kFindingTabError[] = "Error finding tab to capture."; 40 const char kNoAudioOrVideo[] = "Capture failed. No audio or video requested."; 41 const char kPermissionError[] = "Tab Capture API flag is not enabled."; 54 scoped_ptr<api::tab_capture::Capture::Params> params = 55 TabCapture::Capture::Params::Create(*args_); 77 // Make sure either we have been granted permission to capture through an 119 // Device id we use for Tab Capture.
|
/external/chromium_org/media/video/capture/ |
video_capture_device_dummy.cc | 5 #include "media/video/capture/video_capture_device_dummy.h"
|