Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 25 of 124) sorted by relevance

12345

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
Dimport.rb21 def capture(t) singletonMethod in TestImportedGrammars
53 def capture(t) singletonMethod in TestImportedGrammars
84 def capture(t) singletonMethod in TestImportedGrammars
118 def capture(t) singletonMethod in TestImportedGrammars
131 def capture(t) singletonMethod in TestImportedGrammars
162 def capture(t) singletonMethod in TestImportedGrammars
175 def capture(t) singletonMethod in TestImportedGrammars
209 def capture(t) singletonMethod in TestImportedGrammars
237 def capture(t) singletonMethod in TestImportedGrammars
265 def capture(t) singletonMethod in TestImportedGrammars
[all …]
/external/opencv3/modules/videoio/src/
Dcap_xine.cpp99 static void icvYUY2toBGR( CvCaptureAVI_XINE * capture ) in icvYUY2toBGR()
129 static void icvYV12toBGR( CvCaptureAVI_XINE * capture ) in icvYV12toBGR()
178 static void icvCloseAVI_XINE( CvCaptureAVI_XINE* capture ) in icvCloseAVI_XINE()
197 static void icvCheckSeekAVI_XINE( CvCaptureAVI_XINE * capture ) in icvCheckSeekAVI_XINE()
233 static int icvOpenAVI_XINE( CvCaptureAVI_XINE* capture, const char* filename ) in icvOpenAVI_XINE()
306 static int icvGrabFrameAVI_XINE( CvCaptureAVI_XINE* capture ) in icvGrabFrameAVI_XINE()
329 static const IplImage* icvRetrieveFrameAVI_XINE( CvCaptureAVI_XINE* capture, int ) in icvRetrieveFrameAVI_XINE()
399 static int icvOldSeekFrameAVI_XINE( CvCaptureAVI_XINE* capture, int f ) in icvOldSeekFrameAVI_XINE()
468 static int icvSeekFrameAVI_XINE( CvCaptureAVI_XINE* capture, int f ) in icvSeekFrameAVI_XINE()
522 static int icvSeekTimeAVI_XINE( CvCaptureAVI_XINE* capture, int t ) in icvSeekTimeAVI_XINE()
[all …]
Dcap_libv4l.cpp419 static int try_init_v4l(CvCaptureCAM_V4L* capture, char *deviceName) in try_init_v4l()
463 static int try_init_v4l2(CvCaptureCAM_V4L* capture, char *deviceName) in try_init_v4l2()
513 static void v4l2_free_ranges(CvCaptureCAM_V4L* capture) { in v4l2_free_ranges()
531 static void v4l2_add_ctrl_range(CvCaptureCAM_V4L* capture, v4l2_control* ctrl) { in v4l2_add_ctrl_range()
544 static int v4l2_get_ctrl_default(CvCaptureCAM_V4L* capture, __u32 id) { in v4l2_get_ctrl_default()
554 static int v4l2_get_ctrl_min(CvCaptureCAM_V4L* capture, __u32 id) { in v4l2_get_ctrl_min()
564 static int v4l2_get_ctrl_max(CvCaptureCAM_V4L* capture, __u32 id) { in v4l2_get_ctrl_max()
575 static void v4l2_scan_controls(CvCaptureCAM_V4L* capture) { in v4l2_scan_controls()
665 static int _capture_V4L2 (CvCaptureCAM_V4L *capture, char *deviceName) in _capture_V4L2()
873 static int _capture_V4L (CvCaptureCAM_V4L *capture, char *deviceName) in _capture_V4L()
[all …]
Dcap_qt.cpp107 CvCapture_QT_Movie * capture = 0; in icvCaptureFromFile_QT() local
132 static int icvOpenFile_QT_Movie (CvCapture_QT_Movie * capture, const char * filename) in icvOpenFile_QT_Movie()
238 static int icvClose_QT_Movie (CvCapture_QT_Movie * capture) in icvClose_QT_Movie()
261 static double icvGetProperty_QT_Movie (CvCapture_QT_Movie * capture, int property_id) in icvGetProperty_QT_Movie()
328 static int icvSetProperty_QT_Movie (CvCapture_QT_Movie * capture, int property_id, double value) in icvSetProperty_QT_Movie()
438 static int icvGrabFrame_QT_Movie (CvCapture_QT_Movie * capture) in icvGrabFrame_QT_Movie()
481 static const void * icvRetrieveFrame_QT_Movie (CvCapture_QT_Movie * capture, int) in icvRetrieveFrame_QT_Movie()
594 CvCapture_QT_Cam * capture = 0; in icvCaptureFromCam_QT() local
609 static double icvGetProperty_QT_Cam (CvCapture_QT_Cam * capture, int property_id) in icvGetProperty_QT_Cam()
616 static int icvSetProperty_QT_Cam (CvCapture_QT_Cam * capture, int property_id, double value) in icvSetProperty_QT_Cam()
[all …]
Dcap.cpp71 static inline double icvGetCaptureProperty( const CvCapture* capture, int id ) in icvGetCaptureProperty()
85 CV_IMPL IplImage* cvQueryFrame( CvCapture* capture ) in cvQueryFrame()
95 CV_IMPL int cvGrabFrame( CvCapture* capture ) in cvGrabFrame()
100 CV_IMPL IplImage* cvRetrieveFrame( CvCapture* capture, int idx ) in cvRetrieveFrame()
105 CV_IMPL double cvGetCaptureProperty( CvCapture* capture, int id ) in cvGetCaptureProperty()
110 CV_IMPL int cvSetCaptureProperty( CvCapture* capture, int id, double value ) in cvSetCaptureProperty()
115 CV_IMPL int cvGetCaptureDomain( CvCapture* capture) in cvGetCaptureDomain()
212 CvCapture *capture; in cvCreateCameraCapture() local
533 Ptr<IVideoCapture> capture; in IVideoCapture_create() local
584 Ptr<IVideoCapture> capture; in IVideoCapture_create() local
Dcap_dc1394.cpp348 static void icvCloseCAM_DC1394( CvCaptureCAM_DC1394* capture ){ in icvCloseCAM_DC1394()
357 static int icvGrabFrameCAM_DC1394( CvCaptureCAM_DC1394* capture ){ in icvGrabFrameCAM_DC1394()
379 static IplImage* icvRetrieveFrameCAM_DC1394( CvCaptureCAM_DC1394* capture, int ){ in icvRetrieveFrameCAM_DC1394()
455 static double icvGetPropertyCAM_DC1394( CvCaptureCAM_DC1394* capture, int property_id ){ in icvGetPropertyCAM_DC1394()
511 static int icvResizeFrame(CvCaptureCAM_DC1394 * capture){ in icvResizeFrame()
585 int icvSetConvertRGB(CvCaptureCAM_DC1394 * capture, int convert){ in icvSetConvertRGB()
616 icvSetModeCAM_DC1394( CvCaptureCAM_DC1394 * capture, int mode ){ in icvSetModeCAM_DC1394()
674 static unsigned int icvGetBestFrameRate( CvCaptureCAM_DC1394 * capture, int format, int mode ){ in icvGetBestFrameRate()
692 icvSetFrameRateCAM_DC1394( CvCaptureCAM_DC1394 * capture, double value ){ in icvSetFrameRateCAM_DC1394()
777 icvSetFeatureCAM_DC1394( CvCaptureCAM_DC1394* capture, int feature_id, int val){ in icvSetFeatureCAM_DC1394()
[all …]
Dcap_v4l.cpp419 static int try_palette_v4l2(CvCaptureCAM_V4L* capture, unsigned long colorspace) in try_palette_v4l2()
443 static int try_init_v4l(CvCaptureCAM_V4L* capture, char *deviceName) in try_init_v4l()
487 static int try_init_v4l2(CvCaptureCAM_V4L* capture, char *deviceName) in try_init_v4l2()
544 static int autosetup_capture_mode_v4l2(CvCaptureCAM_V4L* capture) in autosetup_capture_mode_v4l2()
611 static int autosetup_capture_mode_v4l(CvCaptureCAM_V4L* capture) in autosetup_capture_mode_v4l()
649 static void v4l2_scan_controls(CvCaptureCAM_V4L* capture) in v4l2_scan_controls()
793 static int _capture_V4L2 (CvCaptureCAM_V4L *capture, char *deviceName) in _capture_V4L2()
989 static int _capture_V4L (CvCaptureCAM_V4L *capture, char *deviceName) in _capture_V4L()
1129 CvCaptureCAM_V4L * capture = (CvCaptureCAM_V4L*)cvAlloc(sizeof(CvCaptureCAM_V4L)); in icvCaptureFromCAM_V4L() local
1175 static int read_frame_v4l2(CvCaptureCAM_V4L* capture) { in read_frame_v4l2()
[all …]
/external/opencv/otherlibs/highgui/
Dcvcap.cpp64 CV_IMPL IplImage* cvQueryFrame( CvCapture* capture ) in cvQueryFrame()
70 CV_IMPL int cvGrabFrame( CvCapture* capture ) in cvGrabFrame()
75 CV_IMPL IplImage* cvRetrieveFrame( CvCapture* capture ) in cvRetrieveFrame()
80 CV_IMPL double cvGetCaptureProperty( CvCapture* capture, int id ) in cvGetCaptureProperty()
85 CV_IMPL int cvSetCaptureProperty( CvCapture* capture, int id, double value ) in cvSetCaptureProperty()
/external/v8/test/mjsunit/
Dregexp-global.js31 str = str.replace(/(\w)?X/g, function(match, capture) { argument
40 str = str.replace(/\b/g, function(match, capture) { argument
47 str = str.replace(/(?=(\w+))\b/g, function(match, capture) { argument
83 function(match, capture) { argument
92 str = str.replace(/\b/g, function(match, capture) { argument
99 str = str.replace(/(?=(\w+))\b/g, function(match, capture) { argument
137 str = str.replace(/\b(?=u(p))/g, function(match, capture) { argument
/external/autotest/client/cros/chameleon/
Dscreen_capture.py43 def capture(self): member in CommonChameleonScreenCapturer
72 def capture(self): member in VgaChameleonScreenCapturer
101 def capture(self): member in CrosExternalScreenCapturer
123 def capture(self): member in CrosInternalScreenCapturer
/external/opencv3/samples/cpp/
Dstarter_video.cpp39 int process(VideoCapture& capture) { in process()
80 …VideoCapture capture(arg); //try to open string, this will attempt to open it as a video file or i… in main() local
Dintelperc_capture.cpp107 static void printStreamProperties(VideoCapture &capture) in printStreamProperties()
155 static void imshowImage(const char *winname, Mat &image, VideoCapture &capture) in imshowImage()
227 static void imshowDepth(const char *winname, Mat &depth, VideoCapture &capture) in imshowDepth()
291 VideoCapture capture; in main() local
Dopenni_capture.cpp80 static float getMaxDisparity( VideoCapture& capture ) in getMaxDisparity()
191 VideoCapture capture; in main() local
Dpolar_transforms.cpp17 CvCapture* capture = 0; in main() local
/external/v8/testing/
Dgmock-support.h41 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {} in CaptureEqMatcher()
79 inline Matcher<T> CaptureEq(Capture<T>* capture) { in CaptureEq()
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt026actions.py16 def capture(self, t): member in t026actions.parserClass.TParser
36 def capture(self, t): member in t026actions.lexerClass.TLexer
/external/clang/test/OpenMP/
Datomic_messages.cpp336 T capture() { in capture() function
508 int capture() { in capture() function
/external/guava/guava/src/com/google/common/reflect/
DTypeCapture.java32 final Type capture() { in capture() method in TypeCapture
/external/littlemock/src/com/google/testing/littlemock/
DArgumentCaptor.java36 public T capture(); in capture() method
/external/opencv3/samples/cpp/example_cmake/
Dexample.cpp16 VideoCapture capture; in main() local
/external/webrtc/webrtc/modules/video_capture/windows/
Dvideo_capture_factory_windows.cc31 RefCountImpl<VideoCaptureDS>* capture = new RefCountImpl<VideoCaptureDS>(id); in Create() local
/external/testng/src/test/java/test/pholser/
DCaptor.java27 public void capture( String aString ) { in capture() method in Captor
/external/opencv3/modules/videoio/misc/java/test/
DVideoCaptureTest.java13 private VideoCapture capture; field in VideoCaptureTest
/external/regex-re2/re2/
Dnfa.cc62 const char** capture; member
187 const char* p, const char** capture) { in AddToThreadq()
378 string NFA::FormatCapture(const char** capture) { in FormatCapture()
/external/easymock/src/org/easymock/internal/matchers/
DCaptures.java28 private final Capture<T> capture; field in Captures

12345