Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdisparity.cpp601 fs->imgSize = Size (fs->width, fs->height); in initialise_disparity()
608 fs->cvRGB_right.create (fs->imgSize, cv_type); in initialise_disparity()
609 fs->cvRGB_left.create (fs->imgSize, cv_type); in initialise_disparity()
610 fs->cvGray_right.create (fs->imgSize, CV_8UC1); in initialise_disparity()
611 fs->cvGray_left.create (fs->imgSize, CV_8UC1); in initialise_disparity()
613 fs->cvGray_depth_map1.create (fs->imgSize, CV_16SC1); in initialise_disparity()
614 fs->cvGray_depth_map2.create (fs->imgSize, CV_8UC1); in initialise_disparity()
615 fs->cvGray_depth_map1_2.create (fs->imgSize, CV_16SC1); in initialise_disparity()
Dgstdisparity.h87 cv::Size imgSize; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderBuiltInTests.cpp1646 const auto imgSize = imageSize(sampleCount); in getBufferElems() local
1647 return (imgSize.width * imgSize.height * sampleCount); in getBufferElems()