Searched refs:cldWidth (Results 1 – 6 of 6) sorted by relevance
163 cldLayerInfo.cldWidth = layerInfo->cldWidth; in PrepareHardwareResourceBuffer()226 if (cldLayerInfo.bufferSize < 0 || cldLayerInfo.cldWidth < 0 || in FillHardwareResource()233 cldInfo_.cldWidth = static_cast<uint32_t>(cldLayerInfo.cldWidth); in FillHardwareResource()235 cldInfo_.cldStride = static_cast<uint32_t>(cldLayerInfo.cldWidth * bytesPerPixel); in FillHardwareResource()
87 int cldWidth = 0; member94 uint32_t cldWidth = 0; member
99 int cldWidth = 0; member
145 cldWidth = XMLReader::ReadAttrInt(ptr, attrArray[cldWidthIndex]); in ReadXmlNode()424 layer.binFileName.c_str(), layer.bufferSize, layer.cldWidth, layer.cldHeight); in PrintLayer()
78 {rs_rcd::ATTR_CLDWIDTH, std::to_string(layer.cldWidth)}, in CreateRCDLayer()767 EXPECT_EQ(cfg.cldWidth, cfgData.cldWidth);1005 info.cldWidth = -1;1007 info.cldWidth = 2;
323 info.cldInfo->cldWidth = src.cldWidth; in CopyCldInfo()