HomeSort by relevance Sort by last modified time
    Searched refs:capture (Results 1 - 25 of 308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/opencv/otherlibs/highgui/
cvcap.cpp 64 CV_IMPL IplImage* cvQueryFrame( CvCapture* capture )
66 return capture ? capture->queryFrame() : 0;
70 CV_IMPL int cvGrabFrame( CvCapture* capture )
72 return capture ? capture->grabFrame() : 0;
75 CV_IMPL IplImage* cvRetrieveFrame( CvCapture* capture )
77 return capture ? capture->retrieveFrame() : 0;
80 CV_IMPL double cvGetCaptureProperty( CvCapture* capture, int id
    [all...]
  /external/chromium_org/media/video/capture/
video_capture_proxy.cc 5 #include "media/video/capture/video_capture_proxy.h"
17 media::VideoCapture* capture) {
19 state.started = capture->CaptureStarted();
20 state.frame_rate = capture->CaptureFrameRate();
38 void VideoCaptureHandlerProxy::OnStarted(VideoCapture* capture) {
42 capture,
43 GetState(capture)));
46 void VideoCaptureHandlerProxy::OnStopped(VideoCapture* capture) {
50 capture,
51 GetState(capture)));
    [all...]
video_capture.h 6 // capture devices.
14 #include "media/video/capture/video_capture_types.h"
27 // Notify client that video capture has been started.
28 virtual void OnStarted(VideoCapture* capture) = 0;
30 // Notify client that video capture has been stopped.
31 virtual void OnStopped(VideoCapture* capture) = 0;
33 // Notify client that video capture has been paused.
34 virtual void OnPaused(VideoCapture* capture) = 0;
36 // Notify client that video capture has hit some error |error_code|.
37 virtual void OnError(VideoCapture* capture, int error_code) = 0
    [all...]
