Home
last modified time | relevance | path

Searched refs:pt_enc (Results 1 – 4 of 4) sorted by last modified time

/dports/audio/baresip/baresip-0.5.8/src/
H A Dstream.c449 s->pt_enc = -1; in stream_alloc()
510 pt = s->pt_enc; in stream_send()
560 s->pt_enc = fmt ? fmt->pt : -1; in stream_update()
578 void stream_update_encoder(struct stream *s, int pt_enc) in stream_update_encoder() argument
583 if (pt_enc >= 0) in stream_update_encoder()
584 s->pt_enc = pt_enc; in stream_update_encoder()
712 s->pt_enc); in stream_debug()
H A Dcore.h367 int pt_enc; /**< Payload type for encoding */ member
395 void stream_update_encoder(struct stream *s, int pt_enc);
H A Dvideo.c358 err = vidqent_alloc(&qent, marker, strm->pt_enc, rtp_ts, in packet_handler()
/dports/security/calife/calife-3.0.6/
H A Dauth.c165 char * pt_enc, in local_pwcheck() local
205 pt_enc = (char *) crypt (user_pass, calife->pw_passwd); in local_pwcheck()
215 strcpy (enc_pass, pt_enc); in local_pwcheck()