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

  /external/webp/src/demux/
demux.c 34 } MemBuffer;
59 MemBuffer mem_;
102 // MemBuffer
104 static int RemapMemBuffer(MemBuffer* const mem,
113 static int InitMemBuffer(MemBuffer* const mem,
120 static WEBP_INLINE size_t MemDataSize(const MemBuffer* const mem) {
125 static WEBP_INLINE int SizeIsInvalid(const MemBuffer* const mem, size_t size) {
129 static WEBP_INLINE void Skip(MemBuffer* const mem, size_t size) {
133 static WEBP_INLINE void Rewind(MemBuffer* const mem, size_t size) {
137 static WEBP_INLINE const uint8_t* GetBuffer(MemBuffer* const mem)
    [all...]
  /external/webp/src/dec/
idec.c 45 // Operating state for the MemBuffer
62 } MemBuffer;
71 MemBuffer mem_; // input memory buffer.
87 // MemBuffer: incoming data handling
96 static WEBP_INLINE size_t MemDataSize(const MemBuffer* mem) {
101 MemBuffer* const mem = &idec->mem_;
132 // Appends data to the end of MemBuffer->buf_. It expands the allocated memory
136 MemBuffer* const mem = &idec->mem_;
170 MemBuffer* const mem = &idec->mem_;
183 static void InitMemBuffer(MemBuffer* const mem)
    [all...]

Completed in 863 milliseconds