HomeSort by relevance Sort by last modified time
    Searched defs:blob (Results 176 - 200 of 289) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/ImageMagick/MagickCore/
locale.c 44 #include "MagickCore/blob.h"
881 *blob;
883 blob=(char *) NTResourceToBlob(filename);
884 if (blob != (char *) NULL)
887 SetStringInfoLength(xml,strlen(blob)+1);
888 SetStringInfoDatum(xml,(const unsigned char *) blob);
889 blob=(char *) RelinquishMagickMemory(blob);
866 *blob; local
    [all...]
  /external/ImageMagick/coders/
pattern.c 44 #include "MagickCore/blob.h"
45 #include "MagickCore/blob-private.h"
851 *blob; member in struct:_PatternInfo
952 *blob; local
    [all...]
  /external/harfbuzz_ng/src/
hb-graphite2.cc 55 hb_blob_t *blob; member in struct:hb_graphite2_tablelist_t
71 hb_blob_t *blob = nullptr; local
75 blob = p->blob;
79 if (unlikely (!blob))
81 blob = face_data->face->reference_table (tag);
85 hb_blob_destroy (blob);
88 p->blob = blob;
100 const char *d = hb_blob_get_data (blob, &tlen)
    [all...]
hb-open-file.hh 142 hb_blob_t *blob = items[i].blob; local
144 rec.length.set (hb_blob_get_length (blob));
151 memcpy (start, hb_blob_get_data (blob, nullptr), rec.length);
  /external/mesa3d/src/compiler/glsl/
