Home
last modified time | relevance | path

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

/external/webp/src/demux/
Danim_decode.c40 uint8_t* prev_frame_disposed_; // Previous canvas (properly disposed). member
121 dec->prev_frame_disposed_ = WebPSafeCalloc(1ULL, canvas_bytes); in WebPAnimDecoderNewInternal()
122 if (dec->prev_frame_disposed_ == NULL) goto Error; in WebPAnimDecoderNewInternal()
333 CopyCanvas(dec->prev_frame_disposed_, dec->curr_frame_, width, height); in WebPAnimDecoderGetNext()
366 (uint32_t*)dec->prev_frame_disposed_ + offset, iter.width); in WebPAnimDecoderGetNext()
383 (uint32_t*)dec->prev_frame_disposed_ + offset1, width1); in WebPAnimDecoderGetNext()
388 (uint32_t*)dec->prev_frame_disposed_ + offset2, width2); in WebPAnimDecoderGetNext()
398 CopyCanvas(dec->curr_frame_, dec->prev_frame_disposed_, width, height); in WebPAnimDecoderGetNext()
400 ZeroFillFrameRect(dec->prev_frame_disposed_, width * NUM_CHANNELS, in WebPAnimDecoderGetNext()
439 WebPSafeFree(dec->prev_frame_disposed_); in WebPAnimDecoderDelete()