HomeSort by relevance Sort by last modified time
    Searched refs:WebPSafeCalloc (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/libwebp/utils/
color_cache.c 26 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
utils.h 39 // Note that WebPSafeCalloc() expects the second argument type to be 'size_t'
41 WEBP_EXTERN(void*) WebPSafeCalloc(uint64_t nmemb, size_t size);
utils.c 24 --stacks=yes --alloc-fn=WebPSafeAlloc --alloc-fn=WebPSafeCalloc
193 void* WebPSafeCalloc(uint64_t nmemb, size_t size) {
huffman.c 89 (HTreeGroup*)WebPSafeCalloc(num_htree_groups, sizeof(*htree_groups));
thread.c 224 worker->impl_ = (WebPWorkerImpl*)WebPSafeCalloc(1, sizeof(*worker->impl_));
  /external/webp/src/utils/
color_cache.c 26 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
utils.h 39 // Note that WebPSafeCalloc() expects the second argument type to be 'size_t'
41 WEBP_EXTERN(void*) WebPSafeCalloc(uint64_t nmemb, size_t size);
utils.c 24 --stacks=yes --alloc-fn=WebPSafeAlloc --alloc-fn=WebPSafeCalloc
193 void* WebPSafeCalloc(uint64_t nmemb, size_t size) {
huffman.c 89 (HTreeGroup*)WebPSafeCalloc(num_htree_groups, sizeof(*htree_groups));
thread.c 224 worker->impl_ = (WebPWorkerImpl*)WebPSafeCalloc(1, sizeof(*worker->impl_));
  /external/chromium_org/third_party/libwebp/dec/
alpha.c 26 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec));
io.c 331 p->memory = WebPSafeCalloc(1ULL, tmp_size);
509 p->memory = WebPSafeCalloc(1ULL, total_size);
vp8l.c 342 (int*)WebPSafeCalloc((uint64_t)max_alphabet_size, sizeof(*code_lengths));
398 uint8_t* memory = (uint8_t*)WebPSafeCalloc(memory_size, sizeof(*memory));
    [all...]
vp8.c 48 VP8Decoder* const dec = (VP8Decoder*)WebPSafeCalloc(1ULL, sizeof(*dec));
idec.c 571 WebPIDecoder* idec = (WebPIDecoder*)WebPSafeCalloc(1ULL, sizeof(*idec));
  /external/webp/src/dec/
alpha.c 26 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec));
io.c 331 p->memory = WebPSafeCalloc(1ULL, tmp_size);
509 p->memory = WebPSafeCalloc(1ULL, total_size);
vp8l.c 342 (int*)WebPSafeCalloc((uint64_t)max_alphabet_size, sizeof(*code_lengths));
398 uint8_t* memory = (uint8_t*)WebPSafeCalloc(memory_size, sizeof(*memory));
    [all...]
vp8.c 48 VP8Decoder* const dec = (VP8Decoder*)WebPSafeCalloc(1ULL, sizeof(*dec));
idec.c 571 WebPIDecoder* idec = (WebPIDecoder*)WebPSafeCalloc(1ULL, sizeof(*idec));
  /external/chromium_org/third_party/libwebp/demux/
demux.c 292 *frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(**frame));
382 Chunk* const chunk = (Chunk*)WebPSafeCalloc(1ULL, sizeof(*chunk));
430 frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(*frame));
732 dmux = (WebPDemuxer*)WebPSafeCalloc(1ULL, sizeof(*dmux));
    [all...]
  /external/webp/src/demux/
demux.c 292 *frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(**frame));
382 Chunk* const chunk = (Chunk*)WebPSafeCalloc(1ULL, sizeof(*chunk));
430 frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(*frame));
732 dmux = (WebPDemuxer*)WebPSafeCalloc(1ULL, sizeof(*dmux));
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 214 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size,
609 huffman_codes = (HuffmanTreeCode*)WebPSafeCalloc(bit_array_size,
    [all...]
histogram.c 710 bin_map = (int16_t*)WebPSafeCalloc(bin_map_size, sizeof(*bin_map));
  /external/webp/src/enc/
vp8l.c 214 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size,
609 huffman_codes = (HuffmanTreeCode*)WebPSafeCalloc(bit_array_size,
    [all...]

Completed in 314 milliseconds

1 2