Home
last modified time | relevance | path

Searched refs:ogg_stream_packetout (Results 1 – 10 of 10) sorted by relevance

/external/libogg/src/
Dframing.c989 int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetout() function
1559 ogg_stream_packetout(&os_de,&op_de); /* just catching them all */ in test_pack()
1829 if(ogg_stream_packetout(&os_de,&test)!=1)error(); in main()
1831 if(ogg_stream_packetout(&os_de,&test)!=1)error(); in main()
1833 if(ogg_stream_packetout(&os_de,&test)!=1)error(); in main()
1835 if(ogg_stream_packetout(&os_de,&test)!=1)error(); in main()
1837 if(ogg_stream_packetout(&os_de,&test)!=1)error(); in main()
1839 if(ogg_stream_packetout(&os_de,&test)!=-1){ in main()
1843 if(ogg_stream_packetout(&os_de,&test)!=1)error(); in main()
1845 if(ogg_stream_packetout(&os_de,&test)!=1)error(); in main()
[all …]
/external/tremolo/Tremolo/
Dvorbisfile.c312 int result=ogg_stream_packetout(vf->os,&op); in _fetch_headers()
430 while((result=ogg_stream_packetout(vf->os,&op))){ in _prefetch_all_offsets()
568 int result=ogg_stream_packetout(vf->os,&op); in _fetch_and_process_packet()
1046 int result=ogg_stream_packetout(work_os,&op); in ov_raw_seek()
1053 ogg_stream_packetout(vf->os,NULL); in ov_raw_seek()
1058 ogg_stream_packetout(vf->os,NULL); in ov_raw_seek()
1076 ogg_stream_packetout(vf->os,NULL); in ov_raw_seek()
1298 result=ogg_stream_packetout(vf->os,NULL); in ov_pcm_seek_page()
1346 ogg_stream_packetout(vf->os,NULL); in ov_pcm_seek()
1355 ogg_stream_packetout(vf->os,NULL); in ov_pcm_seek()
Dogg.h196 extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op);
Dframing.c1138 int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetout() function
/external/libogg/macos/
Dlibogg.mcp.exp41 ogg_stream_packetout
/external/libogg/win32/
Dogg.def57 ogg_stream_packetout
/external/libogg/doc/libogg/
DMakefile.am12 ogg_stream_packetin.html ogg_stream_packetout.html\
DMakefile.in185 ogg_stream_packetin.html ogg_stream_packetout.html\
/external/flac/libFLAC/
Dogg_decoder_aspect.c158 const int ret = ogg_stream_packetout(&aspect->stream_state, &aspect->working_packet); in FLAC__ogg_decoder_aspect_read_callback_wrapper()
/external/libogg/include/ogg/
Dogg.h177 extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op);