Home
last modified time | relevance | path

Searched refs:actualChannels (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdisparity.cpp541 fs->width, fs->height, fs->actualChannels); in gst_disparity_chain_right()
599 fs->actualChannels = nchannels; in initialise_disparity()
602 if (fs->actualChannels == 1) { in initialise_disparity()
604 } else if (fs->actualChannels == 2) { in initialise_disparity()
Dgstdisparity.h80 int actualChannels; member
/third_party/skia/tests/
DExtendedSkColorTypeTests.cpp83 uint32_t actualChannels = SkColorTypeChannelFlags(test.fColorType); in raster_tests() local
84 REPORTER_ASSERT(reporter, test.fChannels == actualChannels); in raster_tests()