Home
last modified time | relevance | path

Searched refs:op (Results 1 – 25 of 295283) sorted by last modified time

12345678910>>...11812

/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()
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() local
323 if(ogg_stream_packetout(&vf->os,&op) > 0 && in _fetch_headers()
324 vorbis_synthesis_idheader(&op)){ in _fetch_headers()
429 ogg_packet op; in _initial_pcmoffset() local
697 ogg_packet op; in _fetch_and_process_packet() local
1278 ogg_packet op; in ov_raw_seek() local
1318 if(op.granulepos!=-1){ in ov_raw_seek()
1513 ogg_packet op; in ov_pcm_seek_page() local
1564 if(op.granulepos!=-1){ in ov_pcm_seek_page()
1604 ogg_packet op; in ov_pcm_seek() local
[all …]
/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() local
323 if(ogg_stream_packetout(&vf->os,&op) > 0 && in _fetch_headers()
324 vorbis_synthesis_idheader(&op)){ in _fetch_headers()
429 ogg_packet op; in _initial_pcmoffset() local
697 ogg_packet op; in _fetch_and_process_packet() local
1278 ogg_packet op; in ov_raw_seek() local
1318 if(op.granulepos!=-1){ in ov_raw_seek()
1513 ogg_packet op; in ov_pcm_seek_page() local
1564 if(op.granulepos!=-1){ in ov_pcm_seek_page()
1604 ogg_packet op; in ov_pcm_seek() local
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/ogg-sys-0.0.9/libogg/src/
H A Dframing.c384 return ogg_stream_iovecin(os, &iov, 1, op->e_o_s, op->granulepos); in ogg_stream_packetin()
1012 if(op){ in _packetout()
1013 op->e_o_s=eos; in _packetout()
1014 op->b_o_s=bos; in _packetout()
1018 op->bytes=bytes; in _packetout()
1042 memset(op, 0, sizeof(*op)); in ogg_packet_clear()
1056 if(op->bytes!=len){ in checkpacket()
1520 ogg_packet op; in test_pack() local
1524 op.bytes=len; in test_pack()
1819 ogg_packet op; in main() local
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/ogg-sys-0.0.9/src/
H A Dlib.rs126 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()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/ogg-sys-0.0.9/libogg/include/ogg/
H A Dogg.h158 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.h158 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.c384 return ogg_stream_iovecin(os, &iov, 1, op->e_o_s, op->granulepos); in ogg_stream_packetin()
1012 if(op){ in _packetout()
1013 op->e_o_s=eos; in _packetout()
1014 op->b_o_s=bos; in _packetout()
1018 op->bytes=bytes; in _packetout()
1042 memset(op, 0, sizeof(*op)); in ogg_packet_clear()
1056 if(op->bytes!=len){ in checkpacket()
1520 ogg_packet op; in test_pack() local
1524 op.bytes=len; in test_pack()
1819 ogg_packet op; in main() local
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/ogg-sys-0.0.9/src/
H A Dlib.rs126 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()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/ogg-sys-0.0.9/libogg/include/ogg/
H A Dogg.h158 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.c384 return ogg_stream_iovecin(os, &iov, 1, op->e_o_s, op->granulepos); in ogg_stream_packetin()
1012 if(op){ in _packetout()
1013 op->e_o_s=eos; in _packetout()
1014 op->b_o_s=bos; in _packetout()
1018 op->bytes=bytes; in _packetout()
1042 memset(op, 0, sizeof(*op)); in ogg_packet_clear()
1056 if(op->bytes!=len){ in checkpacket()
1520 ogg_packet op; in test_pack() local
1524 op.bytes=len; in test_pack()
1819 ogg_packet op; in main() local
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/ogg-sys-0.0.9/src/
H A Dlib.rs126 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()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-sys-0.0.8/libvorbis/lib/
H A Dinfo.c354 if(op){ in vorbis_synthesis_idheader()
355 oggpack_readinit(&opb,op->packet,op->bytes); in vorbis_synthesis_idheader()
382 if(op){ in vorbis_synthesis_headerin()
383 oggpack_readinit(&opb,op->packet,op->bytes); in vorbis_synthesis_headerin()
562 op->b_o_s=0; in vorbis_commentheader_out()
563 op->e_o_s=0; in vorbis_commentheader_out()
565 op->packetno=1; in vorbis_commentheader_out()
597 op->b_o_s=1; in vorbis_analysis_headerout()
598 op->e_o_s=0; in vorbis_analysis_headerout()
600 op->packetno=0; in vorbis_analysis_headerout()
[all …]
H A Dbitrate.c230 int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,ogg_packet *op){ in vorbis_bitrate_flushpacket() argument
237 if(op){ in vorbis_bitrate_flushpacket()
243 op->packet=oggpack_get_buffer(vbi->packetblob[choice]); in vorbis_bitrate_flushpacket()
244 op->bytes=oggpack_bytes(vbi->packetblob[choice]); in vorbis_bitrate_flushpacket()
245 op->b_o_s=0; in vorbis_bitrate_flushpacket()
246 op->e_o_s=vb->eofflag; in vorbis_bitrate_flushpacket()
247 op->granulepos=vb->granulepos; in vorbis_bitrate_flushpacket()
248 op->packetno=vb->sequence; /* for sake of completeness */ 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() argument
50 if(op){ in vorbis_analysis()
56 op->packet=oggpack_get_buffer(&vb->opb); in vorbis_analysis()
57 op->bytes=oggpack_bytes(&vb->opb); in vorbis_analysis()
58 op->b_o_s=0; in vorbis_analysis()
59 op->e_o_s=vb->eofflag; in vorbis_analysis()
60 op->granulepos=vb->granulepos; in vorbis_analysis()
61 op->packetno=vb->sequence; /* for sake of completeness */ in vorbis_analysis()
H A Dsynthesis.c26 int vorbis_synthesis(vorbis_block *vb,ogg_packet *op){ in vorbis_synthesis() argument
40 oggpack_readinit(opb,op->packet,op->bytes); in vorbis_synthesis()
75 vb->granulepos=op->granulepos; in vorbis_synthesis()
76 vb->sequence=op->packetno; in vorbis_synthesis()
77 vb->eofflag=op->e_o_s; in vorbis_synthesis()
104 oggpack_readinit(opb,op->packet,op->bytes); in vorbis_synthesis_trackonly()
132 vb->granulepos=op->granulepos; in vorbis_synthesis_trackonly()
133 vb->sequence=op->packetno; in vorbis_synthesis_trackonly()
134 vb->eofflag=op->e_o_s; in vorbis_synthesis_trackonly()
143 long vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op){ in vorbis_packet_blocksize() argument
[all …]
H A Dvorbisfile.c285 ogg_packet op; in _fetch_headers() local
323 if(ogg_stream_packetout(&vf->os,&op) > 0 && in _fetch_headers()
324 vorbis_synthesis_idheader(&op)){ in _fetch_headers()
429 ogg_packet op; in _initial_pcmoffset() local
697 ogg_packet op; in _fetch_and_process_packet() local
1278 ogg_packet op; in ov_raw_seek() local
1318 if(op.granulepos!=-1){ in ov_raw_seek()
1513 ogg_packet op; in ov_pcm_seek_page() local
1564 if(op.granulepos!=-1){ in ov_pcm_seek_page()
1604 ogg_packet op; in ov_pcm_seek() local
[all …]
/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,
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);
215 extern long vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op);
/dports/x11-wm/mutter/mutter-41.1/
H A Dmeson.build375 '-Wlogical-op',
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcompton.c1529 int op = ((!argb && !alpha_pict) ? PictOpSrc: PictOpOver); in render_() local
1530 XRenderComposite(ps->dpy, op, pict, alpha_pict, in render_()
H A Dc2.h61 c2_b_op_t op; member
69 .op = C2_B_OUNDEFINED, \
84 } op : 3; member
149 .op = C2_L_OEXISTS, \
254 c2h_comb_tree(c2_b_op_t op, c2_ptr_t p1, c2_ptr_t p2) { in c2h_comb_tree() argument
262 p.b->op = op; in c2h_comb_tree()
271 c2h_b_opp(c2_b_op_t op) { in c2h_b_opp() argument
272 switch (op) { in c2h_b_opp()
/dports/x11-wm/lxsession/lxsession-0.5.4/po/
H A Dpt.po481 msgstr "Extra: adicionar um parâmetro extra para a opção\n"
548 "Consulte \"Mais\" para adicionar opções extra de gestão de ficheiros."
589 "A opção automático define a gestão automática e depende do modo portátil."
597 "suspender e hibernar através do Consolekit. Não deve deixar esta opção em "
732 "As opções padrão são \"gnome\" para o gnome-keyring ou \"ssh-agent\" para "
741 "As opções padrão são \"gnome\", para suporte padrão gnome."
H A Dro.po146 "<b>Atenție:</b> <b>NU</b> schimbați această opțiune în necunoștință de cauză."
149 "<b>NOTĂ:</b> Această opțiune va produce efecte după următoarea autentificare."
/dports/x11-wm/metacity/metacity-3.42.0/
H A Dconfigure3958 … -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestri…

12345678910>>...11812