HomeSort by relevance Sort by last modified time
    Searched full:endbyte (Results 1 - 4 of 4) sorted by null

  /external/libogg/src/
bitwise.c 65 b->endbyte=bytes;
76 b->endbyte=bytes;
83 if(b->endbyte+4>=b->storage){
93 b->ptr=b->buffer+b->endbyte;
117 b->endbyte+=bits/8;
124 if(b->endbyte+4>=b->storage){
134 b->ptr=b->buffer+b->endbyte;
158 b->endbyte+=bits/8;
194 if(b->endbyte+bytes+1>=b->storage){
197 b->storage=b->endbyte+bytes+BUFFER_INCREMENT
    [all...]
  /external/libogg/doc/libogg/
oggpack_buffer.html 29 long endbyte;
  /external/libogg/include/ogg/
ogg.h 33 long endbyte; member in struct:__anon20992
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp 268 M4OSA_UInt32 endByte = 0;
284 endByte = (*pOffset + nbBits) >> 3;
290 while( currentByte <= endByte) {
296 if( currentByte == endByte ) {
    [all...]

Completed in 542 milliseconds