Home
last modified time | relevance | path

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

/external/v4l2_codec2/tests/c2_comp_intf/
DC2CompIntfTest.h144 void testWritableVideoSizeParam(int32_t widthMin, int32_t widthMax, int32_t widthStep, in testWritableVideoSizeParam() argument
149 for (int32_t w = widthMin; w <= widthMax; w += widthStep) { in testWritableVideoSizeParam()
DC2VEACompIntf_test.cpp128 int32_t widthStep = std::max(widthFSVRange.step.i32, 16); in TEST_F() local
140 widthMin, widthMax, widthStep, heightMin, heightMax, heightStep)); in TEST_F()
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp5673 float widthStep = (widthEnd - widthStart) / static_cast<float>(primNum); in TriangleStipGen() local
5680 float widthOffset = widthStart + widthStep * static_cast<float>(j); in TriangleStipGen()
5684 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset, 0.0f, 1.0f)); in TriangleStipGen()
5685 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen()