Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/mux/
Dmuxinternal.c292 WebPMuxImage* new_wpi; in MuxImagePush() local
300 new_wpi = (WebPMuxImage*)malloc(sizeof(*new_wpi)); in MuxImagePush()
301 if (new_wpi == NULL) return WEBP_MUX_MEMORY_ERROR; in MuxImagePush()
302 *new_wpi = *wpi; in MuxImagePush()
303 new_wpi->next_ = NULL; in MuxImagePush()
306 (*wpi_list)->next_ = new_wpi; in MuxImagePush()
308 *wpi_list = new_wpi; in MuxImagePush()