Searched refs:oggpack_bytes (Results 1 - 9 of 9) sorted by relevance

/external/libvorbis/lib/
H A Dbitrate.c84 long this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
122 this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
128 this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
136 this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
148 this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
160 this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
174 if(oggpack_bytes(vbi->packetblob[choice])>maxsize){
177 this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
187 minsize-=oggpack_bytes(vbi->packetblob[choice]);
189 this_bits=oggpack_bytes(vb
[all...]
H A Dinfo.c249 if(i>((opb->storage-oggpack_bytes(opb))>>2))goto err_out;
257 if(len>opb->storage-oggpack_bytes(opb))goto err_out;
555 op->packet = _ogg_malloc(oggpack_bytes(&opb));
556 memcpy(op->packet, opb.buffer, oggpack_bytes(&opb));
558 op->bytes=oggpack_bytes(&opb);
589 b->header=_ogg_malloc(oggpack_bytes(&opb));
590 memcpy(b->header,opb.buffer,oggpack_bytes(&opb));
592 op->bytes=oggpack_bytes(&opb);
604 b->header1=_ogg_malloc(oggpack_bytes(&opb));
605 memcpy(b->header1,opb.buffer,oggpack_bytes(
[all...]
H A Danalysis.c57 op->bytes=oggpack_bytes(&vb->opb);
/external/libogg/macos/
H A Dlibogg.mcp.exp19 oggpack_bytes
/external/tremolo/Tremolo/
H A Dbitwise.c134 long oggpack_bytes(oggpack_buffer *b){ function
308 long oggpack_bytes(oggpack_buffer *b){ function
416 if((bitcount+7)/8!=oggpack_bytes(&r))
420 if(oggpack_bytes(&r)!=(bitcount+7)/8){
421 fprintf(stderr, "%d vs %d\n", oggpack_bytes(&r), (bitcount+7)/8);
621 if(oggpack_bytes(&r)!=test2size*4){
622 fprintf(stderr, "%d vs %d\n", oggpack_bytes(&r), test2size*4);
781 if(oggpack_bytes(&o)!=0){
809 if(oggpack_bytes(&o)!=(bitcount+7)/8){
811 (bitcount+7)/8,oggpack_bytes(
[all...]
H A Dogg.h176 extern long oggpack_bytes(oggpack_buffer *b);
/external/libogg/doc/libogg/
H A DMakefile.am20 oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html\
/external/libogg/include/ogg/
H A Dogg.h133 extern long oggpack_bytes(oggpack_buffer *b);
/external/libogg/src/
H A Dbitwise.c464 long oggpack_bytes(oggpack_buffer *b){ function
473 return oggpack_bytes(b);
519 bytes=oggpack_bytes(&o);
543 if(oggpack_bytes(&r)!=bytes)report("leftover bytes after read!\n");
668 bytes=oggpack_bytes(&o);
679 if(oggpack_bytes(&r)!=bytes)report("leftover bytes after read!\n");

Completed in 132 milliseconds