Home
last modified time | relevance | path

Searched refs:dst_px (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dgifdec.c121 uint32_t *dst_px; in gif_copy_img_rect() local
125 dst_px = (uint32_t *)dst_py + l; in gif_copy_img_rect()
127 memcpy(dst_px, src_px, w * sizeof(uint32_t)); in gif_copy_img_rect()

Completed in 1 milliseconds