Home
last modified time | relevance | path

Searched refs:WebPSafeCalloc (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dcolor_cache_utils.c27 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size, in VP8LColorCacheInit()
A Dutils.h54 WEBP_EXTERN void* WebPSafeCalloc(uint64_t nmemb, size_t size);
A Dutils.c201 void* WebPSafeCalloc(uint64_t nmemb, size_t size) { in WebPSafeCalloc() function
A Dthread_utils.c272 (WebPWorkerImpl*)WebPSafeCalloc(1, sizeof(WebPWorkerImpl)); in Reset()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A Ddemux.c301 *frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(**frame)); in NewFrame()
355 Chunk* const chunk = (Chunk*)WebPSafeCalloc(1ULL, sizeof(*chunk)); in StoreChunk()
403 frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(*frame)); in ParseSingleImage()
674 WebPDemuxer* const dmux = (WebPDemuxer*)WebPSafeCalloc(1ULL, sizeof(*dmux)); in CreateRawImageDemuxer()
675 Frame* const frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(*frame)); in CreateRawImageDemuxer()
732 dmux = (WebPDemuxer*)WebPSafeCalloc(1ULL, sizeof(*dmux)); in WebPDemuxInternal()
A Danim_decode.c96 dec = (WebPAnimDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in WebPAnimDecoderNewInternal()
116 dec->curr_frame_ = (uint8_t*)WebPSafeCalloc( in WebPAnimDecoderNewInternal()
119 dec->prev_frame_disposed_ = (uint8_t*)WebPSafeCalloc( in WebPAnimDecoderNewInternal()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dalpha_dec.c28 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in ALPHNew()
A Dvp8_dec.c58 VP8Decoder* const dec = (VP8Decoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in VP8New()
A Dvp8l_dec.c445 code_lengths = (int*)WebPSafeCalloc((uint64_t)max_alphabet_size, in ReadHuffmanCodes()
1371 VP8LDecoder* const dec = (VP8LDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in VP8LNew()
A Didec_dec.c601 WebPIDecoder* idec = (WebPIDecoder*)WebPSafeCalloc(1ULL, sizeof(*idec)); in NewDecoder()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dvp8l_enc.c204 histo = (uint32_t*)WebPSafeCalloc(kHistoTotal, sizeof(*histo) * 256); in AnalyzeEntropy()
479 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size, in GetHuffBitLengthsAndCodes()
948 huffman_codes = (HuffmanTreeCode*)WebPSafeCalloc(bit_array_size, in EncodeImageInternal()
1476 VP8LEncoder* const enc = (VP8LEncoder*)WebPSafeCalloc(1ULL, sizeof(*enc)); in VP8LEncoderNew()
A Dbackward_references_cost_enc.c577 (CostModel*)WebPSafeCalloc(1ULL, cost_model_size); in BackwardReferencesHashChainDistanceOnly()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Danim_encode.c249 enc = (WebPAnimEncoder*)WebPSafeCalloc(1, sizeof(*enc)); in WebPAnimEncoderNewInternal()
291 (EncodedFrame*)WebPSafeCalloc(enc->size_, sizeof(*enc->encoded_frames_)); in WebPAnimEncoderNewInternal()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog3088 8c515d54 Merge "harness some malloc/calloc to use WebPSafeMalloc and WebPSafeCalloc" into 0.2.0
3090 bff34ac1 harness some malloc/calloc to use WebPSafeMalloc and WebPSafeCalloc

Completed in 61 milliseconds