video_capture_proxy.h 10 #include "media/video/capture/video_capture.h"
19 // process, the VideoCaptureImpl calls its handler on a "Video Capture" thread,
23 // Since the VideoCapture is living on the "Video Capture" thread, querying its
46 virtual void OnStarted(VideoCapture* capture) OVERRIDE;
47 virtual void OnStopped(VideoCapture* capture) OVERRIDE;
48 virtual void OnPaused(VideoCapture* capture) OVERRIDE;
49 virtual void OnError(VideoCapture* capture, int error_code) OVERRIDE;
50 virtual void OnRemoved(VideoCapture* capture) OVERRIDE;
51 virtual void OnFrameReady(VideoCapture* capture,
57 VideoCapture* capture,
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 122 struct XRayTraceCapture* capture,
131 void XRayCheckGuards(struct XRayTraceCapture* capture) {
132 assert(capture->guard0 == XRAY_GUARD_VALUE_0x12345678);
133 assert(capture->guard1 == XRAY_GUARD_VALUE_0x12345678);
134 assert(capture->guard2 == XRAY_GUARD_VALUE_0x87654321);
135 assert(capture->guard3 == XRAY_GUARD_VALUE_0x12345678);
140 struct XRayTraceCapture* capture, int index) {
143 index = capture->buffer_size - 1;
149 struct XRayTraceCapture* capture, int index) {
151 if (index >= capture->buffer_size
327 struct XRayTraceCapture* capture = g_xray_capture; local
353 struct XRayTraceCapture* capture = g_xray_capture; local
412 struct XRayTraceCapture* capture = g_xray_capture; local
444 struct XRayTraceCapture* capture = g_xray_capture; local
717 struct XRayTraceCapture* capture; local
    [all...]
xray.h 46 XRAY_NO_INSTRUMENT void XRayShutdown(struct XRayTraceCapture* capture);
47 XRAY_NO_INSTRUMENT void XRayStartFrame(struct XRayTraceCapture* capture);
48 XRAY_NO_INSTRUMENT void XRayEndFrame(struct XRayTraceCapture* capture);
50 struct XRayTraceCapture* capture, uint32_t filter);
51 XRAY_NO_INSTRUMENT void XRaySaveReport(struct XRayTraceCapture* capture,
55 XRAY_NO_INSTRUMENT void XRayReport(struct XRayTraceCapture* capture,
62 struct XRayTraceCapture* capture);
90 inline void XRayShutdown(struct XRayTraceCapture* capture) {}
91 inline void XRayStartFrame(struct XRayTraceCapture* capture) {}
92 inline void XRayEndFrame(struct XRayTraceCapture* capture) {}
    [all...]
report.c 28 void XRayTraceReport(struct XRayTraceCapture* capture,
39 struct XRaySymbolTable* symbols = XRayGetSymbolTable(capture);
54 total = XRayFrameGetTotalTicks(capture, frame);
55 start = XRayFrameGetTraceStartIndex(capture, frame);
56 end = XRayFrameGetTraceEndIndex(capture, frame);
59 if (!XRayTraceIsAnnotation(capture, index)) {
62 struct XRayTraceBufferEntry* e = XRayTraceGetEntry(capture, index);
73 XRayTraceCopyToString(capture, annotation_index, annotation);
82 index = XRayTraceNextEntry(capture, index);
96 void XRayFrameReport(struct XRayTraceCapture* capture, FILE* f)
    [all...]
xray_priv.h 120 XRAY_NO_INSTRUMENT void XRayCheckGuards(struct XRayTraceCapture* capture);
123 struct XRayTraceCapture* capture, int index);
125 struct XRayTraceCapture* capture, int i);
127 struct XRayTraceCapture* capture, int i);
129 struct XRayTraceCapture* capture, int index);
131 struct XRayTraceCapture* capture, char* src);
133 struct XRayTraceCapture* capture, int index, char* dst);
135 struct XRayTraceCapture* capture, int index);
137 struct XRayTraceCapture* capture, int index);
139 XRAY_NO_INSTRUMENT void XRayFrameMakeLabel(struct XRayTraceCapture* capture,
    [all...]
browser.c 57 void XRayBrowserTraceReport(struct XRayTraceCapture* capture) {
61 struct XRaySymbolTable* symbols = XRayGetSymbolTable(capture);
63 int32_t thread_id = XRayGetSavedThreadID(capture);
65 int head = XRayFrameGetHead(capture);
66 int frame = XRayFrameGetTail(capture);
70 capture, frame);
72 capture, frame);
81 int start = XRayFrameGetTraceStartIndex(capture, frame);
82 int end = XRayFrameGetTraceEndIndex(capture, frame);
96 for(i = start; i != end; i = XRayTraceNextEntry(capture, i))
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
status_view.css 6 .capture-status-view {
18 #capture-status-view {
23 .capture-status-view-link,
24 .capture-status-view-link:visited,
25 .capture-status-view-link:active {
30 .capture-status-view-link:hover {
36 #capture-status-view-actions {
45 .capture-status-view-arrow {
50 .capture-status-view-arrow::after {
  /external/chromium_org/content/renderer/media/
rtc_video_capture_delegate.cc 53 void RtcVideoCaptureDelegate::OnStarted(media::VideoCapture* capture) {
57 void RtcVideoCaptureDelegate::OnStopped(media::VideoCapture* capture) {
60 void RtcVideoCaptureDelegate::OnPaused(media::VideoCapture* capture) {
63 void RtcVideoCaptureDelegate::OnError(media::VideoCapture* capture,
69 this, capture));
72 void RtcVideoCaptureDelegate::OnRemoved(media::VideoCapture* capture) {
77 this, capture));
86 media::VideoCapture* capture,
92 capture,
97 media::VideoCapture* capture,
    [all...]
rtc_video_capture_delegate.h 12 #include "media/video/capture/video_capture.h"
20 // from Chrome's video capture implementation.
46 virtual void OnStarted(media::VideoCapture* capture) OVERRIDE;
47 virtual void OnStopped(media::VideoCapture* capture) OVERRIDE;
48 virtual void OnPaused(media::VideoCapture* capture) OVERRIDE;
49 virtual void OnError(media::VideoCapture* capture, int error_code) OVERRIDE;
50 virtual void OnRemoved(media::VideoCapture* capture) OVERRIDE;
52 media::VideoCapture* capture,
61 media::VideoCapture* capture,
63 void OnErrorOnCaptureThread(media::VideoCapture* capture);
    [all...]
  /external/easymock/src/org/easymock/internal/matchers/
Captures.java 20 import org.easymock.Capture;
28 private final Capture<T> capture; field in class:Captures
32 public Captures(Capture<T> captured) {
33 this.capture = captured;
37 buffer.append("capture(").append(capture).append(")");
52 capture.setValue(potentialValue);
  /external/littlemock/src/com/google/testing/littlemock/
ArgumentCaptor.java 22 * Simple capture object for use in tests.
26 * @param <T> the type we are going to capture
35 /** Use this argument captor to perform the capture. */
36 public T capture(); method in interface:ArgumentCaptor
  /external/chromium_org/content/renderer/pepper/
pepper_platform_video_capture.h 14 #include "media/video/capture/video_capture.h"
15 #include "media/video/capture/video_capture_types.h"
51 virtual void OnStarted(VideoCapture* capture) OVERRIDE;
52 virtual void OnStopped(VideoCapture* capture) OVERRIDE;
53 virtual void OnPaused(VideoCapture* capture) OVERRIDE;
54 virtual void OnError(VideoCapture* capture, int error_code) OVERRIDE;
55 virtual void OnRemoved(VideoCapture* capture) OVERRIDE;
57 VideoCapture* capture,
pepper_video_capture_host.h 13 #include "media/video/capture/video_capture.h"
14 #include "media/video/capture/video_capture_types.h"
39 void OnInitialized(media::VideoCapture* capture, bool succeeded);
42 virtual void OnStarted(media::VideoCapture* capture) OVERRIDE;
43 virtual void OnStopped(media::VideoCapture* capture) OVERRIDE;
44 virtual void OnPaused(media::VideoCapture* capture) OVERRIDE;
45 virtual void OnError(media::VideoCapture* capture, int error_code) OVERRIDE;
46 virtual void OnRemoved(media::VideoCapture* capture) OVERRIDE;
48 media::VideoCapture* capture,
pepper_platform_video_capture.cc 15 #include "media/video/capture/video_capture_proxy.h"
106 void PepperPlatformVideoCapture::OnStarted(VideoCapture* capture) {
108 handler_->OnStarted(capture);
111 void PepperPlatformVideoCapture::OnStopped(VideoCapture* capture) {
113 handler_->OnStopped(capture);
116 void PepperPlatformVideoCapture::OnPaused(VideoCapture* capture) {
118 handler_->OnPaused(capture);
121 void PepperPlatformVideoCapture::OnError(VideoCapture* capture,
124 handler_->OnError(capture, error_code);
127 void PepperPlatformVideoCapture::OnRemoved(VideoCapture* capture) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 21 def capture(t) method in class:TestImportedGrammars
22 @didr_master.capture(t)
25 a : B { capture("S.a") } ;
53 def capture(t) method in class:TestImportedGrammars
54 @master_2.capture(t)
57 a[x] returns [y] : B {capture("S.a"); $y="1000";} ;
66 s : label=a[3] {capture($label.y)} ;
84 def capture(t) method in class:TestImportedGrammars
85 @master_3.capture(t)
89 capture("whatevs"
118 def capture(t) method
131 def capture(t) method
162 def capture(t) method
175 def capture(t) method
209 def capture(t) method
237 def capture(t) method
265 def capture(t) method
290 def capture(t) method
    [all...]
  /external/chromium_org/content/public/common/
file_chooser_params.h 50 // See http://www.w3.org/TR/html-media-capture for more information.
52 bool capture; member in struct:content::FileChooserParams
  /external/chromium_org/third_party/WebKit/public/web/
WebFileChooserParams.h 67 // See http://www.w3.org/TR/html-media-capture/ for the semantics of the
68 // capture attribute. If |useMediaCapture| is true, the media types
70 // environment using a media capture mechanism. |capture| is deprecated and
72 WebString capture; member in struct:blink::WebFileChooserParams
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p14.cpp 3 template<typename T> void capture(const T&);
17 (void)[nc] { }; // expected-error{{capture of variable 'nc' as type 'NonCopyable' calls private copy constructor}}
19 ncr.foo(); // expected-error{{capture of variable 'ncr' as type 'NonCopyable' calls private copy constructor}}
49 capture(array[0]);
63 capture(a);
64 capture(b);
  /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...]
  /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]));
95 mBitmapA = cwebview.capture(Character.toChars(comparedCodePoints[i][0]));
96 mBitmapB = cwebview.capture(Character.toChars(comparedCodePoints[i][1]));
150 Bitmap capture(char c[]) { method in class:EmojiTest.CaptureCanvas
172 Bitmap capture(char c[]) method in class:EmojiTest.CaptureTextView
195 Bitmap capture(char c[]) { method in class:EmojiTest.CaptureEditText
221 Bitmap capture(char c[]) { method in class:EmojiTest.CaptureWebView
    [all...]
  /external/chromium_org/v8/test/mjsunit/
regexp-global.js 29 // Test that an optional capture is cleared between two matches.
31 str = str.replace(/(\w)?X/g, function(match, capture) {
32 assertTrue(match.indexOf(capture) >= 0 ||
33 capture === undefined);
34 return capture ? capture.toLowerCase() : "-";
40 str = str.replace(/\b/g, function(match, capture) {
47 str = str.replace(/(?=(\w+))\b/g, function(match, capture) {
48 return capture.length;
80 //Test that an optional capture is cleared between two matches
    [all...]

Completed in 717 milliseconds

1 2 3 4 5 6 7 8 91011>>