private fixed_jb structure More...

Data Fields | |
| struct fixed_jb_conf | conf |
| long | delay |
| int | force_resynch |
| struct fixed_jb_frame * | frames |
| long | next_delivery |
| long | rxcore |
| struct fixed_jb_frame * | tail |
private fixed_jb structure
| struct fixed_jb_conf conf |
Definition at line 50 of file fixedjitterbuf.c.
Referenced by fixed_jb_new(), resynch_jb(), and fixed_jb_put().
| long delay |
Definition at line 52 of file fixedjitterbuf.c.
Referenced by fixed_jb_new(), fixed_jb_put_first(), and fixed_jb_put().
| int force_resynch |
Definition at line 54 of file fixedjitterbuf.c.
Referenced by resynch_jb(), fixed_jb_set_force_resynch(), and fixed_jb_put().
| struct fixed_jb_frame* frames |
Definition at line 48 of file fixedjitterbuf.c.
Referenced by get_jb_head(), fixed_jb_destroy(), resynch_jb(), fixed_jb_put(), fixed_jb_get(), and fixed_jb_remove().
| long next_delivery |
Definition at line 53 of file fixedjitterbuf.c.
Referenced by get_jb_head(), fixed_jb_put_first(), fixed_jb_put(), fixed_jb_get(), and fixed_jb_next().
| long rxcore |
Definition at line 51 of file fixedjitterbuf.c.
Referenced by resynch_jb(), fixed_jb_put_first(), and fixed_jb_put().
| struct fixed_jb_frame* tail |
Definition at line 49 of file fixedjitterbuf.c.
Referenced by get_jb_head(), resynch_jb(), and fixed_jb_put().