Home
last modified time | relevance | path

Searched refs:ogg_packet (Results 1 – 25 of 1390) sorted by last modified time

12345678910>>...56

/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/src/
H A Dlib.rs131 pub fn vorbis_commentheader_out(vc: *mut vorbis_comment, op: *mut ogg::ogg_packet) in vorbis_commentheader_out()
134 op: *mut ogg::ogg_packet, op_comm: *mut ogg::ogg_packet, in vorbis_analysis_headerout() argument
135 op_code: *mut ogg::ogg_packet) -> libc::c_int; in vorbis_analysis_headerout()
140 pub fn vorbis_analysis(vb: *mut vorbis_block, op: *mut ogg::ogg_packet) -> libc::c_int; in vorbis_analysis()
143 pub fn vorbis_bitrate_flushpacket(v: *mut vorbis_dsp_state, op: *mut ogg::ogg_packet) in vorbis_bitrate_flushpacket()
146 pub fn vorbis_synthesis_idheader(op: *mut ogg::ogg_packet) -> libc::c_int; in vorbis_synthesis_idheader()
148 op: *mut ogg::ogg_packet) -> libc::c_int; in vorbis_synthesis_headerin()
152 pub fn vorbis_synthesis(vb: *mut vorbis_block,op: *mut ogg::ogg_packet) -> libc::c_int; in vorbis_synthesis()
154 op: *mut ogg::ogg_packet) -> libc::c_int; in vorbis_synthesis_trackonly()
161 pub fn vorbis_packet_blocksize(vi: *mut vorbis_info, op: *mut ogg::ogg_packet) -> libc::c_long; in vorbis_packet_blocksize()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/vorbisfile-sys-0.0.8/libvorbisfile/
H A Dvorbisfile.c285 ogg_packet op; in _fetch_headers()
429 ogg_packet op; in _initial_pcmoffset()
677 ogg_packet *op_in, in _fetch_and_process_packet()
697 ogg_packet op; in _fetch_and_process_packet()
698 ogg_packet *op_ptr=(op_in?op_in:&op); in _fetch_and_process_packet()
1278 ogg_packet op; in ov_raw_seek()
1513 ogg_packet op; in ov_pcm_seek_page()
1604 ogg_packet op; in ov_pcm_seek()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbisfile-sys-0.0.8/libvorbisfile/
H A Dvorbisfile.c285 ogg_packet op; in _fetch_headers()
429 ogg_packet op; in _initial_pcmoffset()
677 ogg_packet *op_in, in _fetch_and_process_packet()
697 ogg_packet op; in _fetch_and_process_packet()
698 ogg_packet *op_ptr=(op_in?op_in:&op); in _fetch_and_process_packet()
1278 ogg_packet op; in ov_raw_seek()
1513 ogg_packet op; in ov_pcm_seek_page()
1604 ogg_packet op; in ov_pcm_seek()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/ogg-sys-0.0.9/libogg/src/
H A Dframing.c380 int ogg_stream_packetin(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetin()
976 static int _packetout(ogg_stream_state *os,ogg_packet *op,int adv){ in _packetout()
1030 int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetout()
1035 int ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetpeek()
1040 void ogg_packet_clear(ogg_packet *op) { in ogg_packet_clear()
1051 void checkpacket(ogg_packet *op,long len, int no, long pos){ in checkpacket()
1520 ogg_packet op; in test_pack()
1563 ogg_packet op_de,op_de2; in test_pack()
1819 ogg_packet op; in main()
1845 ogg_packet test; in main()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/ogg-sys-0.0.9/src/
H A Dlib.rs59 pub struct ogg_packet { struct
126 pub fn ogg_stream_packetin(os: *mut ogg_stream_state, op: *mut ogg_packet) -> libc::c_int; in ogg_stream_packetin()
147 pub fn ogg_stream_packetout(os: *mut ogg_stream_state,op: *mut ogg_packet) -> libc::c_int; in ogg_stream_packetout()
148 pub fn ogg_stream_packetpeek(os: *mut ogg_stream_state,op: *mut ogg_packet) -> libc::c_int; in ogg_stream_packetpeek()
170 pub fn ogg_packet_clear(op: *mut ogg_packet); in ogg_packet_clear() argument
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/ogg-sys-0.0.9/libogg/include/ogg/
H A Dogg.h103 } ogg_packet; typedef
158 extern int ogg_stream_packetin(ogg_stream_state *os, ogg_packet *op);
179 extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op);
180 extern int ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op);
203 extern void ogg_packet_clear(ogg_packet *op);
/dports/audio/lewton/lewton-0.10.2/cargo-crates/ogg-sys-0.0.9/libogg/include/ogg/
H A Dogg.h103 } ogg_packet; typedef
158 extern int ogg_stream_packetin(ogg_stream_state *os, ogg_packet *op);
179 extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op);
180 extern int ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op);
203 extern void ogg_packet_clear(ogg_packet *op);
/dports/audio/lewton/lewton-0.10.2/cargo-crates/ogg-sys-0.0.9/libogg/src/
H A Dframing.c380 int ogg_stream_packetin(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetin()
976 static int _packetout(ogg_stream_state *os,ogg_packet *op,int adv){ in _packetout()
1030 int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetout()
1035 int ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetpeek()
1040 void ogg_packet_clear(ogg_packet *op) { in ogg_packet_clear()
1051 void checkpacket(ogg_packet *op,long len, int no, long pos){ in checkpacket()
1520 ogg_packet op; in test_pack()
1563 ogg_packet op_de,op_de2; in test_pack()
1819 ogg_packet op; in main()
1845 ogg_packet test; in main()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/ogg-sys-0.0.9/src/
H A Dlib.rs59 pub struct ogg_packet { struct
126 pub fn ogg_stream_packetin(os: *mut ogg_stream_state, op: *mut ogg_packet) -> libc::c_int; in ogg_stream_packetin()
147 pub fn ogg_stream_packetout(os: *mut ogg_stream_state,op: *mut ogg_packet) -> libc::c_int; in ogg_stream_packetout()
148 pub fn ogg_stream_packetpeek(os: *mut ogg_stream_state,op: *mut ogg_packet) -> libc::c_int; in ogg_stream_packetpeek()
170 pub fn ogg_packet_clear(op: *mut ogg_packet); in ogg_packet_clear() argument
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/ogg-sys-0.0.9/libogg/include/ogg/
H A Dogg.h103 } ogg_packet; typedef
158 extern int ogg_stream_packetin(ogg_stream_state *os, ogg_packet *op);
179 extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op);
180 extern int ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op);
203 extern void ogg_packet_clear(ogg_packet *op);
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/ogg-sys-0.0.9/libogg/src/
H A Dframing.c380 int ogg_stream_packetin(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetin()
976 static int _packetout(ogg_stream_state *os,ogg_packet *op,int adv){ in _packetout()
1030 int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetout()
1035 int ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetpeek()
1040 void ogg_packet_clear(ogg_packet *op) { in ogg_packet_clear()
1051 void checkpacket(ogg_packet *op,long len, int no, long pos){ in checkpacket()
1520 ogg_packet op; in test_pack()
1563 ogg_packet op_de,op_de2; in test_pack()
1819 ogg_packet op; in main()
1845 ogg_packet test; in main()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/ogg-sys-0.0.9/src/
H A Dlib.rs59 pub struct ogg_packet { struct
126 pub fn ogg_stream_packetin(os: *mut ogg_stream_state, op: *mut ogg_packet) -> libc::c_int; in ogg_stream_packetin()
147 pub fn ogg_stream_packetout(os: *mut ogg_stream_state,op: *mut ogg_packet) -> libc::c_int; in ogg_stream_packetout()
148 pub fn ogg_stream_packetpeek(os: *mut ogg_stream_state,op: *mut ogg_packet) -> libc::c_int; in ogg_stream_packetpeek()
170 pub fn ogg_packet_clear(op: *mut ogg_packet); in ogg_packet_clear() argument
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/lib/
H A Dinfo.c350 int vorbis_synthesis_idheader(ogg_packet *op){ in vorbis_synthesis_idheader()
379 int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_packet *op){ in vorbis_synthesis_headerin()
548 ogg_packet *op){ in vorbis_commentheader_out()
573 ogg_packet *op, in vorbis_analysis_headerout()
574 ogg_packet *op_comm, in vorbis_analysis_headerout()
575 ogg_packet *op_code){ in vorbis_analysis_headerout()
H A Dbitrate.c230 int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,ogg_packet *op){ in vorbis_bitrate_flushpacket()
H A Dbitrate.h57 extern int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd, ogg_packet *op);
H A Danalysis.c30 int vorbis_analysis(vorbis_block *vb, ogg_packet *op){ in vorbis_analysis()
H A Dsynthesis.c26 int vorbis_synthesis(vorbis_block *vb,ogg_packet *op){ in vorbis_synthesis()
94 int vorbis_synthesis_trackonly(vorbis_block *vb,ogg_packet *op){ in vorbis_synthesis_trackonly()
143 long vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op){ in vorbis_packet_blocksize()
H A Dvorbisfile.c285 ogg_packet op; in _fetch_headers()
429 ogg_packet op; in _initial_pcmoffset()
677 ogg_packet *op_in, in _fetch_and_process_packet()
697 ogg_packet op; in _fetch_and_process_packet()
698 ogg_packet *op_ptr=(op_in?op_in:&op); in _fetch_and_process_packet()
1278 ogg_packet op; in ov_raw_seek()
1513 ogg_packet op; in ov_pcm_seek_page()
1604 ogg_packet op; in ov_pcm_seek()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/include/vorbis/
H A Dcodec.h187 extern int vorbis_commentheader_out(vorbis_comment *vc, ogg_packet *op);
190 ogg_packet *op,
191 ogg_packet *op_comm,
192 ogg_packet *op_code);
196 extern int vorbis_analysis(vorbis_block *vb,ogg_packet *op);
200 ogg_packet *op);
203 extern int vorbis_synthesis_idheader(ogg_packet *op);
205 ogg_packet *op);
209 extern int vorbis_synthesis(vorbis_block *vb,ogg_packet *op);
210 extern int vorbis_synthesis_trackonly(vorbis_block *vb,ogg_packet *op);
[all …]
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dextract_ogm.c114 static void flush_pages(stream_t *stream, ogg_packet *op) { in flush_pages()
135 static void write_pages(stream_t *stream, ogg_packet *op) { in write_pages()
156 static void handle_packet(stream_t *stream, ogg_packet *pack, ogg_page *page) { in handle_packet()
327 ogg_packet pack; in process_ogm()
H A Dprobe_ogg.c61 static int ogm_packet_type (ogg_packet pack) in ogm_packet_type()
81 ogg_packet pack; in probe_ogg()
/dports/games/vavoom/vavoom-1.33/source/
H A Dsnd_vorbis.cpp141 ogg_packet op; in Init()
255 ogg_packet op; in Decode()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/
H A Doggplayer.cpp430 ogg_packet op; in playogg()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/
H A Dcodec_theora.c118 ogg_packet op; in decode()
235 ogg_packet op; in encode()
319 ogg_packet headerp, commentp, tablep; in codec_video_theora_new()
/dports/games/jfsw/jfsw-c434002/jfaudiolib/third-party/msvc/include/ogg/
H A Dogg.h102 } ogg_packet; typedef
157 extern int ogg_stream_packetin(ogg_stream_state *os, ogg_packet *op);
178 extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op);
179 extern int ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op);
202 extern void ogg_packet_clear(ogg_packet *op);

12345678910>>...56