Home | History | Annotate | Download | only in include

Lines Matching defs:WEBRTC_SPL_MIN

35 #define WEBRTC_SPL_MIN(A, B)        (A < B ? A : B) // Get min value