HomeSort by relevance Sort by last modified time
    Searched defs:isColor (Results 1 - 9 of 9) sorted by null

  /external/opencv3/modules/videoio/perf/
perf_output.cpp 24 bool isColor = get<1>(GetParam());
28 25, cv::Size(image.cols, image.rows), isColor);
31 25, cv::Size(image.cols, image.rows), isColor);
  /external/opencv3/samples/cpp/
ffilldemo.cpp 33 int isColor = true;
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/skia/src/animator/
SkDisplayable.h 74 bool isColor() const { return getType() == SkType_Color; }
  /external/opencv3/modules/videoio/src/
cap_ximea.cpp 99 int isColor = 0;
111 mvret = xiGetParamInt(hmv, XI_PRM_IMAGE_IS_COLOR, &isColor);
114 if(isColor) // for color cameras
cap_vfw.cpp 210 bool isColor = bmih->biBitCount == 24;
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 ? sizeof(BITMAPINFOHEADER) : sizeof(bmih))
    [all...]
cap_dc1394_v2.cpp 541 bool code = false, isColor;
558 isColor = dcFrame->color_coding != DC1394_COLOR_CODING_MONO8 &&
573 isColor = colorStereo;
575 nch = isColor ? 3 : 1;
583 if (isColor)
    [all...]
  /external/dng_sdk/source/
dng_ifd.cpp     [all...]
  /external/deqp/framework/common/
tcuTexture.cpp 579 const bool isColor = isColorOrder(format.order);
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;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp     [all...]

Completed in 765 milliseconds