Home
last modified time | relevance | path

Searched refs:oggpack_writetrunc (Results 1 – 7 of 7) sorted by relevance

/external/libogg/macos/
Dlibogg.mcp.exp6 oggpack_writetrunc
/external/libogg/win32/
Dogg.def9 oggpack_writetrunc
/external/libogg/doc/libogg/
DMakefile.am24 oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html\
DMakefile.in197 oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html\
/external/libogg/include/ogg/
Dogg.h120 extern void oggpack_writetrunc(oggpack_buffer *b,long bits);
/external/libvorbis/lib/
Dbitrate.c176 oggpack_writetrunc(vbi->packetblob[choice],maxsize*8); in vorbis_bitrate_addblock()
/external/libogg/src/
Dbitwise.c59 void oggpack_writetrunc(oggpack_buffer *b,long bits){ in oggpack_writetrunc() function