HomeSort by relevance Sort by last modified time
    Searched refs:isOpened (Results 26 - 50 of 145) sorted by null

12 3 4 5 6

  /external/opencv3/modules/videoio/src/
cap_intelperc.hpp 103 virtual bool isOpened() const;
cap_mjpeg_decoder.cpp 167 bool isOpened() const;
186 bool MjpegInputStream::isOpened() const
197 m_is_valid = isOpened();
204 if(isOpened())
215 if(isOpened())
696 virtual bool isOpened() const;
800 if(isOpened())
845 bool MotionJpegCapture::isOpened() const
870 return isOpened();
915 if( mjdecoder->isOpened() )
    [all...]
precomp.hpp 172 virtual bool isOpened() const = 0;
183 virtual bool isOpened() const = 0;
  /external/opencv3/modules/videostab/src/
frame_source.cpp 70 if (!vc.isOpened())
  /external/opencv3/samples/cpp/
fback.cpp 37 if( !cap.isOpened() )
starter_imagelist.cpp 37 if (!fs.isOpened())
calibration.cpp 255 if( !fs.isOpened() )
426 if( !capture.isOpened() && imageList.empty() )
432 if( capture.isOpened() )
442 if( capture.isOpened() )
491 (!capture.isOpened() || clock() - prevTimestamp > delay*1e-3*CLOCKS_PER_SEC) )
495 blink = capture.isOpened();
528 int key = 0xff & waitKey(capture.isOpened() ? 50 : 500);
536 if( capture.isOpened() && key == 'g' )
551 if( !capture.isOpened() )
556 if( !capture.isOpened() && showUndistorted
    [all...]
bgfg_segm.cpp 49 if( !cap.isOpened() )
dbt_face_detection.cpp 48 if (!VideoStream.isOpened())
segment_objects.cpp 73 if( !cap.isOpened() )
  /external/opencv3/samples/tapi/
hog.cpp 168 if (!vc.isOpened())
175 if (!vc.isOpened())
245 if (!video_writer.isOpened())
249 if (!video_writer.isOpened())
bgfg_segm.cpp 52 if (!cap.isOpened())
clahe.cpp 85 if(capture.isOpened())
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintPreviewController.java 147 if (mPageAdapter.isOpened()) {
155 if ((contentChanged || !mPageAdapter.isOpened()) && writtenPages != null) {
187 if (mPageAdapter.isOpened()) {
345 if (pageAdapter != null && pageAdapter.isOpened()) {
355 if (pageAdapter != null && pageAdapter.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/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/test/
test_video_pos.cpp 74 if( !writer.isOpened() )
106 if (!cap.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' )
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsService.aidl 40 boolean isOpened(int serviceId);
  /external/opencv3/modules/imgproc/test/
test_watershed.cpp 68 if (orig.empty() || !fs.isOpened())
  /external/opencv3/samples/cpp/tutorial_code/objectDetection/
objectDetection.cpp 34 if ( ! capture.isOpened() ) { printf("--(!)Error opening video capture\n"); return -1; }
objectDetection2.cpp 40 if ( ! capture.isOpened() ) { printf("--(!)Error opening video capture\n"); return -1; }
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 102 bool isOpened() const;

Completed in 1139 milliseconds

12 3 4 5 6