Home
last modified time | relevance | path

Searched refs:pkt (Results 1 – 2 of 2) sorted by path

/PHP-5.6/ext/gd/libgd/
H A Dwebpimg.c722 const vpx_codec_cx_pkt_t* pkt = vpx_codec_get_cx_data(&enc, &iter); in VPXEncode() local
723 if (pkt != NULL) { in VPXEncode()
724 *p_out = (unsigned char*)(calloc(container_size + pkt->data.frame.sz, in VPXEncode()
728 (const void*)(pkt->data.frame.buf), in VPXEncode()
729 pkt->data.frame.sz); in VPXEncode()
730 *p_out_size_bytes = container_size + pkt->data.frame.sz; in VPXEncode()
/PHP-5.6/ext/wddx/tests/
H A D002.phpt9 $pkt = wddx_packet_start('TEST comment');
17 wddx_add_vars($pkt, 'var1', 'var2', array('var3', 'var4'));
18 echo wddx_packet_end($pkt);

Completed in 10 milliseconds