Home
last modified time | relevance | path

Searched refs:STEP (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/display/composer/test/common/
H A Dhdi_composition_check.cpp25 const uint32_t STEP = 3; in GetCheckPoints() local
27 points.push_back({center.x + STEP, center.y}); in GetCheckPoints()
28 points.push_back({center.x + STEP, center.y + STEP}); in GetCheckPoints()
29 points.push_back({center.x + STEP, center.y - STEP}); in GetCheckPoints()
30 points.push_back({center.x, center.y + STEP}); in GetCheckPoints()
31 points.push_back({center.x - STEP, center.y}); in GetCheckPoints()
32 points.push_back({center.x - STEP, center.y - STEP}); in GetCheckPoints()
[all...]
/drivers/peripheral/camera/test/ut/v4l2/
H A Dusb_camera_test.cpp458 const size_t STEP = 10; // print step in TEST_F() local
462 if ((i != 0) && (i % STEP == 0 || i == entry.count - 1)) { in TEST_F()
/drivers/peripheral/camera/test/ut/usb_camera/
H A Dusb_camera_test.cpp457 const size_t STEP = 10; // print step in TEST_F() local
461 if ((i != 0) && (i % STEP == 0 || i == entry.count - 1)) { in TEST_F()
1519 const size_t STEP = 10; // print step in TEST_F() local

Completed in 6 milliseconds