Home
last modified time | relevance | path

Searched refs:mem_buf (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A Ddemux.c801 static const uint8_t* GetFramePayload(const uint8_t* const mem_buf, in GetFramePayload() argument
820 return mem_buf + start_offset; in GetFramePayload()
829 const uint8_t* const mem_buf = dmux->mem_.buf_; in SynthesizeFrame() local
831 const uint8_t* const payload = GetFramePayload(mem_buf, frame, &payload_size); in SynthesizeFrame()
891 const uint8_t* const mem_buf = dmux->mem_.buf_; in ChunkCount() local
895 const uint8_t* const header = mem_buf + c->data_.offset_; in ChunkCount()
903 const uint8_t* const mem_buf = dmux->mem_.buf_; in GetChunk() local
907 const uint8_t* const header = mem_buf + c->data_.offset_; in GetChunk()
925 const uint8_t* const mem_buf = dmux->mem_.buf_; in SetChunk() local
927 iter->chunk.bytes = mem_buf + chunk->data_.offset_ + CHUNK_HEADER_SIZE; in SetChunk()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dvp8l_enc.c455 uint8_t* mem_buf = NULL; in GetHuffBitLengthsAndCodes() local
479 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size, in GetHuffBitLengthsAndCodes()
481 if (mem_buf == NULL) goto End; in GetHuffBitLengthsAndCodes()
483 codes = (uint16_t*)mem_buf; in GetHuffBitLengthsAndCodes()
517 WebPSafeFree(mem_buf); in GetHuffBitLengthsAndCodes()

Completed in 8 milliseconds