/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | near_lossless_enc.c | 75 int stride, int limit_bits, uint32_t* copy_buffer, in NearLossless() 79 uint32_t* prev_row = copy_buffer; in NearLossless() 116 uint32_t* const copy_buffer = in VP8ApplyNearLossless() local 117 (uint32_t*)WebPSafeMalloc(xsize * 3, sizeof(*copy_buffer)); in VP8ApplyNearLossless() 122 if (copy_buffer == NULL) { in VP8ApplyNearLossless() 133 WebPSafeFree(copy_buffer); in VP8ApplyNearLossless() 137 NearLossless(xsize, ysize, picture->argb, stride, limit_bits, copy_buffer, in VP8ApplyNearLossless() 140 NearLossless(xsize, ysize, argb_dst, xsize, i, copy_buffer, argb_dst); in VP8ApplyNearLossless() 142 WebPSafeFree(copy_buffer); in VP8ApplyNearLossless() 74 NearLossless(int xsize, int ysize, const uint32_t* argb_src, int stride, int limit_bits, uint32_t* copy_buffer, uint32_t* argb_dst) NearLossless() argument
|
/third_party/backends/backend/genesys/ |
H A D | image_buffer.cpp | 40 auto copy_buffer = [&]() in get_data() local 50 copy_buffer(); in get_data() 76 copy_buffer(); in get_data()
|
/third_party/ffmpeg/tools/ |
H A D | qt-faststart.c | 444 unsigned char *copy_buffer = NULL; in main() local 640 copy_buffer = malloc(bytes_to_copy); in main() 641 if (!copy_buffer) { in main() 642 fprintf(stderr, "could not allocate %d bytes for copy_buffer\n", bytes_to_copy); in main() 649 if (fread(copy_buffer, bytes_to_copy, 1, infile) != 1) { in main() 653 if (fwrite(copy_buffer, bytes_to_copy, 1, outfile) != 1) { in main() 664 free(copy_buffer); in main() 675 free(copy_buffer); in main()
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
H A D | strtod.cc | 489 char copy_buffer[kMaxSignificantDecimalDigits]; 492 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, 522 char copy_buffer[kMaxSignificantDecimalDigits]; 525 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits,
|
/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-strtod.cpp | 505 char copy_buffer[kMaxSignificantDecimalDigits]; 508 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, 538 char copy_buffer[kMaxSignificantDecimalDigits]; 541 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits,
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-strtod.cpp | 505 char copy_buffer[kMaxSignificantDecimalDigits]; 508 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, 538 char copy_buffer[kMaxSignificantDecimalDigits]; 541 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-strtod.cpp | 505 char copy_buffer[kMaxSignificantDecimalDigits]; 508 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, 538 char copy_buffer[kMaxSignificantDecimalDigits]; 541 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits,
|
/third_party/lame/libmp3lame/ |
H A D | bitstream.h | 32 int copy_buffer(lame_internal_flags * gfc, unsigned char *buffer, int buffer_size,
|
H A D | lame.c | 1725 mp3out = copy_buffer(gfc, mp3buf, buf_size, 0); in lame_encode_buffer_sample_t() 2045 rc = copy_buffer(gfc, mp3buffer, mp3buffer_size, 1); in lame_encode_flush_nogap() 2208 imp3 = copy_buffer(gfc, mp3buffer, mp3buffer_size_remaining, 1); in lame_encode_flush() 2225 imp3 = copy_buffer(gfc, mp3buffer, mp3buffer_size_remaining, 0); in lame_encode_flush()
|
H A D | encoder.c | 547 mp3count = copy_buffer(gfc, mp3buf, mp3buf_size, 1); in lame_encode_mp3_frame()
|
H A D | bitstream.c | 1079 copy_buffer(lame_internal_flags * gfc, unsigned char *buffer, int size, int mp3data) in copy_buffer() function
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_structures.c | 146 copy_buffer(const void *src, size_t src_size, void **dst, size_t *dst_size) in copy_buffer() function
|
H A D | mhd2spdy_structures.h | 294 copy_buffer(const void *src, size_t src_size, void **dst, size_t *dst_size);
|
H A D | mhd2spdy_http.c | 231 if(!copy_buffer(upload_data, *upload_data_size, &proxy->received_body, &proxy->received_body_size)) in http_cb_request()
|
H A D | mhd2spdy_spdy.c | 438 if(!copy_buffer(data, len, &proxy->http_body, &proxy->http_body_size)) in spdy_cb_on_data_chunk_recv()
|
/third_party/backends/backend/ |
H A D | kodak.h | 265 static SANE_Status copy_buffer(struct scanner *s, unsigned char * buf, int len);
|
H A D | s9036.c | 1242 copy_buffer (S9036_Scanner * s, SANE_Byte ** buf, SANE_Int * max_len, in copy_buffer() function 1298 copy_buffer (s, &buf, &max_len, len); in sane_read() 1309 copy_buffer (s, &buf, &max_len, len); in sane_read()
|
H A D | fujitsu.h | 842 static SANE_Status copy_buffer(struct fujitsu *s, unsigned char * buf, int len, int side);
|
H A D | kodak.c | 2327 copy_buffer (s, buf, inLen); in read_from_scanner() 2344 copy_buffer(struct scanner *s, unsigned char * buf, int len) in copy_buffer() function 2348 DBG (10, "copy_buffer: start\n"); in copy_buffer() 2353 DBG (10, "copy_buffer: finish\n"); in copy_buffer()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_buffer.c | 310 copy_buffer(struct radv_cmd_buffer *cmd_buffer, struct radv_buffer *src_buffer, in copy_buffer() function 337 copy_buffer(cmd_buffer, src_buffer, dst_buffer, &pCopyBufferInfo->pRegions[r]); in radv_CmdCopyBuffer2()
|
/third_party/vk-gl-cts/external/amber/src/src/dawn/ |
H A D | engine_dawn.cc | 317 ::dawn::Buffer copy_buffer = device.CreateBuffer(&descriptor); in MapDeviceTextureToHostBuffer() local 319 CreateBufferCopyView(copy_buffer, 0, dawn_row_pitch, 0); in MapDeviceTextureToHostBuffer() 337 MapResult mapped_device_texture = MapBuffer(device, copy_buffer); in MapDeviceTextureToHostBuffer() 359 copy_buffer.Unmap(); in MapDeviceTextureToHostBuffer()
|
/third_party/python/Modules/ |
H A D | _testbuffer.c | 537 copy_buffer(Py_buffer *dest, Py_buffer *src) in copy_buffer() function 1913 ret = copy_buffer(dest, &src); in ndarray_ass_subscript() 2183 if (copy_buffer(&dest, src) < 0) in ndarray_tobytes()
|
/third_party/python/Objects/ |
H A D | memoryobject.c | 266 It is used in copy_single() and copy_buffer() to weed out non-matching 422 copy_buffer(const Py_buffer *dest, const Py_buffer *src) in copy_buffer() function 514 ret = copy_buffer(&dest, src); in buffer_to_contiguous() 892 if (copy_buffer(dest, src) < 0) { in memory_from_contiguous_copy()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_blorp.c | 801 copy_buffer(struct anv_device *device, in copy_buffer() function 835 copy_buffer(cmd_buffer->device, &batch, src_buffer, dst_buffer, in anv_CmdCopyBuffer2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_clear_blit.c | 2092 copy_buffer(struct tu_cmd_buffer *cmd, in copy_buffer() function 2134 copy_buffer(cmd, in tu_CmdCopyBuffer2KHR() 2159 copy_buffer(cmd, buffer->iova + dstOffset, tmp.iova, dataSize, 4); in tu_CmdUpdateBuffer()
|