HomeSort by relevance Sort by last modified time
    Searched refs:oggpack_bytes (Results 1 - 9 of 9) sorted by null

  /external/libvorbis/lib/
bitrate.c 84 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(vbi->packetblob[choice])*8
    [all...]
info.c 249 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(&opb))
    [all...]
analysis.c 57 op->bytes=oggpack_bytes(&vb->opb);
  /external/libogg/macos/
libogg.mcp.exp 19 oggpack_bytes
  /external/tremolo/Tremolo/
bitwise.c 134 long oggpack_bytes(oggpack_buffer *b){ function
310 long oggpack_bytes(oggpack_buffer *b){ function
418 if((bitcount+7)/8!=oggpack_bytes(&r))
422 if(oggpack_bytes(&r)!=(bitcount+7)/8){
423 fprintf(stderr, "%d vs %d\n", oggpack_bytes(&r), (bitcount+7)/8);
623 if(oggpack_bytes(&r)!=test2size*4){
624 fprintf(stderr, "%d vs %d\n", oggpack_bytes(&r), test2size*4);
783 if(oggpack_bytes(&o)!=0){
811 if(oggpack_bytes(&o)!=(bitcount+7)/8){
813 (bitcount+7)/8,oggpack_bytes(&o))
    [all...]
ogg.h 176 extern long oggpack_bytes(oggpack_buffer *b);
  /external/libogg/doc/libogg/
Makefile.am 20 oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html\
  /external/libogg/include/ogg/
ogg.h 133 extern long oggpack_bytes(oggpack_buffer *b);
  /external/libogg/src/
bitwise.c 464 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 138 milliseconds