Lines Matching defs:op
37 ogg_packet op;
105 while (vorbis_bitrate_flushpacket (&vd,&op)) {
106 ogg_stream_packetin (&os,&op);
138 ogg_packet op;
185 if (ogg_stream_packetout(&os,&op) != 1) {
190 if (vorbis_synthesis_headerin (&vi,&vc,&op) < 0) {
207 result = ogg_stream_packetout (&os,&op);
213 vorbis_synthesis_headerin (&vi,&vc,&op);
248 result = ogg_stream_packetout (&os,&op);
258 if (vorbis_synthesis (&vb,&op) == 0)