Searched refs:ogg_sync_wrote (Results 1 – 13 of 13) sorted by relevance
/external/libogg/src/ |
D | framing.c | 619 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/ |
D | decoder_example.c | 91 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/ |
D | write_read.c | 164 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/ |
D | libogg.mcp.exp | 37 ogg_sync_wrote
|
/external/libogg/win32/ |
D | ogg.def | 53 ogg_sync_wrote
|
/external/libogg/doc/libogg/ |
D | Makefile.am | 18 ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html\
|
D | Makefile.in | 191 ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html\
|
/external/tremolo/Tremolo/ |
D | ogg.h | 192 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes);
|
D | vorbisfile.c | 96 if(bytes>0)ogg_sync_wrote(vf->oy,bytes); in _get_data() 744 ogg_sync_wrote(vf->oy,ibytes); in _ov_open1()
|
D | framing.c | 655 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ in ogg_sync_wrote() function
|
/external/flac/libFLAC/ |
D | ogg_decoder_aspect.c | 234 if(ogg_sync_wrote(&aspect->sync_state, ogg_bytes_read) < 0) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
|
/external/libogg/include/ogg/ |
D | ogg.h | 173 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes);
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 73 if(bytes>0)ogg_sync_wrote(&vf->oy,bytes); in _get_data() 893 ogg_sync_wrote(&vf->oy,ibytes); in _ov_open1()
|