Searched defs:WEBRTC_SPL_MIN (Results 1 – 2 of 2) sorted by relevance
30 #define WEBRTC_SPL_MIN(A, B) (A < B ? A : B) // Get min value macro
35 #define WEBRTC_SPL_MIN(A, B) (A < B ? A : B) // Get min value macro