Searched refs:mem_buf (Results 1 – 2 of 2) sorted by relevance
801 static const uint8_t* GetFramePayload(const uint8_t* const mem_buf, in GetFramePayload() argument820 return mem_buf + start_offset; in GetFramePayload()829 const uint8_t* const mem_buf = dmux->mem_.buf_; in SynthesizeFrame() local831 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() local895 const uint8_t* const header = mem_buf + c->data_.offset_; in ChunkCount()903 const uint8_t* const mem_buf = dmux->mem_.buf_; in GetChunk() local907 const uint8_t* const header = mem_buf + c->data_.offset_; in GetChunk()925 const uint8_t* const mem_buf = dmux->mem_.buf_; in SetChunk() local927 iter->chunk.bytes = mem_buf + chunk->data_.offset_ + CHUNK_HEADER_SIZE; in SetChunk()
455 uint8_t* mem_buf = NULL; in GetHuffBitLengthsAndCodes() local479 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