Home
last modified time | relevance | path

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

/dports/net/ortp/ortp-1.0.2-0/src/
H A Drtpsession.c117 rtp_header_t *rtp=(rtp_header_t*)mp->b_rptr,*tmprtp; in rtp_putq() local
131 tmprtp=(rtp_header_t*)tmp->b_rptr; in rtp_putq()
134 if (rtp->seq_number == tmprtp->seq_number) in rtp_putq()
157 rtp_header_t *tmprtp; in rtp_getq() local
171 tmprtp=(rtp_header_t*)tmp->b_rptr; in rtp_getq()
174 if ( RTP_TIMESTAMP_IS_NEWER_THAN(timestamp,tmprtp->timestamp) ) in rtp_getq()
176 if (ret!=NULL && tmprtp->timestamp==ts_found) { in rtp_getq()
186 ts_found=tmprtp->timestamp; in rtp_getq()
202 rtp_header_t *tmprtp; in rtp_getq_permissive() local
215 tmprtp=(rtp_header_t*)tmp->b_rptr; in rtp_getq_permissive()
[all …]
/dports/science/teem/teem-1.11.0-src/src/ten/
H A Dpath.c398 double tmpeval[3], tmprtp[3]; in tenInterpN_d() local
400 tenTripleConvertSingle_d(tmprtp, tenTripleTypeRThetaPhi, in tenInterpN_d()
404 ELL_3V_SCALE_INCR(rtp, ww, tmprtp); in tenInterpN_d()