Searched refs:MemBuffer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c36 } MemBuffer; typedef in typeref:struct:__anon13255
63 MemBuffer mem_;
108 // MemBuffer
110 static int RemapMemBuffer(MemBuffer* const mem,
119 static int InitMemBuffer(MemBuffer* const mem,
126 static WEBP_INLINE size_t MemDataSize(const MemBuffer* const mem) {
131 static WEBP_INLINE int SizeIsInvalid(const MemBuffer* const mem, size_t size) {
135 static WEBP_INLINE void Skip(MemBuffer* const mem, size_t size) {
139 static WEBP_INLINE void Rewind(MemBuffer* const mem, size_t size) {
143 static WEBP_INLINE const uint8_t* GetBuffer(MemBuffer* cons
[all...]
/external/webp/src/demux/
H A Ddemux.c36 } MemBuffer; typedef in typeref:struct:__anon33349
63 MemBuffer mem_;
108 // MemBuffer
110 static int RemapMemBuffer(MemBuffer* const mem,
119 static int InitMemBuffer(MemBuffer* const mem,
126 static WEBP_INLINE size_t MemDataSize(const MemBuffer* const mem) {
131 static WEBP_INLINE int SizeIsInvalid(const MemBuffer* const mem, size_t size) {
135 static WEBP_INLINE void Skip(MemBuffer* const mem, size_t size) {
139 static WEBP_INLINE void Rewind(MemBuffer* const mem, size_t size) {
143 static WEBP_INLINE const uint8_t* GetBuffer(MemBuffer* cons
[all...]
/external/chromium_org/third_party/libwebp/dec/
H A Didec.c46 // Operating state for the MemBuffer
63 } MemBuffer; typedef in typeref:struct:__anon13235
72 MemBuffer mem_; // input memory buffer.
87 // MemBuffer: incoming data handling
89 static WEBP_INLINE size_t MemDataSize(const MemBuffer* mem) {
111 MemBuffer* const mem = &idec->mem_;
158 // Appends data to the end of MemBuffer->buf_. It expands the allocated memory
163 MemBuffer* const mem = &idec->mem_;
201 MemBuffer* const mem = &idec->mem_;
215 static void InitMemBuffer(MemBuffer* cons
[all...]
/external/webp/src/dec/
H A Didec.c46 // Operating state for the MemBuffer
63 } MemBuffer; typedef in typeref:struct:__anon33329
72 MemBuffer mem_; // input memory buffer.
87 // MemBuffer: incoming data handling
89 static WEBP_INLINE size_t MemDataSize(const MemBuffer* mem) {
111 MemBuffer* const mem = &idec->mem_;
158 // Appends data to the end of MemBuffer->buf_. It expands the allocated memory
163 MemBuffer* const mem = &idec->mem_;
201 MemBuffer* const mem = &idec->mem_;
215 static void InitMemBuffer(MemBuffer* cons
[all...]

Completed in 1241 milliseconds