Home
last modified time | relevance | path

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

/bsp/renesas/ra6m3-hmi-board/board/ports/avi/player/
A Dplayer.c19 #define __Map(x, in_min, in_max, out_min, out_max) \ argument
20 (((x) - (in_min)) * ((out_max) - (out_min)) / ((in_max) - (in_min)) + (out_min))

Completed in 4 milliseconds