OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MemBuffer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
idec.c
46
// Operating state for the
MemBuffer
63
}
MemBuffer
;
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
* const mem)
[
all
...]
/external/chromium_org/third_party/libwebp/demux/
demux.c
36
}
MemBuffer
;
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
* const mem)
[
all
...]
Completed in 39 milliseconds