Home
last modified time | relevance | path

Searched refs:MPP_SWAP (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_common.h39 #define MPP_SWAP(type, a, b) \ macro
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_common.h39 #define MPP_SWAP(type, a, b) do {type SWAP_tmp = b; b = a; a = SWAP_tmp; } while (0) macro
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_common.h39 #define MPP_SWAP(type, a, b) do {type SWAP_tmp = b; b = a; a = SWAP_tmp; } while (0) macro
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_common.h40 #define MPP_SWAP(type, a, b) do {type SWAP_tmp = b; b = a; a = SWAP_tmp;} while(0) macro

Completed in 3 milliseconds