Home
last modified time | relevance | path

Searched refs:ogg_sync_wrote (Results 1 – 13 of 13) sorted by relevance

/external/libogg/src/
Dframing.c619 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ in ogg_sync_wrote() function
1539 ogg_sync_wrote(&oy,next-buf); in test_pack()
1813 ogg_sync_wrote(&oy,og[i].header_len); in main()
1815 ogg_sync_wrote(&oy,og[i].body_len); in main()
1862 ogg_sync_wrote(&oy,og[i].header_len); in main()
1864 ogg_sync_wrote(&oy,og[i].body_len); in main()
1915 ogg_sync_wrote(&oy,3); in main()
1921 ogg_sync_wrote(&oy,20); in main()
1927 ogg_sync_wrote(&oy,5); in main()
1934 ogg_sync_wrote(&oy,og[1].header_len-28); in main()
[all …]
/external/libvorbis/examples/
Ddecoder_example.c91 ogg_sync_wrote(&oy,bytes); in main()
182 ogg_sync_wrote(&oy,bytes); in main()
287 ogg_sync_wrote(&oy,bytes); in main()
/external/libvorbis/test/
Dwrite_read.c164 ogg_sync_wrote (&oy,bytes); in read_vorbis_data_or_die()
226 ogg_sync_wrote (&oy,bytes); in read_vorbis_data_or_die()
279 ogg_sync_wrote (&oy,bytes); in read_vorbis_data_or_die()
/external/libogg/macos/
Dlibogg.mcp.exp37 ogg_sync_wrote
/external/libogg/win32/
Dogg.def53 ogg_sync_wrote
/external/libogg/doc/libogg/
DMakefile.am18 ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html\
DMakefile.in191 ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html\
/external/tremolo/Tremolo/
Dogg.h192 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes);
Dvorbisfile.c96 if(bytes>0)ogg_sync_wrote(vf->oy,bytes); in _get_data()
744 ogg_sync_wrote(vf->oy,ibytes); in _ov_open1()
Dframing.c655 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ in ogg_sync_wrote() function
/external/flac/libFLAC/
Dogg_decoder_aspect.c234 if(ogg_sync_wrote(&aspect->sync_state, ogg_bytes_read) < 0) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
/external/libogg/include/ogg/
Dogg.h173 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes);
/external/libvorbis/lib/
Dvorbisfile.c73 if(bytes>0)ogg_sync_wrote(&vf->oy,bytes); in _get_data()
893 ogg_sync_wrote(&vf->oy,ibytes); in _ov_open1()