Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/common/include/
Dpvmf_sm_tunables.h116 #define DEFAULT_RTCP_INTERVAL_SEC 1 macro
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_rtcp_proto_impl.cpp267 interval = DEFAULT_RTCP_INTERVAL_SEC; in CalcRtcpInterval()
269 float rtcp_min_time = iInitialRTCPIntervalComputation ? (float)DEFAULT_RTCP_INTERVAL_SEC / 2.0 : in CalcRtcpInterval()
270 (float)DEFAULT_RTCP_INTERVAL_SEC; in CalcRtcpInterval()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_rtcp_proto_impl.h90 #define DEFAULT_RTCP_INTERVAL_SEC 1 macro