Home
last modified time | relevance | path

Searched defs:isColor (Results 1 – 16 of 16) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_vfw.cpp210 bool isColor = bmih->biBitCount == 24; in retrieveFrame() local
720 …oWriter_VFW::open( const char* filename, int _fourcc, double _fps, CvSize frameSize, bool isColor ) in open()
742 bool CvVideoWriter_VFW::createStreams( CvSize frameSize, bool isColor ) in createStreams()
835 double fps, CvSize frameSize, int isColor ) in cvCreateVideoWriter_VFW()
Dcap_ffmpeg.cpp243 … virtual bool open( const char* filename, int fourcc, double fps, CvSize frameSize, bool isColor ) in open()
267 double fps, CvSize frameSize, int isColor ) in cvCreateVideoWriter_FFMPEG_proxy()
Dcap.cpp607 … IVideoWriter_create(const String& filename, int _fourcc, double fps, Size frameSize, bool isColor) in IVideoWriter_create()
755 …oWriter::VideoWriter(const String& filename, int _fourcc, double fps, Size frameSize, bool isColor) in VideoWriter()
771 …ol VideoWriter::open(const String& filename, int _fourcc, double fps, Size frameSize, bool isColor) in open()
Dcap_ximea.cpp99 int isColor = 0; in open() local
Dcap_qt.cpp1588 double fps, CvSize frameSize, bool isColor ) in open()
1612 double fps, CvSize frameSize, int isColor ) in cvCreateVideoWriter_QT()
Dcap_dc1394_v2.cpp541 bool code = false, isColor; in grabFrame() local
Dcap_gstreamer.cpp1565 CvSize frameSize, int isColor ) in cvCreateVideoWriter_GStreamer()
Dcap_ffmpeg_impl.hpp1879 int width, int height, int isColor ) in cvCreateVideoWriter_FFMPEG()
Dcap_msmf.cpp4424 double fps, CvSize frameSize, int isColor ) in cvCreateVideoWriter_MSMF()
/external/opencv3/modules/videoio/perf/
Dperf_output.cpp24 bool isColor = get<1>(GetParam()); variable
/external/skia/src/animator/
DSkDisplayable.h74 bool isColor() const { return getType() == SkType_Color; } in isColor() function
/external/opencv3/samples/cpp/
Dffilldemo.cpp33 int isColor = true; variable
/external/dng_sdk/source/
Ddng_ifd.cpp2735 bool isColor = !isMonochrome; in IsValidDNG() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3297 bool isColor = attachments[attNdx] == (isFboBound ? GL_COLOR_ATTACHMENT0 : GL_COLOR); in invalidateSubFramebuffer() local
3314 bool isColor = ndx == 0; in invalidateSubFramebuffer() local
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp3531 …const bool isColor = tcu::allEqual(tcu::lessThan(tcu::abs(color.toIVec().swizzle(0, 1, 2) - refC… in verifyImageSingleColoredRow() local
/external/deqp/framework/common/
DtcuTexture.cpp579 const bool isColor = isColorOrder(format.order); in isValid() local