Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c8374 struct sctp_nets *net, *start_at, *sack_goes_to = NULL, *old_start_at = NULL; local
8542 start_at = asoc->last_net_cmt_send_started;
8543 if (start_at == NULL) {
8545 start_at = TAILQ_FIRST(&asoc->nets);
8547 start_at = TAILQ_NEXT(asoc->last_net_cmt_send_started, sctp_next);
8548 if (start_at == NULL) {
8549 start_at = TAILQ_FIRST(&asoc->nets);
8552 asoc->last_net_cmt_send_started = start_at;
8554 start_at = TAILQ_FIRST(&asoc->nets);
8568 for (net = start_at ; net != NULL; net = TAILQ_NEXT(net, sctp_next)) {
[all …]
Dsctp_uio.h961 int32_t start_at; /* start at this one */ member
/third_party/ffmpeg/libavcodec/
Dvideotoolboxenc.c1636 int start_at = dst_offset > 2 ? dst_offset - 2 : 0; in copy_emulation_prev() local
1638 for (i = start_at; i < dst_offset && i < dst_size; i++) { in copy_emulation_prev()