Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dwebpimg.c666 unsigned char** p_out, in VPXEncode() argument
675 *p_out = NULL; in VPXEncode()
680 if (!p_out || !Y || !U || !V in VPXEncode()
727 memcpy(*p_out + container_size, in VPXEncode()
752 unsigned char** p_out, in WebPEncode() argument
762 p_out, p_out_size_bytes) != webp_success) { in WebPEncode()
780 memcpy(*p_out, kRiffHeader, kRiffHeaderSize); in WebPEncode()
786 free(*p_out); in WebPEncode()
787 *p_out = NULL; in WebPEncode()
792 *p_out = p; in WebPEncode()
[all …]
H A Dwebpimg.h109 unsigned char** p_out,

Completed in 8 milliseconds