Searched refs:ogg_stream_packetin (Results 1 – 9 of 9) sorted by relevance
/external/libvorbis/examples/ |
D | encoder_example.c | 163 ogg_stream_packetin(&os,&header); /* automatically placed in its own in main() 165 ogg_stream_packetin(&os,&header_comm); in main() 166 ogg_stream_packetin(&os,&header_code); in main() 221 ogg_stream_packetin(&os,&op); in main()
|
/external/libvorbis/test/ |
D | write_read.c | 73 ogg_stream_packetin (&os,&header); in write_vorbis_data_or_die() 74 ogg_stream_packetin (&os,&header_comm); in write_vorbis_data_or_die() 75 ogg_stream_packetin (&os,&header_code); in write_vorbis_data_or_die() 106 ogg_stream_packetin (&os,&op); in write_vorbis_data_or_die()
|
/external/libogg/macos/ |
D | libogg.mcp.exp | 25 ogg_stream_packetin
|
/external/libogg/win32/ |
D | ogg.def | 44 ogg_stream_packetin
|
/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_encoder_aspect.c | 191 if(ogg_stream_packetin(&aspect->stream_state, &packet) != 0) in FLAC__ogg_encoder_aspect_write_callback_wrapper()
|
/external/libogg/include/ogg/ |
D | ogg.h | 158 extern int ogg_stream_packetin(ogg_stream_state *os, ogg_packet *op);
|
/external/libogg/src/ |
D | framing.c | 362 int ogg_stream_packetin(ogg_stream_state *os,ogg_packet *op){ in ogg_stream_packetin() function 1492 ogg_stream_packetin(&os_en,&op); in test_pack() 1787 ogg_stream_packetin(&os_en,&op); in main()
|