Home
last modified time | relevance | path

Searched defs:oggz (Results 1 – 25 of 62) sorted by relevance

123

/dports/audio/liboggz/liboggz-1.1.1/src/liboggz/
H A Doggz_io.c52 oggz_io_read (OGGZ * oggz, void * buf, size_t n) in oggz_io_read()
76 oggz_io_write (OGGZ * oggz, void * buf, size_t n) in oggz_io_write()
98 oggz_io_seek (OGGZ * oggz, long offset, int whence) in oggz_io_seek()
125 oggz_io_tell (OGGZ * oggz) in oggz_io_tell()
153 oggz_io_flush (OGGZ * oggz) in oggz_io_flush()
180 oggz_io_init (OGGZ * oggz) in oggz_io_init()
208 oggz_io_get_read_user_handle (OGGZ * oggz) in oggz_io_get_read_user_handle()
236 oggz_io_get_write_user_handle (OGGZ * oggz) in oggz_io_get_write_user_handle()
264 oggz_io_get_seek_user_handle (OGGZ * oggz) in oggz_io_get_seek_user_handle()
292 oggz_io_get_tell_user_handle (OGGZ * oggz) in oggz_io_get_tell_user_handle()
[all …]
H A Doggz.c77 OGGZ * oggz; in oggz_new() local
134 OGGZ * oggz = NULL; in oggz_open() local
159 OGGZ * oggz = NULL; in oggz_open_stdio() local
172 oggz_flush (OGGZ * oggz) in oggz_flush()
205 oggz_close (OGGZ * oggz) in oggz_close()
241 oggz_tell (OGGZ * oggz) in oggz_tell()
249 oggz_tell_units (OGGZ * oggz) in oggz_tell_units()
285 oggz_run (OGGZ * oggz) in oggz_run()
461 oggz_get_numtracks (OGGZ * oggz) in oggz_get_numtracks()
476 oggz_serialno_new (OGGZ * oggz) in oggz_serialno_new()
[all …]
H A Doggz_write.c71 OGGZ * oggz = (OGGZ *)user_data; in oggz_zpacket_cmp() local
87 oggz_write_init (OGGZ * oggz) in oggz_write_init()
145 oggz_write_flush (OGGZ * oggz) in oggz_write_flush()
162 oggz_write_close (OGGZ * oggz) in oggz_write_close()
383 oggz_page_init (OGGZ * oggz) in oggz_page_init()
618 oggz_writer_make_packet (OGGZ * oggz) in oggz_writer_make_packet()
785 oggz_write (OGGZ * oggz, long n) in oggz_write()
939 oggz_write_init (OGGZ * oggz) in oggz_write_init()
945 oggz_write_flush (OGGZ * oggz) in oggz_write_flush()
951 oggz_write_close (OGGZ * oggz) in oggz_write_close()
[all …]
H A Doggz_seek.c74 oggz_set_data_start (OGGZ * oggz, oggz_off_t offset) in oggz_set_data_start()
86 oggz_tell_raw (OGGZ * oggz) in oggz_tell_raw()
139 oggz_reset_streams (OGGZ * oggz) in oggz_reset_streams()
173 oggz_purge (OGGZ * oggz) in oggz_purge()
199 oggz_get_next_page (OGGZ * oggz, ogg_page * og) in oggz_get_next_page()
265 oggz_get_next_start_page (OGGZ * oggz, ogg_page * og) in oggz_get_next_start_page()
291 oggz_get_prev_start_page (OGGZ * oggz, ogg_page * og, in oggz_get_prev_start_page()
564 oggz_offset_end (OGGZ * oggz) in oggz_offset_end()
615 oggz_bounded_seek_set (OGGZ * oggz, in oggz_bounded_seek_set()
891 oggz_seek_byorder (OGGZ * oggz, void * target) in oggz_seek_byorder()
[all …]
H A Doggz_stream.c38 oggz_stream_set_content (OGGZ * oggz, long serialno, int content) in oggz_stream_set_content()
51 oggz_stream_get_content (OGGZ * oggz, long serialno) in oggz_stream_get_content()
64 oggz_stream_get_content_type (OGGZ *oggz, long serialno) in oggz_stream_get_content_type()
77 oggz_stream_get_numheaders (OGGZ * oggz, long serialno) in oggz_stream_get_numheaders()
90 oggz_set_preroll (OGGZ * oggz, long serialno, int preroll) in oggz_set_preroll()
105 oggz_get_preroll (OGGZ * oggz, long serialno) in oggz_get_preroll()
H A Dmetric_internal.c40 oggz_metric_dirac (OGGZ * oggz, long serialno, in oggz_metric_dirac()
71 oggz_metric_default_granuleshift (OGGZ * oggz, long serialno, in oggz_metric_default_granuleshift()
97 oggz_metric_default_linear (OGGZ * oggz, long serialno, ogg_int64_t granulepos, in oggz_metric_default_linear()
109 oggz_metric_update (OGGZ * oggz, long serialno) in oggz_metric_update()
141 oggz_set_granuleshift (OGGZ * oggz, long serialno, int granuleshift) in oggz_set_granuleshift()
156 oggz_get_granuleshift (OGGZ * oggz, long serialno) in oggz_get_granuleshift()
169 oggz_set_granulerate (OGGZ * oggz, long serialno, in oggz_set_granulerate()
187 oggz_get_granulerate (OGGZ * oggz, long serialno, in oggz_get_granulerate()
205 oggz_set_first_granule (OGGZ * oggz, long serialno, in oggz_set_first_granule()
222 oggz_set_metric_linear (OGGZ * oggz, long serialno, in oggz_set_metric_linear()
H A Doggz_read.c74 oggz_read_init (OGGZ * oggz) in oggz_read_init()
99 oggz_read_close (OGGZ * oggz) in oggz_read_close()
110 oggz_set_read_callback (OGGZ * oggz, long serialno, in oggz_set_read_callback()
185 oggz_read_get_next_page (OGGZ * oggz, ogg_page * og) in oggz_read_get_next_page()
226 OGGZ * oggz; member
343 oggz_read_sync (OGGZ * oggz) in oggz_read_sync()
630 oggz_read (OGGZ * oggz, long n) in oggz_read()
767 oggz_read_init (OGGZ * oggz) in oggz_read_init()
773 oggz_read_close (OGGZ * oggz) in oggz_read_close()
779 oggz_set_read_callback (OGGZ * oggz, long serialno, in oggz_set_read_callback()
[all …]
H A Doggz_comments.c223 _oggz_comment_set_vendor (OGGZ * oggz, long serialno, in _oggz_comment_set_vendor()
244 oggz_comment_get_vendor (OGGZ * oggz, long serialno) in oggz_comment_get_vendor()
283 oggz_comment_first (OGGZ * oggz, long serialno) in oggz_comment_first()
296 oggz_comment_first_byname (OGGZ * oggz, long serialno, char * name) in oggz_comment_first_byname()
338 oggz_comment_next_byname (OGGZ * oggz, long serialno, in oggz_comment_next_byname()
420 oggz_comment_add_byname (OGGZ * oggz, long serialno, in oggz_comment_add_byname()
483 oggz_comment_remove_byname (OGGZ * oggz, long serialno, char * name) in oggz_comment_remove_byname()
567 oggz_comments_decode (OGGZ * oggz, long serialno, in oggz_comments_decode()
698 oggz_comments_encode (OGGZ * oggz, long serialno, in oggz_comments_encode()
810 oggz_comment_generate(OGGZ * oggz, long serialno, in oggz_comment_generate()
[all …]
H A Doggz_auto.c62 oggz_stream_set_numheaders (OGGZ * oggz, long serialno, int numheaders) in oggz_stream_set_numheaders()
77 auto_speex (OGGZ * oggz, long serialno, unsigned char * data, long length, void * user_data) in auto_speex()
101 auto_vorbis (OGGZ * oggz, long serialno, unsigned char * data, long length, void * user_data) in auto_vorbis()
236 auto_flac (OGGZ * oggz, long serialno, unsigned char * data, long length, void * user_data) in auto_flac()
283 auto_celt (OGGZ * oggz, long serialno, unsigned char * data, long length, void * user_data) in auto_celt()
1105 oggz_auto_identify (OGGZ * oggz, long serialno, unsigned char * data, long len) in oggz_auto_identify()
1127 oggz_auto_identify_page (OGGZ * oggz, ogg_page *og, long serialno) in oggz_auto_identify_page()
1133 oggz_auto_identify_packet (OGGZ * oggz, ogg_packet * op, long serialno) in oggz_auto_identify_packet()
1139 oggz_auto_read_bos_page (OGGZ * oggz, ogg_page * og, long serialno, in oggz_auto_read_bos_page()
1155 oggz_auto_read_bos_packet (OGGZ * oggz, ogg_packet * op, long serialno, in oggz_auto_read_bos_packet()
[all …]
/dports/audio/liboggz/liboggz-1.1.1/src/examples/
H A Ddump-comments.c45 read_comments (OGGZ * oggz, long serialno) in read_comments()
71 read_packet (OGGZ * oggz, oggz_packet * zp, long serialno, void * user_data) in read_packet()
85 OGGZ * oggz; in main() local
H A Drewrite-pages.c38 read_page (OGGZ * oggz, const ogg_page * og, long serialno, void * user_data) in read_page()
56 OGGZ * oggz; in main() local
H A Dwrite-hungry.c41 hungry (OGGZ * oggz, int empty, void * user_data) in hungry()
71 OGGZ * oggz; in main() local
H A Dread-file.c63 read_packet (OGGZ * oggz, oggz_packet * zp, long serialno, void * user_data) in read_packet()
92 OGGZ * oggz; in main() local
/dports/audio/liboggz/liboggz-1.1.1/src/tests/
H A Dseek-stress.c53 read_packet (OGGZ * oggz, oggz_packet * zp, long serialno, void * user_data) in read_packet()
72 try_seek_units (OGGZ * oggz, ogg_int64_t units) in try_seek_units()
105 OGGZ * oggz; in main() local
H A Dwrite-recursive.c38 recursive_hungry (OGGZ * oggz, int empty, void * user_data) in recursive_hungry()
54 OGGZ * oggz; in main() local
H A Dwrite-bad-guard.c41 hungry (OGGZ * oggz, int empty, void * user_data) in hungry()
66 OGGZ * oggz; in main() local
H A Dwrite-dup-bos.c42 hungry (OGGZ * oggz, int empty, void * user_data) in hungry()
78 OGGZ * oggz; in main() local
H A Dwrite-bad-eos.c43 hungry (OGGZ * oggz, int empty, void * user_data) in hungry()
80 OGGZ * oggz; in main() local
H A Dwrite-bad-packetno.c43 hungry (OGGZ * oggz, int empty, void * user_data) in hungry()
79 OGGZ * oggz; in main() local
H A Dwrite-bad-granulepos.c43 hungry (OGGZ * oggz, int empty, void * user_data) in hungry()
80 OGGZ * oggz; in main() local
H A Dwrite-unmarked-guard.c44 hungry (OGGZ * oggz, int empty, void * user_data) in hungry()
79 OGGZ * oggz; in main() local
H A Dwrite-prefix.c42 hungry (OGGZ * oggz, int empty, void * user_data) in hungry()
117 OGGZ * oggz; in main() local
/dports/audio/liboggz/liboggz-1.1.1/src/tools/
H A Doggz-codecs.c91 OGGZ * oggz; member
149 read_page_pass1 (OGGZ * oggz, const ogg_page * og, long serialno, void * user_data) in read_page_pass1()
164 oi_pass1 (OGGZ * oggz, OI_Info * info) in oi_pass1()
186 OGGZ * oggz; in main() local
H A Doggz-info.c108 OGGZ * oggz; member
147 gp_to_granule (OGGZ * oggz, long serialno, ogg_int64_t granulepos) in gp_to_granule()
165 gp_to_time (OGGZ * oggz, long serialno, ogg_int64_t granulepos) in gp_to_time()
408 read_page_pass1 (OGGZ * oggz, const ogg_page * og, long serialno, void * user_data) in read_page_pass1()
444 read_page_pass2 (OGGZ * oggz, const ogg_page * og, long serialno, void * user_data) in read_page_pass2()
461 read_packet_pass1 (OGGZ * oggz, oggz_packet * zp, long serialno, in read_packet_pass1()
503 read_packet_pass2 (OGGZ * oggz, oggz_packet * zp, long serialno, in read_packet_pass2()
521 oi_pass1 (OGGZ * oggz, OI_Info * info) in oi_pass1()
556 oi_pass2 (OGGZ * oggz, OI_Info * info) in oi_pass2()
597 OGGZ * oggz; in main() local
/dports/audio/libfishsound/libfishsound-1.0.0/src/examples/
H A Dfishsound-identify.c63 read_packet (OGGZ * oggz, ogg_packet * op, long serialno, void * user_data) in read_packet()
84 OGGZ * oggz; in main() local

123