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

1 2 34 5 6

  /external/opencv3/modules/cudaimgproc/test/
test_mean_shift.cpp 104 ASSERT_TRUE(fs.isOpened());
  /external/opencv3/samples/cpp/
filestorage.cpp 110 if (!fs.isOpened())
select3dobj.cpp 314 if( !fs.isOpened() )
344 if( !fs.isOpened() )
373 if( !fs.isOpened() )
484 if( !capture.isOpened() && imageList.empty() )
autofocus.cpp 313 if (!cap.isOpened())
351 if (!videoWriter.isOpened())
stereo_match.cpp 192 if(!fs.isOpened())
208 if(!fs.isOpened())
camshiftdemo.cpp 86 if( !cap.isOpened() )
ufacedetect.cpp 125 if( capture.isOpened() )
  /external/opencv3/samples/cpp/tutorial_code/video/
bg_sub.cpp 95 if(!capture.isOpened()){
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsServiceBase.java 60 public boolean isOpened(int serviceId) {
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipManager.java 44 * <li>Verify session connectivity, with {@link #isOpened isOpened()} and
298 public boolean isOpened(String localProfileUri) throws SipException {
301 return mSipService.isOpened(localProfileUri, mContext.getOpPackageName());
303 throw new SipException("isOpened()", e);
311 * ({@link #isOpened}).
  /external/opencv3/modules/calib3d/test/
test_stereomatching.cpp 429 if( resFS.isOpened() )
434 if( !resFS.isOpened() )
548 assert( fs.isOpened() );
603 if( !fs.isOpened() )
624 if( !fs.isOpened() )
test_chesscorners.cpp 201 if( !fs.isOpened() || board_list.empty() || !board_list.isSeq() || board_list.size() % 2 != 0 )
204 ts->printf( cvtest::TS::LOG, "fs.isOpened=%d, board_list.empty=%d, board_list.isSeq=%d,board_list.size()%2=%d\n",
205 fs.isOpened(), (int)board_list.empty(), board_list.isSeq(), board_list.size()%2);
  /external/opencv3/modules/videoio/src/
cap_gphoto2.cpp 142 virtual bool isOpened() const;
412 if (isOpened()) {
460 bool DigitalCameraCapture::isOpened() const
    [all...]
cap_intelperc.cpp 596 if (!isOpened())
627 bool VideoCapture_IntelPerC::isOpened() const
cap_mjpeg_encoder.cpp 116 bool isOpened() const { return m_f != 0; }
366 if( !strm.isOpened() )
415 bool isOpened() const { return strm.isOpened(); }
    [all...]
  /external/opencv3/modules/features2d/test/
test_descriptors_regression.cpp 252 if(!fs.isOpened())
256 if( fs.isOpened() )
  /external/opencv3/samples/gpu/
stereo_multi.cpp 388 if (!leftVideo.isOpened())
394 if (!rightVideo.isOpened())
  /external/opencv3/samples/tapi/
camshift.cpp 83 if (!cap.isOpened())
pyrlk_optical_flow.cpp 132 if(!capture.isOpened())
tvl1_optical_flow.cpp 135 if(!capture.isOpened())
  /external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 35 bool isOpened() const { return K == Opened; }
408 if (SS->isOpened()) {
  /external/opencv3/modules/ml/test/
test_mltests2.cpp 218 if( validationFS.isOpened() )
226 if( !_fs.isOpened() )
  /external/opencv3/modules/imgcodecs/src/
grfmt_pxm.cpp 202 if( m_offset < 0 || !m_strm.isOpened())
grfmt_sunras.cpp 167 if( m_offset < 0 || !m_strm.isOpened())
  /external/opencv3/modules/ts/src/
ts_perf.cpp 226 if(!storageIn.isOpened())
236 if (storageIn.isOpened())
238 if (storageOut.isOpened())
248 if (!storageOut.isOpened() && !storageOutPath.empty())
250 int mode = (storageIn.isOpened() && storageInPath == storageOutPath)
253 if (!storageOut.isOpened())
    [all...]

Completed in 1042 milliseconds

1 2 34 5 6