Lines Matching defs:nomad

56 struct nomad {  struct
76 struct nomad_xing xing; argument
77 struct nomad_lame lame; argument
89 struct nomad_info info; argument
92 struct nomad_callbacks cbs; argument
114 static int parse_lame(struct nomad *nomad, struct mad_bitptr ptr, int bitlen) in parse_lame()
221 static int xing_parse(struct nomad *nomad) in xing_parse()
307 static int fill_buffer(struct nomad *nomad) in fill_buffer()
349 static void handle_lost_sync(struct nomad *nomad) in handle_lost_sync()
374 static void build_seek_index(struct nomad *nomad) in build_seek_index()
404 static void calc_frames_fast(struct nomad *nomad) in calc_frames_fast()
416 static void calc_bitrate_fast(struct nomad *nomad) in calc_bitrate_fast()
435 static int scan(struct nomad *nomad) in scan()
485 static int decode(struct nomad *nomad) in decode()
519 static void init_mad(struct nomad *nomad) in init_mad()
533 static void free_mad(struct nomad *nomad) in free_mad()
540 static int do_open(struct nomad *nomad) in do_open()
601 struct nomad *nomad; in nomad_open_callbacks() local
620 void nomad_close(struct nomad *nomad) in nomad_close()
628 int nomad_read(struct nomad *nomad, char *buffer, int count) in nomad_read()
731 static int nomad_time_seek_accurate(struct nomad *nomad, double pos) in nomad_time_seek_accurate()
769 int nomad_time_seek(struct nomad *nomad, double pos) in nomad_time_seek()
847 const struct nomad_xing *nomad_xing(struct nomad *nomad) in nomad_xing()
852 const struct nomad_lame *nomad_lame(struct nomad *nomad) in nomad_lame()
857 const struct nomad_info *nomad_info(struct nomad *nomad) in nomad_info()
862 long nomad_current_bitrate(struct nomad *nomad) in nomad_current_bitrate()