Home
last modified time | relevance | path

Searched refs:oggpack_bytes (Results 1 – 8 of 8) sorted by relevance

/external/tremolo/Tremolo/
Dbitwise.c134 long oggpack_bytes(oggpack_buffer *b){ in oggpack_bytes() function
310 long oggpack_bytes(oggpack_buffer *b){ in oggpack_bytes() function
418 if((bitcount+7)/8!=oggpack_bytes(&r)) in cliptest()
422 if(oggpack_bytes(&r)!=(bitcount+7)/8){ in cliptest()
423 fprintf(stderr, "%d vs %d\n", oggpack_bytes(&r), (bitcount+7)/8); in cliptest()
623 if(oggpack_bytes(&r)!=test2size*4){ in main()
624 fprintf(stderr, "%d vs %d\n", oggpack_bytes(&r), test2size*4); in main()
783 if(oggpack_bytes(&o)!=0){ in main()
811 if(oggpack_bytes(&o)!=(bitcount+7)/8){ in main()
813 (bitcount+7)/8,oggpack_bytes(&o)); in main()
[all …]
Dogg.h176 extern long oggpack_bytes(oggpack_buffer *b);
/external/libogg/src/
Dbitwise.c464 long oggpack_bytes(oggpack_buffer *b){ in oggpack_bytes() function
473 return oggpack_bytes(b); in oggpackB_bytes()
519 bytes=oggpack_bytes(&o); in cliptest()
543 if(oggpack_bytes(&r)!=bytes)report("leftover bytes after read!\n"); in cliptest()
668 bytes=oggpack_bytes(&o); in main()
679 if(oggpack_bytes(&r)!=bytes)report("leftover bytes after read!\n"); in main()
/external/libogg/macos/
Dlibogg.mcp.exp19 oggpack_bytes
/external/libogg/win32/
Dogg.def22 oggpack_bytes
/external/libogg/doc/libogg/
DMakefile.am20 oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html\
DMakefile.in193 oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html\
/external/libogg/include/ogg/
Dogg.h133 extern long oggpack_bytes(oggpack_buffer *b);