HomeSort by relevance Sort by last modified time
    Searched refs:ReadByte (Results 26 - 28 of 28) sorted by null

12

  /external/chromium_org/third_party/libwebp/demux/
demux.c 149 static WEBP_INLINE uint8_t ReadByte(MemBuffer* const mem) {
320 frame->dispose_method_ = (WebPMuxAnimDispose)(ReadByte(mem) & 1);
482 dmux->feature_flags_ = ReadByte(mem);
  /external/webp/src/demux/
demux.c 151 static WEBP_INLINE uint8_t ReadByte(MemBuffer* const mem) {
319 bits = ReadByte(mem);
482 dmux->feature_flags_ = ReadByte(mem);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 336 int v = inStream.ReadByte();

Completed in 1911 milliseconds

12