Searched refs:ogg_stream_packetout (Results 1 – 10 of 10) sorted by relevance
/external/libogg/src/ |
D | framing.c | 989 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/ |
D | vorbisfile.c | 312 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()
|
D | ogg.h | 196 extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op);
|
D | framing.c | 1138 int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetout() function
|
/external/libogg/macos/ |
D | libogg.mcp.exp | 41 ogg_stream_packetout
|
/external/libogg/win32/ |
D | ogg.def | 57 ogg_stream_packetout
|
/external/libogg/doc/libogg/ |
D | Makefile.am | 12 ogg_stream_packetin.html ogg_stream_packetout.html\
|
D | Makefile.in | 185 ogg_stream_packetin.html ogg_stream_packetout.html\
|
/external/flac/libFLAC/ |
D | ogg_decoder_aspect.c | 158 const int ret = ogg_stream_packetout(&aspect->stream_state, &aspect->working_packet); in FLAC__ogg_decoder_aspect_read_callback_wrapper()
|
/external/libogg/include/ogg/ |
D | ogg.h | 177 extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op);
|