serialize.cpp 29 * Supports serializing and deserializing glsl programs using a blob.
43 write_subroutines(struct blob *metadata, struct gl_shader_program *prog)
105 write_buffer_block(struct blob *metadata, struct gl_uniform_block *b)
122 write_buffer_blocks(struct blob *metadata, struct gl_shader_program *prog)
240 write_atomic_buffers(struct blob *metadata, struct gl_shader_program *prog)
313 write_xfb(struct blob *metadata, struct gl_shader_program *shProg)
402 write_uniforms(struct blob *metadata, struct gl_shader_program *prog)
544 write_uniform_remap_table_entry(struct blob *metadata,
561 write_uniform_remap_tables(struct blob *metadata,
644 struct blob *blob member in struct:whte_closure
    [all...]
  /external/openssh/
monitor_wrap.c 395 u_char *blob; local
401 /* Convert the key to a blob and the pass it over */
402 if (!key_to_blob(key, &blob, &len))
409 buffer_put_string(&m, blob, len);
411 free(blob);
440 u_char *blob; local
446 /* Convert the key to a blob and the pass it over */
447 if (!key_to_blob(key, &blob, &len))
451 buffer_put_string(&m, blob, len);
454 free(blob);
    [all...]
serverloop.c 643 const u_char *blob; local
653 if ((r = sshpkt_get_string_direct(ssh, &blob, &blen)) != 0 ||
654 (r = sshkey_from_blob(blob, blen, &key)) != 0) {
  /external/skia/src/core/
SkPicturePlayback.cpp 495 const SkTextBlob* blob = fPictureData->getTextBlob(reader); local
501 canvas->drawTextBlob(blob, x, y, *paint);
  /external/skia/src/gpu/ops/
GrAtlasTextOp.cpp 343 Blob* blob = args.fBlob; local
346 resourceProvider, blob, args.fRun, args.fSubRun, args.fViewMatrix, args.fX, args.fY,
357 // Copy regenerated vertices from the blob to our vertex buffer.
368 // than during blob vertex generation time in the blob as handling successive
511 that->fGeoData.get()[i].fBlob = (Blob*)0x1;
  /external/skqp/modules/skshaper/src/
SkShaper_harfbuzz.cpp 55 HBBlob blob; local
57 blob.reset(hb_blob_create((char*)base, SkToUInt(size),
64 blob.reset(hb_blob_create((char*)ptr, SkToUInt(size),
67 SkASSERT(blob);
68 hb_blob_make_immutable(blob.get());
69 return blob;
84 HBBlob blob(stream_to_blob(std::move(typefaceAsset)));
85 HBFace face(hb_face_create(blob.get(), (unsigned)index));
  /external/skqp/src/core/
SkPicturePlayback.cpp 487 const SkTextBlob* blob = fPictureData->getTextBlob(reader); local
493 canvas->drawTextBlob(blob, x, y, *paint);
  /external/skqp/src/gpu/ops/
GrAtlasTextOp.cpp 343 Blob* blob = args.fBlob; local
346 resourceProvider, blob, args.fRun, args.fSubRun, args.fViewMatrix, args.fX, args.fY,
357 // Copy regenerated vertices from the blob to our vertex buffer.
368 // than during blob vertex generation time in the blob as handling successive
506 that->fGeoData.get()[i].fBlob = (Blob*)0x1;
  /external/u-boot/drivers/mtd/
altera_qspi.c 350 void *blob = (void *)gd->fdt_blob; local
363 parent = fdt_parent_offset(blob, node);
364 fdt_support_default_count_cells(blob, parent, &addrc, &sizec);
365 list = fdt_getprop(blob, node, "reg-names", &len);
369 cell = fdt_getprop(blob, node, "reg", &len);
374 addr = fdt_translate_address((void *)blob,
  /external/u-boot/drivers/net/
altera_tse.c 578 void *blob = (void *)gd->fdt_blob; local
597 parent = fdt_parent_offset(blob, node);
598 fdt_support_default_count_cells(blob, parent, &addrc, &sizec);
599 list = fdt_getprop(blob, node, "reg-names", &len);
603 cell = fdt_getprop(blob, node, "reg", &len);
608 addr = fdt_translate_address((void *)blob,
631 priv->rx_fifo_depth = fdtdec_get_int(blob, node,
633 priv->tx_fifo_depth = fdtdec_get_int(blob, node,
636 addr = fdtdec_get_int(blob, node,
638 addr = fdt_node_offset_by_phandle(blob, addr)
    [all...]
  /external/u-boot/drivers/ram/rockchip/
sdram_rk322x.c 719 const void *blob = gd->fdt_blob; local
725 ret = fdtdec_get_int_array(blob, node, "rockchip,pctl-timing",
732 ret = fdtdec_get_int_array(blob, node, "rockchip,phy-timing",
739 ret = fdtdec_get_int_array(blob, node, "rockchip,sdram-params",
  /external/u-boot/drivers/serial/
serial_lpuart.c 413 const void *blob = gd->fdt_blob; local
424 if (!fdt_node_check_compatible(blob, node, "fsl,ls1021a-lpuart"))
426 else if (!fdt_node_check_compatible(blob, node, "fsl,imx7ulp-lpuart"))
428 else if (!fdt_node_check_compatible(blob, node, "fsl,vf610-lpuart"))
  /external/u-boot/drivers/spi/
fsl_dspi.c 639 const void *blob = gd->fdt_blob; local
642 if (fdtdec_get_bool(blob, node, "big-endian"))
646 fdtdec_get_int(blob, node, "num-cs", FSL_DSPI_MAX_CHIPSELECT);
655 plat->speed_hz = fdtdec_get_int(blob,
mxc_spi.c 498 const void *blob = gd->fdt_blob; local
517 mxcs->max_hz = fdtdec_get_int(blob, node, "spi-max-frequency",
tegra20_sflash.c 89 const void *blob = gd->fdt_blob; local
102 plat->frequency = fdtdec_get_int(blob, node, "spi-max-frequency",
104 plat->deactivate_delay_us = fdtdec_get_int(blob, node,
zynq_spi.c 75 const void *blob = gd->fdt_blob; local
81 plat->frequency = fdtdec_get_int(blob, node, "spi-max-frequency",
83 plat->deactivate_delay_us = fdtdec_get_int(blob, node,
85 plat->activate_delay_us = fdtdec_get_int(blob, node,
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 297 struct wpa_config_blob *blob; local
303 wpa_printf(MSG_MSGDUMP, "Line: %d - start of a new named blob '%s'",
316 "blob", *line);
326 wpa_printf(MSG_ERROR, "Line %d: blob was not terminated "
332 blob = os_zalloc(sizeof(*blob));
333 if (blob == NULL) {
337 blob->name = os_strdup(name);
338 blob->data = base64_decode(encoded, encoded_len, &blob->len)
354 struct wpa_config_blob *blob; local
1563 struct wpa_config_blob *blob; local
    [all...]
config_winreg.c 52 struct wpa_config_blob *blob; local
93 wpa_printf(MSG_MSGDUMP, "blob %d: field='%s' len %d",
96 blob = os_zalloc(sizeof(*blob));
97 if (blob == NULL) {
101 blob->name = os_strdup((char *) name);
102 blob->data = os_memdup(data, datalen);
103 if (blob->name == NULL || blob->data == NULL) {
104 wpa_config_free_blob(blob);
1001 struct wpa_config_blob *blob; local
    [all...]
  /frameworks/av/media/libstagefright/foundation/
MetaDataBase.cpp 475 android::Parcel::WritableBlob blob; local
480 ret = parcel.writeBlob(size, false, &blob);
484 memcpy(blob.data(), data, size);
485 blob.release();
510 // copy data from Blob, which may be inline in Parcel storage,
513 android::Parcel::ReadableBlob blob; local
514 ret = parcel.readBlob(size, &blob);
518 setData(key, type, blob.data(), size);
519 blob.release();
  /frameworks/av/services/camera/libcameraservice/api2/
DepthCompositeStream.cpp 128 ALOGE("%s: Error locking blob image buffer: %s (%d)", __FUNCTION__,
306 ALOGE("%s: Blob buffer size mismatch, expected %dx%d received %zux%u", __FUNCTION__,
368 ALOGE("%s: Final jpeg buffer not large enough for the jpeg blob header", __FUNCTION__);
376 struct camera3_jpeg_blob *blob = reinterpret_cast<struct camera3_jpeg_blob*> (header); local
377 blob->jpeg_blob_id = CAMERA3_JPEG_BLOB_ID;
378 blob->jpeg_size = actualJpegSize;
557 ALOGE("%s: Failed to register blob stream listener!", __FUNCTION__);
632 // The 'CameraDeviceClient' parent will delete the blob stream
807 // Jpeg/Blob stream info
  /cts/tests/tests/media/libaudiojni/
audio-record-native.cpp 20 #include "Blob.h"
323 std::shared_ptr<Blob> blob; local
348 blob = std::make_shared<Blob>(buffer, size);
349 mReadBlob = blob;
353 // success then the blob is ours with valid data otherwise a flush has occurred
355 copied += blob->mOffset;
385 auto b = std::make_shared<Blob>(mBufferSize);
453 std::shared_ptr<Blob> mReadBlob
    [all...]

Completed in 3353 milliseconds

1 2 3 4 5 6 78 91011>>