Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpngdec.c92 uint8_t *background_buf; member
1097 av_fast_malloc(&s->background_buf, &s->background_buf_allocated, in handle_p_frame_apng()
1099 if (!s->background_buf) in handle_p_frame_apng()
1102 memcpy(s->background_buf, src, src_stride * p->height); in handle_p_frame_apng()
1105 memset(s->background_buf + src_stride * y + in handle_p_frame_apng()
1109 src = s->background_buf; in handle_p_frame_apng()
1744 av_freep(&s->background_buf); in png_dec_end()