Searched defs:ogg_sync_wrote (Results 1 - 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
H A Dframing.c655 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ function
/external/libogg/src/
H A Dframing.c547 ogg_sync_wrote() to tell how many bytes we just added.
619 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ function
1539 ogg_sync_wrote(&oy,next-buf);
1813 ogg_sync_wrote(&oy,og[i].header_len);
1815 ogg_sync_wrote(&oy,og[i].body_len);
1862 ogg_sync_wrote(&oy,og[i].header_len);
1864 ogg_sync_wrote(&oy,og[i].body_len);
1915 ogg_sync_wrote(&oy,3);
1921 ogg_sync_wrote(&oy,20);
1927 ogg_sync_wrote(
[all...]

Completed in 173 milliseconds