Searched refs:heightStep (Results 1 – 3 of 3) sorted by relevance
/external/v4l2_codec2/tests/c2_comp_intf/ |
D | C2CompIntfTest.h | 145 int32_t heightMin, int32_t heightMax, int32_t heightStep) { in testWritableVideoSizeParam() argument 148 for (int32_t h = heightMin; h <= heightMax; h += heightStep) { in testWritableVideoSizeParam()
|
D | C2VEACompIntf_test.cpp | 136 int32_t heightStep = std::max(heightFSVRange.step.i32, 16); in TEST_F() local 140 widthMin, widthMax, widthStep, heightMin, heightMax, heightStep)); in TEST_F()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 5674 float heightStep = (heightEnd - heightStart) / static_cast<float>(primNum); in TriangleStipGen() local 5677 float heightOffset = heightStart + heightStep * static_cast<float>(i); in TriangleStipGen() 5683 coords.push_back(tcu::Vec4(widthOffset, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen() 5685 coords.push_back(tcu::Vec4(widthOffset + widthStep, heightOffset + heightStep, 0.0f, 1.0f)); in TriangleStipGen()
|