HomeSort by relevance Sort by last modified time
    Searched defs:block_type (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 145 uint32 block_type; member in struct:__anon9414
  /external/grub/stage2/
gunzip.c 147 static int block_type; variable
1084 block_type = (unsigned) b & 3;
1091 if (block_type == INFLATE_STORED)
1093 if (block_type == INFLATE_FIXED)
1095 if (block_type == INFLATE_DYNAMIC)
    [all...]

Completed in 1242 milliseconds