Home
last modified time | relevance | path

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

/external/webp/src/mux/
Dmuxinternal.c302 WebPMuxImage* new_wpi; in MuxImagePush() local
310 new_wpi = (WebPMuxImage*)WebPSafeMalloc(1ULL, sizeof(*new_wpi)); in MuxImagePush()
311 if (new_wpi == NULL) return WEBP_MUX_MEMORY_ERROR; in MuxImagePush()
312 *new_wpi = *wpi; in MuxImagePush()
313 new_wpi->next_ = NULL; in MuxImagePush()
316 (*wpi_list)->next_ = new_wpi; in MuxImagePush()
318 *wpi_list = new_wpi; in MuxImagePush()