Home | History | Annotate | Download | only in src

Lines Matching refs:ogg_stream_state

188 int ogg_stream_init(ogg_stream_state *os,int serialno){
210 /* async/delayed error detection for the ogg_stream_state */
211 int ogg_stream_check(ogg_stream_state *os){
217 int ogg_stream_clear(ogg_stream_state *os){
228 int ogg_stream_destroy(ogg_stream_state *os){
239 static int _os_body_expand(ogg_stream_state *os,int needed){
254 static int _os_lacing_expand(ogg_stream_state *os,int needed){
304 int ogg_stream_iovecin(ogg_stream_state *os, ogg_iovec_t *iov, int count,
362 int ogg_stream_packetin(ogg_stream_state *os,ogg_packet *op){
372 static int ogg_stream_flush_i(ogg_stream_state *os,ogg_page *og, int force){
517 int ogg_stream_flush(ogg_stream_state *os,ogg_page *og){
523 good only until the next call (using the same ogg_stream_state) */
525 int ogg_stream_pageout(ogg_stream_state *os, ogg_page *og){
536 int ogg_stream_eos(ogg_stream_state *os){
552 ogg_stream_state* (ie, matching serialno). We then get raw
554 ogg_stream_state. */
767 int ogg_stream_pagein(ogg_stream_state *os, ogg_page *og){
907 int ogg_stream_reset(ogg_stream_state *os){
928 int ogg_stream_reset_serialno(ogg_stream_state *os,int serialno){
935 static int _packetout(ogg_stream_state *os,ogg_packet *op,int adv){
989 int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op){
994 int ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op){
1007 ogg_stream_state os_en, os_de;