Searched refs:outlength (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | alpha.c | 134 guint outlength; in GST_START_TEST() local 162 outlength = WIDTH * HEIGHT * 4; /* output is AYUV */ in GST_START_TEST() 164 fail_unless_equals_int (map.size, outlength); in GST_START_TEST() 198 guint outlength; in GST_START_TEST() local 230 outlength = WIDTH * HEIGHT * 4; /* output is AYUV */ in GST_START_TEST() 232 fail_unless_equals_int (map.size, outlength); in GST_START_TEST()
|
D | alphacolor.c | 205 guint outlength; in GST_START_TEST() local 233 outlength = WIDTH * HEIGHT * 4; /* output is AYUV */ in GST_START_TEST() 235 fail_unless_equals_int (map.size, outlength); in GST_START_TEST()
|
/third_party/curl/lib/ |
D | x509asn1.c | 268 size_t outlength; in utf8asn1str() local 300 outlength = inlength; in utf8asn1str() 301 if(outlength) in utf8asn1str() 302 memcpy(buf, from, outlength); in utf8asn1str() 305 for(outlength = 0; from < end;) { in utf8asn1str() 329 buf[outlength + 3] = (char) (0x80 | (wc & 0x3F)); in utf8asn1str() 333 buf[outlength + 2] = (char) (0x80 | (wc & 0x3F)); in utf8asn1str() 337 buf[outlength + 1] = (char) (0x80 | (wc & 0x3F)); in utf8asn1str() 341 buf[outlength] = (char) wc; in utf8asn1str() 342 outlength += charsize; in utf8asn1str() [all …]
|
/third_party/curl/packages/OS400/ |
D | ccsidcurl.h | 36 int length, int *outlength,
|
D | ccsidcurl.c | 292 int *outlength, in curl_easy_unescape_ccsid() argument 308 d = curl_easy_unescape(handle, s, 0, outlength); in curl_easy_unescape_ccsid() 317 if(s && outlength) in curl_easy_unescape_ccsid() 318 *outlength = strlen(s); in curl_easy_unescape_ccsid()
|
D | curl.inc.in | 2547 d outlength 10i 0 options(*omit) 2948 d outlength 10i 0 options(*omit)
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audioconvert.c | 410 GstCaps * incaps, void *out, int outlength, GstCaps * outcaps, in verify_convert() argument 464 fail_unless_equals_int (gst_buffer_get_size (outbuffer), outlength); in verify_convert() 466 gst_check_buffer_data (outbuffer, out, outlength); in verify_convert()
|
/third_party/curl/include/curl/ |
D | curl.h | 2549 int *outlength);
|