/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | RendererCommon.java | 78 private ByteBuffer copyBuffer; field in RendererCommon.YuvUploader 97 && (copyBuffer == null || copyBuffer.capacity() < copyCapacityNeeded)) { in uploadYuvData() 98 copyBuffer = ByteBuffer.allocateDirect(copyCapacityNeeded); in uploadYuvData() 111 planes[i], planeWidths[i], planeHeights[i], strides[i], copyBuffer, planeWidths[i]); in uploadYuvData() 112 packedByteBuffer = copyBuffer; in uploadYuvData()
|
/external/libmicrohttpd/src/testcurl/ |
D | test_get_chunked.c | 58 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 173 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalGet() 215 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedGet() 258 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPoolGet() 310 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalGet()
|
D | test_get_sendfile.c | 64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 134 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalGet() 183 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedGet() 233 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPoolGet() 292 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalGet() 428 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testUnknownPortGet()
|
D | test_get.c | 66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 128 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalGet() 178 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedGet() 229 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPoolGet() 289 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalGet() 426 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testUnknownPortGet() 569 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testEmptyGet()
|
D | test_put_chunked.c | 71 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 151 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalPut() 207 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPut() 265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPoolPut() 333 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalPut()
|
D | test_process_headers.c | 57 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 166 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalGet() 215 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedGet() 265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPoolGet() 324 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalGet()
|
D | perf_get.c | 139 copyBuffer (void *ptr, in copyBuffer() function 205 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalGet() 265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedGet() 325 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPoolGet() 400 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalGet()
|
D | test_put.c | 70 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 141 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalPut() 197 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPut() 255 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPoolPut() 323 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalPut()
|
D | test_long_header.c | 62 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 125 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testLongUrlGet() 200 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testLongHeaderGet()
|
D | test_postform.c | 74 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 194 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalPost() 250 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPost() 307 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPoolPost() 373 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalPost()
|
D | test_post_loop.c | 61 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 135 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalPost() 199 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPost() 264 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPoolPost() 347 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalPost()
|
D | test_large_put.c | 83 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 164 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalPut() 222 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPut() 284 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPoolPut() 355 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalPut()
|
D | test_iplimit.c | 64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 147 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedGet() 236 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPoolGet()
|
D | test_timeout.c | 109 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 185 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testWithoutTimeout() 240 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testWithTimeout()
|
D | test_post.c | 80 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 181 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalPost() 235 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPost() 290 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPoolPost() 354 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalPost() 565 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPostCancelPart()
|
D | test_urlparse.c | 59 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 143 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalGet()
|
D | test_concurrent_stop.c | 64 copyBuffer (void *ptr, in copyBuffer() function 127 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in do_gets()
|
/external/libmicrohttpd/src/testzzuf/ |
D | test_get.c | 51 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 117 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalGet() 161 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedGet() 222 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalGet()
|
D | test_get_chunked.c | 49 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 143 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalGet() 184 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedGet() 242 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalGet()
|
D | test_long_header.c | 64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 129 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testLongUrlGet() 192 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testLongHeaderGet()
|
D | test_put_chunked.c | 66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 148 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalPut() 195 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPut() 274 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalPut()
|
D | test_post.c | 69 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 173 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalPost() 225 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPost() 295 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalPost()
|
D | test_put_large.c | 74 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 157 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalPut() 209 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPut() 280 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalPut()
|
D | test_put.c | 66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 142 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalPut() 193 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPut() 262 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalPut()
|
D | test_post_form.c | 67 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function 191 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testInternalPost() 242 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testMultithreadedPost() 310 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); in testExternalPost()
|