Home
last modified time | relevance | path

Searched refs:ogg_stream_packetout (Results 1 – 13 of 13) 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/libvorbis/examples/
Ddecoder_example.c123 if(ogg_stream_packetout(&os,&op)!=1){ in main()
158 result=ogg_stream_packetout(&os,&op); in main()
220 result=ogg_stream_packetout(&os,&op); in main()
/external/libvorbis/test/
Dwrite_read.c185 if (ogg_stream_packetout(&os,&op) != 1) { in read_vorbis_data_or_die()
207 result = ogg_stream_packetout (&os,&op); in read_vorbis_data_or_die()
248 result = ogg_stream_packetout (&os,&op); in read_vorbis_data_or_die()
/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/libvorbis/lib/
Dvorbisfile.c323 if(ogg_stream_packetout(&vf->os,&op) > 0 && in _fetch_headers()
367 int result=ogg_stream_packetout(&vf->os,&op); in _fetch_headers()
438 while((result=ogg_stream_packetout(&vf->os,&op))){ in _initial_pcmoffset()
693 int result=ogg_stream_packetout(&vf->os,op_ptr); in _fetch_and_process_packet()
1274 int result=ogg_stream_packetout(&work_os,&op); in ov_raw_seek()
1281 ogg_stream_packetout(&vf->os,NULL); in ov_raw_seek()
1293 ogg_stream_packetout(&vf->os,NULL); in ov_raw_seek()
1312 ogg_stream_packetout(&vf->os,NULL); in ov_raw_seek()
1548 result=ogg_stream_packetout(&vf->os,NULL); in ov_pcm_seek_page()
1589 ogg_stream_packetout(&vf->os,NULL); in ov_pcm_seek()
[all …]
/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.c160 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);