HomeSort by relevance Sort by last modified time
    Searched full:mem_buf (Results 1 - 3 of 3) sorted by null

  /external/webp/src/demux/
demux.c 818 static const uint8_t* GetFramePayload(const uint8_t* const mem_buf,
837 return mem_buf + start_offset;
846 const uint8_t* const mem_buf = dmux->mem_.buf_; local
852 GetFramePayload(mem_buf, fragment, &payload_size);
926 const uint8_t* const mem_buf = dmux->mem_.buf_; local
930 const uint8_t* const header = mem_buf + c->data_.offset_;
938 const uint8_t* const mem_buf = dmux->mem_.buf_; local
942 const uint8_t* const header = mem_buf + c->data_.offset_;
960 const uint8_t* const mem_buf = dmux->mem_.buf_; local
962 iter->chunk.bytes = mem_buf + chunk->data_.offset_ + CHUNK_HEADER_SIZE
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
server.c 1085 static unsigned char *mem_buf; variable
    [all...]
  /external/webp/src/enc/
vp8l.c 191 uint8_t* mem_buf = NULL; local
214 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size,
216 if (mem_buf == NULL) goto End;
218 codes = (uint16_t*)mem_buf;
252 WebPSafeFree(mem_buf);
    [all...]

Completed in 775 milliseconds