OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isopened
(Results
26 - 50
of
165
) sorted by null
1
2
3
4
5
6
7
/external/opencv3/modules/cudacodec/test/
test_video.cpp
86
ASSERT_TRUE(reader.
isOpened
());
110
ASSERT_TRUE(reader.
isOpened
());
/external/opencv3/samples/cpp/tutorial_code/HighGUI/video-write/
video-write.cpp
36
if (!inputVideo.
isOpened
())
58
if (!outputVideo.
isOpened
())
/external/opencv3/samples/gpu/
video_writer.cpp
28
if (!reader.
isOpened
())
58
if (!writer.
isOpened
())
/development/host/windows/usb/api/
adb_endpoint_object.cpp
42
if (!
IsOpened
()) {
adb_legacy_io_completion.cpp
46
if (!
IsOpened
()) {
/external/opencv3/samples/cpp/
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
())
/external/opencv3/modules/features2d/test/
test_agast.cpp
98
if (!fs.
isOpened
())
101
if (!fs.
isOpened
())
110
if (!fs.
isOpened
())
test_fast.cpp
98
if (!fs.
isOpened
())
101
if (!fs.
isOpened
())
110
if (!fs.
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/videoio/src/
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
...]
cap_intelperc.hpp
103
virtual bool
isOpened
() const;
cap_winrt_capture.hpp
61
virtual bool
isOpened
() const;
/development/host/windows/usb/winusb/
adb_winusb_interface.cpp
145
if (!
IsOpened
()) {
240
if (!
IsOpened
()) {
320
if (!
IsOpened
()) {
adb_winusb_io_completion.cpp
54
if (!
IsOpened
()) {
/external/opencv3/doc/py_tutorials/py_gui/py_video_display/
py_video_display.markdown
49
check whether it is initialized or not by the method **cap.
isOpened
()**. If it is True, OK.
79
while(cap.
isOpened
()):
129
while(cap.
isOpened
()):
/external/opencv3/modules/calib3d/test/
test_fisheye.cpp
245
CV_Assert(fs_left.
isOpened
());
251
CV_Assert(fs_object.
isOpened
());
280
CV_Assert(fs_left.
isOpened
());
286
CV_Assert(fs_object.
isOpened
());
341
CV_Assert(fs_left.
isOpened
());
347
CV_Assert(fs_object.
isOpened
());
453
CV_Assert(fs_left.
isOpened
());
459
CV_Assert(fs_right.
isOpened
());
465
CV_Assert(fs_object.
isOpened
());
521
CV_Assert(fs_left.
isOpened
());
[
all
...]
/external/opencv3/samples/cpp/tutorial_code/objectDetection/
objectDetection.cpp
34
if ( ! capture.
isOpened
() ) { printf("--(!)Error opening video capture\n"); return -1; }
/frameworks/base/telephony/java/com/android/ims/internal/
IImsService.aidl
40
boolean
isOpened
(int serviceId);
Completed in 1250 milliseconds
1
2
3
4
5
6
7