Lines Matching full:work_os
1000 ogg_stream_state *work_os=NULL;
1042 work_os=ogg_stream_create(vf->current_serialno); /* get the memory ready */
1046 int result=ogg_stream_packetout(work_os,&op);
1095 ogg_stream_destroy(work_os);
1114 ogg_stream_reset_serialno(work_os,vf->current_serialno);
1124 ogg_stream_pagein(work_os,&dup);
1131 ogg_stream_destroy(work_os);
1142 ogg_stream_destroy(work_os);