HomeSort by relevance Sort by last modified time
    Searched refs:transfer (Results 51 - 75 of 552) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/curl/docs/cmdline-opts/
fail-early.d 2 Help: Fail on first transfer error, do not continue
5 Fail and exit on the first detected transfer error.
13 Using this option, curl will instead return an error on the first transfer
15 line. This way, no transfer failures go undetected by scripts and similar.
max-filesize.d 7 requested is larger than this value, the transfer will not start and curl will
15 files this option has no effect even if the file transfer ends up being larger
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 250 struct pipe_transfer **transfer)
277 x, y, z, w, h, d, transfer);
279 /* Enlarge the transfer array if it's not large enough. */
283 stImage->transfer = realloc(stImage->transfer,
285 memset(&stImage->transfer[stImage->num_transfers], 0,
291 assert(!stImage->transfer[z].transfer);
292 stImage->transfer[z].transfer = *transfer
305 struct pipe_transfer **transfer; local
    [all...]
st_atom_pixeltransfer.c 48 struct pipe_transfer *transfer; local
59 0, 0, texSize, texSize, &transfer);
81 pipe_transfer_unmap(pipe, transfer);
85 * Upload the pixel transfer color map texture.
st_cb_fbo.h 53 struct pipe_transfer *transfer; /**< only used when mapping the resource */ member in struct:st_renderbuffer
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_buffer.c 46 struct pipe_transfer **transfer)
94 *transfer = &trans->base;
100 struct pipe_transfer *transfer)
103 struct virgl_transfer *trans = virgl_transfer(transfer);
104 struct virgl_buffer *vbuf = virgl_buffer(transfer->resource);
107 if (!(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) {
112 &transfer->box, trans->base.stride, trans->base.layer_stride, trans->offset, transfer->level);
121 struct pipe_transfer *transfer,
125 struct virgl_buffer *vbuf = virgl_buffer(transfer->resource)
    [all...]
  /external/libusb/libusb/os/
netbsd_usb.c 428 struct libusb_transfer *transfer; local
434 transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
435 hpriv = (struct handle_priv *)transfer->dev_handle->os_priv;
437 switch (transfer->type) {
442 if (IS_XFEROUT(transfer)) {
451 if (IS_XFEROUT(transfer) &&
452 transfer->flags & LIBUSB_TRANSFER_ADD_ZERO_PACKET) {
570 struct libusb_transfer *transfer; local
575 transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
576 dpriv = (struct device_priv *)transfer->dev_handle->dev->os_priv
646 struct libusb_transfer *transfer; local
    [all...]
sunos_usb.c 809 struct libusb_transfer *xfer = tpriv->transfer;
837 sunos_do_async_io(struct libusb_transfer *transfer)
847 tpriv = usbi_transfer_get_os_priv(LIBUSB_TRANSFER_TO_USBI_TRANSFER(transfer));
848 hpriv = (sunos_dev_handle_priv_t *)transfer->dev_handle->os_priv;
849 ep = sunos_usb_ep_index(transfer->endpoint);
851 tpriv->transfer = transfer;
855 aiocb->aio_buf = transfer->buffer;
856 aiocb->aio_nbytes = transfer->length;
858 ((transfer->endpoint & LIBUSB_ENDPOINT_DIR_MASK) =
1024 struct libusb_transfer *transfer; local
1076 struct libusb_transfer *transfer; local
    [all...]
linux_usbfs.c 85 * allows us to mark URBs as being part of a specific logical transfer when
87 * URBs within that transfer will be cancelled and no more URBs will be
88 * accepted for the transfer, meaning that no more data can creep in.
90 * The BULK_CONTINUATION flag must be set on all URBs within a bulk transfer
161 /* completed multi-URB transfer in non-final URB */
179 /* next iso packet in user-supplied transfer to be populated */
1746 struct libusb_transfer *transfer = local
1796 struct libusb_transfer *transfer = local
1968 struct libusb_transfer *transfer = local
2122 struct libusb_transfer *transfer = local
2161 struct libusb_transfer *transfer = local
2184 struct libusb_transfer *transfer = local
2210 struct libusb_transfer *transfer = local
2241 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer); local
2376 struct libusb_transfer *transfer = local
2562 struct libusb_transfer *transfer; local
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ColorUtils.cpp 66 ALookup<CU::ColorTransfer, CA::Transfer> sTransfers{
183 static bool isValid(ColorAspects::Transfer t) {
187 static bool isDefined(ColorAspects::Transfer t) {
194 ColorAspects::Transfer transfer) {
196 if (sTransfers.map(transfer, &res)) {
198 } else if (!isValid(transfer)) {
200 } else if (isDefined(transfer)) {
201 return kColorTransferExtendedStart + transfer;
204 return kColorTransferVendorStart + transfer;
564 ColorTransfer transfer = kColorTransferSMPTE_170M; local
637 int32_t range, standard, transfer; local
663 int32_t range = 0, standard = 0, transfer = 0; local
    [all...]
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ColorUtils.h 82 /* This marks a section of color-transfer values that are not supported by graphics HAL,
83 but track media-defined color-transfer. These are stable for a given release. */
86 /* This marks a section of color-transfer values that are not supported by graphics HAL
96 /* This marks a section of color-transfer values that are not supported by graphics HAL,
97 but track media-defined color-transfer. These are stable for a given release. */
100 /* This marks a section of color-transfer values that are not supported by graphics HAL
114 static int32_t wrapColorAspectsIntoColorTransfer(ColorAspects::Transfer transfer);
120 int32_t transfer, ColorAspects::Transfer *aspect)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 263 * \param transfer returns a transfer object
271 struct pipe_transfer **transfer)
282 map = pipe->transfer_map(pipe, buffer, 0, access, &box, transfer);
294 * \param transfer returns a transfer object
300 struct pipe_transfer **transfer)
302 return pipe_buffer_map_range(pipe, buffer, 0, buffer->width0, access, transfer);
308 struct pipe_transfer *transfer)
310 pipe->transfer_unmap(pipe, transfer);
    [all...]
u_suballoc.c 108 struct pipe_transfer *transfer = NULL; local
112 PIPE_TRANSFER_WRITE, &transfer);
114 pipe_buffer_unmap(allocator->pipe, transfer);
u_draw.c 137 struct pipe_transfer *transfer; local
152 &transfer);
153 if (!transfer) {
165 pipe_buffer_unmap(pipe, transfer);
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_buffer_upload.c 48 struct pipe_transfer *transfer; member in struct:nine_buffer_group
59 struct pipe_transfer *transfer; member in struct:nine_subbuffer
102 &group->transfer);
104 group->transfer = NULL;
119 if (group->transfer)
120 pipe_transfer_unmap(upload->pipe, group->transfer);
123 group->transfer = NULL;
231 &buf->transfer);
270 if (buf->transfer)
271 pipe_transfer_unmap(upload->pipe, buf->transfer);
    [all...]
  /system/core/liblog/
pmsg_writer.c 255 size_t transfer; local
263 transfer = length;
264 if (transfer > packet_len) {
265 transfer = strnrchr(buf, packet_len - 1, '\n') - buf;
266 if ((transfer < length) && (buf[transfer] == '\n')) {
267 ++transfer;
272 vec[2].iov_len = transfer;
298 length -= transfer;
299 buf += transfer;
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 724 struct i915_transfer *transfer = slab_alloc_st(&i915->texture_transfer_pool); local
731 if (!transfer)
734 transfer->b.resource = resource;
735 transfer->b.level = level;
736 transfer->b.usage = usage;
737 transfer->b.box = *box;
738 transfer->b.stride = tex->stride;
739 transfer->staging_texture = NULL;
741 transfer->b.layer_stride = 0;
756 * If the alloc fails, transfer->staging_texture is NULL and we fallback to a map()
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.c 154 if (tc->transfer[i]) {
155 tc->pipe->transfer_unmap(tc->pipe, tc->transfer[i]);
157 FREE(tc->transfer);
182 pipe->transfer_unmap(pipe, tc->transfer[i]);
183 tc->transfer[i] = NULL;
186 FREE(tc->transfer);
198 tc->transfer = CALLOC(tc->num_maps, sizeof(struct pipe_transfer *));
211 &tc->transfer[i]);
225 * Return the transfer being cached.
345 struct pipe_transfer *pt = tc->transfer[layer]
    [all...]
  /external/curl/lib/
imap.h 57 curl_pp_transfer transfer; member in struct:IMAP
pop3.h 53 curl_pp_transfer transfer; member in struct:POP3
smtp.h 55 curl_pp_transfer transfer; member in struct:SMTP
  /external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java 202 FileOutputStream transfer = new FileOutputStream(temp); local
203 transfer.write(memory.getBuffer(), 0, memory.getCount());
204 transfer.flush();
207 out = transfer;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 38 } transfer; member in struct:nouveau_teximage
  /frameworks/av/media/mtp/
MtpResponsePacket.cpp 51 int ret = transfer(request);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FinalPort.java 39 super.transfer(null);

Completed in 726 milliseconds

1 23 4 5 6 7 8 91011>>