/external/opencv3/modules/videoio/perf/ |
H A D | perf_output.cpp | 24 bool isColor = get<1>(GetParam()); local 28 25, cv::Size(image.cols, image.rows), isColor); local 31 25, cv::Size(image.cols, image.rows), isColor); local
|
/external/skia/src/animator/ |
H A D | SkDisplayable.h | 74 bool isColor() const { return getType() == SkType_Color; } function in class:SkDisplayable
|
/external/opencv3/modules/videoio/src/ |
H A D | cap_ximea.cpp | 99 int isColor = 0; local 111 mvret = xiGetParamInt(hmv, XI_PRM_IMAGE_IS_COLOR, &isColor); 114 if(isColor) // for color cameras
|
H A D | cap.cpp | 607 static Ptr<IVideoWriter> IVideoWriter_create(const String& filename, int _fourcc, double fps, Size frameSize, bool isColor) argument 611 iwriter = createMotionJpegWriter(filename, fps, frameSize, isColor); 755 VideoWriter::VideoWriter(const String& filename, int _fourcc, double fps, Size frameSize, bool isColor) argument 757 open(filename, _fourcc, fps, frameSize, isColor); 771 bool VideoWriter::open(const String& filename, int _fourcc, double fps, Size frameSize, bool isColor) argument 774 iwriter = IVideoWriter_create(filename, _fourcc, fps, frameSize, isColor); 777 writer.reset(cvCreateVideoWriter(filename.c_str(), _fourcc, fps, frameSize, isColor));
|
H A D | cap_vfw.cpp | 210 bool isColor = bmih->biBitCount == 24; local 211 int nChannels = (isColor) ? 3 : 1; 219 if (!isColor) 671 double fps, CvSize frameSize, bool isColor ); 677 bool createStreams( CvSize frameSize, bool isColor ); 720 bool CvVideoWriter_VFW::open( const char* filename, int _fourcc, double _fps, CvSize frameSize, bool isColor ) 730 !createStreams( frameSize, isColor ) ) 742 bool CvVideoWriter_VFW::createStreams( CvSize frameSize, bool isColor ) 749 bmih.bmiHeader = icvBitmapHeader( frameSize.width, frameSize.height, isColor ? 24 : 8 ); 778 copts.cbFormat = (isColor [all...] |
H A D | cap_dc1394_v2.cpp | 541 bool code = false, isColor; local 558 isColor = dcFrame->color_coding != DC1394_COLOR_CODING_MONO8 && 573 isColor = colorStereo; 575 nch = isColor ? 3 : 1; 583 if (isColor)
|
/external/opencv3/samples/cpp/ |
H A D | ffilldemo.cpp | 33 int isColor = true; variable 52 Scalar newVal = isColor ? Scalar(b, g, r) : Scalar(r*0.299 + g*0.587 + b*0.114); 53 Mat dst = isColor ? image : gray; 97 imshow("image", isColor ? image : gray); 108 if( isColor ) 113 isColor = false; 120 isColor = true;
|
/external/dng_sdk/source/ |
H A D | dng_ifd.cpp | 2735 bool isColor = !isMonochrome; local 2919 if (isColor && isMainIFD)
|
/external/deqp/framework/common/ |
H A D | tcuTexture.cpp | 579 const bool isColor = isColorOrder(format.order); local 586 return isColor; 592 return isColor || format.order == TextureFormat::D; 635 return isColor; 641 return isColor || format.order == TextureFormat::S; 646 return isColor || format.order == TextureFormat::D;
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fGeometryShaderTests.cpp | 3531 const bool isColor = tcu::allEqual(tcu::lessThan(tcu::abs(color.toIVec().swizzle(0, 1, 2) - refColor.toIVec().swizzle(0, 1, 2)), tcu::IVec3(threshold, threshold, threshold)), tcu::BVec3(true, true, true)); local 3536 isOk = isColor; 3540 isOk = isColor || isBlack;
|