OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isopened
(Results
51 - 75
of
165
) sorted by null
1
2
3
4
5
6
7
/development/host/windows/usb/api/
adb_legacy_endpoint_object.cpp
54
if (!
IsOpened
()) {
137
if (!
IsOpened
()) {
adb_legacy_interface.cpp
106
if (!
IsOpened
()) {
251
if (!
IsOpened
()) {
/external/opencv/otherlibs/highgui/
bitstrm.h
70
bool
IsOpened
();
170
bool
IsOpened
();
/external/opencv3/modules/cudabgsegm/test/
test_bgsegm.cpp
96
ASSERT_TRUE(cap.
isOpened
());
143
ASSERT_TRUE(cap.
isOpened
());
/external/opencv3/modules/cudalegacy/perf/
perf_bgsegm.cpp
83
ASSERT_TRUE(cap.
isOpened
());
155
ASSERT_TRUE(cap.
isOpened
());
/external/opencv3/modules/imgcodecs/src/
bitstrm.hpp
72
bool
isOpened
();
129
bool
isOpened
();
/external/opencv3/modules/superres/src/
frame_source.cpp
153
CV_Assert( vc_.
isOpened
() );
176
CV_Assert( vc_.
isOpened
() );
/external/opencv3/modules/videoio/
precomp.hpp
172
virtual bool
isOpened
() const = 0;
183
virtual bool
isOpened
() const = 0;
/external/opencv3/modules/videoio/src/
precomp.hpp
172
virtual bool
isOpened
() const = 0;
183
virtual bool
isOpened
() const = 0;
cap_openni2.cpp
100
bool
isOpened
() const;
175
bool CvCapture_OpenNI2::
isOpened
() const
402
if(
isOpened
() )
426
if(
isOpened
() )
700
if( !
isOpened
() )
910
if( capture->
isOpened
() )
921
if( capture->
isOpened
() )
/external/opencv3/modules/videoio/test/
test_video_pos.cpp
74
if( !writer.
isOpened
() )
106
if (!cap.
isOpened
())
test_ffmpeg.cpp
133
if (writer.
isOpened
() == false)
244
CV_Assert(writers->operator[](i)->
isOpened
());
285
CV_Assert(writer->
isOpened
());
326
CV_Assert(readers->operator[](i)->
isOpened
());
349
CV_Assert(capture->
isOpened
());
/external/opencv3/samples/cpp/tutorial_code/HighGUI/video-input-psnr-ssim/
video-input-psnr-ssim.cpp
52
if (!captRefrnc.
isOpened
())
58
if (!captUndTst.
isOpened
())
/external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/
camera_calibration.cpp
120
if (inputType != IMAGE_LIST && !inputCapture.
isOpened
())
150
if( inputCapture.
isOpened
() )
166
if( !fs.
isOpened
() )
232
if (!fs.
isOpened
())
320
(!s.inputCapture.
isOpened
() || clock() - prevTimestamp > s.delay*1e-3*CLOCKS_PER_SEC) )
324
blinkOutput = s.inputCapture.
isOpened
();
363
char key = (char)waitKey(s.inputCapture.
isOpened
() ? 50 : s.delay);
371
if( s.inputCapture.
isOpened
() && key == 'g' )
/external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/
planar_tracking.cpp
122
if(!video_in.
isOpened
()) {
126
if(!video_out.
isOpened
()) {
/external/opencv3/apps/traincascade/
cascadeclassifier.cpp
243
if ( !fs.
isOpened
() )
258
if ( !fs.
isOpened
() )
429
if ( !fs.
isOpened
() )
520
if ( !fs.
isOpened
() )
535
if ( !fs.
isOpened
() )
/external/opencv3/modules/cudabgsegm/perf/
perf_bgsegm.cpp
81
ASSERT_TRUE(cap.
isOpened
());
184
ASSERT_TRUE(cap.
isOpened
());
337
ASSERT_TRUE(cap.
isOpened
());
/external/opencv3/modules/videostab/src/
frame_source.cpp
70
if (!vc.
isOpened
())
/external/opencv3/samples/cpp/
lkdemo.cpp
55
if( !cap.
isOpened
() )
/external/opencv3/samples/cpp/tutorial_code/core/file_input_output/
file_input_output.cpp
108
if (!fs.
isOpened
())
/external/opencv3/samples/cpp/tutorial_code/core/ippasync/
ippasync_sample.cpp
77
if( !cap.
isOpened
() )
/external/opencv3/samples/cpp/tutorial_code/objectDetection/
objectDetection2.cpp
40
if ( ! capture.
isOpened
() ) { printf("--(!)Error opening video capture\n"); return -1; }
/external/opencv3/samples/directx/
d3dsample.hpp
160
if (!cap.
isOpened
())
/external/opencv3/samples/gpu/
bgfg_segm.cpp
63
if (!cap.
isOpened
())
hog.cpp
272
if (!vc.
isOpened
())
279
if (!vc.
isOpened
())
355
if (!video_writer.
isOpened
())
359
if (!video_writer.
isOpened
())
Completed in 1381 milliseconds
1
2
3
4
5
6
7