Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dnear_lossless_enc.c73 int limit_bits, uint32_t* copy_buffer) { in NearLossless() argument
76 uint32_t* prev_row = copy_buffer; in NearLossless()
79 memcpy(copy_buffer, argb, xsize * 2 * sizeof(argb[0])); in NearLossless()
102 uint32_t* const copy_buffer = in VP8ApplyNearLossless() local
103 (uint32_t*)WebPSafeMalloc(xsize * 3, sizeof(*copy_buffer)); in VP8ApplyNearLossless()
108 if (copy_buffer == NULL) { in VP8ApplyNearLossless()
113 WebPSafeFree(copy_buffer); in VP8ApplyNearLossless()
118 NearLossless(xsize, ysize, argb, i, copy_buffer); in VP8ApplyNearLossless()
120 WebPSafeFree(copy_buffer); in VP8ApplyNearLossless()
/external/libmicrohttpd/src/examples/
Dmhd2spdy_structures.h294 copy_buffer(const void *src, size_t src_size, void **dst, size_t *dst_size);
Dmhd2spdy_structures.c146 copy_buffer(const void *src, size_t src_size, void **dst, size_t *dst_size) in copy_buffer() function
Dmhd2spdy_http.c231 …if(!copy_buffer(upload_data, *upload_data_size, &proxy->received_body, &proxy->received_body_size)) in http_cb_request()
Dmhd2spdy_spdy.c438 if(!copy_buffer(data, len, &proxy->http_body, &proxy->http_body_size)) in spdy_cb_on_data_chunk_recv()