Searched refs:ogg_stream_init (Results 1 – 10 of 10) sorted by relevance
46 ogg_stream_init
60 ogg_stream_init
11 ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
184 ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
54 if(ogg_stream_init(&aspect->stream_state, aspect->serial_number) != 0) in FLAC__ogg_encoder_aspect_init()
53 if(ogg_stream_init(&aspect->stream_state, aspect->serial_number) != 0) in FLAC__ogg_decoder_aspect_init()
201 extern void ogg_stream_init(ogg_stream_state *os, int serialno);
852 void ogg_stream_init(ogg_stream_state *os, int serialno){ in ogg_stream_init() function
182 extern int ogg_stream_init(ogg_stream_state *os,int serialno);
188 int ogg_stream_init(ogg_stream_state *os,int serialno){ in ogg_stream_init() function1635 ogg_stream_init(&os_en,0x04030201); in main()1636 ogg_stream_init(&os_de,0x04030201); in main()