Searched refs:maxSizeRatio (Results 1 – 1 of 1) sorted by relevance
119 const float maxSizeRatio = 1.3; // Graphic buffers can be upto this munch variable575 size_t w = (width * maxSizeRatio) * testRandFract(); in initFrames()576 size_t h = (height * maxSizeRatio) * testRandFract(); in initFrames()