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

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
bitstream_io.cpp 38 current_word
40 |-----xxxxxxxxxxxxx| = current_word 32 or 16 bits
61 stream->current_word = 0;
75 /* Purpose : Save the current_word into the buffer, byte-swap, and */
86 uint current_word; local
88 /* check number of bytes in current_word, must always be byte-aligned!!!! */
101 current_word = stream->current_word;
105 byte = (current_word >> num_bits) & 0xFF;
126 /* reset current_word and bit_left *
146 uint current_word = stream->current_word; local
197 uint current_word = stream->current_word; local
    [all...]
avcenc_int.h 137 uint current_word; /* byte-swapped (MSB left) current word to write to buffer */ member in struct:tagEncBitstream
138 int bit_left; /* number of bit left in current_word */
  /external/e2fsprogs/ext2ed/
init.c 109 char current_line [500],current_word [50],*ch; local
121 ch=parse_word (current_line,current_word);
122 if (strcmp (current_word,"struct")==0) {
123 ch=parse_word (ch,current_word);
124 current_descriptor=add_new_descriptor (current_word);
618 char current_line [500],current_word [200]; local
630 ptr=parse_word (current_line,current_word);
631 if (strcasecmp (current_word,name)==0) {

Completed in 22 milliseconds