HomeSort by relevance Sort by last modified time
    Searched defs:blob (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 342 struct camera2_jpeg_blob *blob = (struct camera2_jpeg_blob*)(header); local
343 if (blob->jpeg_blob_id == CAMERA2_JPEG_BLOB_ID) {
344 size = blob->jpeg_size;
  /hardware/intel/img/libdrm/libdrm/
xf86drmMode.c 545 struct drm_mode_get_blob blob; local
548 blob.length = 0;
549 blob.data = 0;
550 blob.blob_id = blob_id;
552 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPROPBLOB, &blob))
555 if (blob.length)
556 blob.data = VOID2U64(drmMalloc(blob.length));
558 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPROPBLOB, &blob)) {
566 r->id = blob.blob_id
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.cpp 41 #include "core/fileapi/Blob.h"
49 #include "platform/blob/BlobData.h"
446 void WebSocket::send(Blob* binaryData, ExceptionState& exceptionState)
448 WTF_LOG(Network, "WebSocket %p send() Sending Blob '%s'", this, binaryData->uuid().utf8().data());
536 return "blob";
546 if (binaryType == "blob") {
633 RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), size)); local
634 m_eventQueue->dispatch(MessageEvent::create(blob.release(), SecurityOrigin::create(m_url)->toString()))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 271 struct wpa_config_blob *blob; local
277 wpa_printf(MSG_MSGDUMP, "Line: %d - start of a new named blob '%s'",
290 "blob", *line);
300 wpa_printf(MSG_ERROR, "Line %d: blob was not terminated "
306 blob = os_zalloc(sizeof(*blob));
307 if (blob == NULL) {
311 blob->name = os_strdup(name);
312 blob->data = base64_decode(encoded, encoded_len, &blob->len)
328 struct wpa_config_blob *blob; local
1194 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_malloc(datalen);
103 if (blob->name == NULL || blob->data == NULL) {
104 wpa_config_free_blob(blob);
988 struct wpa_config_blob *blob; local
    [all...]
config.c 1978 struct wpa_config_blob *blob, *prev; local
3178 struct wpa_config_blob *blob = config->blobs; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 1339 struct wpa_config_blob *blob; local
    [all...]
dbus_new_handlers.c 1800 struct wpa_config_blob *blob = NULL; local
1869 const struct wpa_config_blob *blob; local
3399 struct wpa_config_blob *blob; local
    [all...]
  /frameworks/base/core/jni/
android_os_Parcel.cpp 211 android::Parcel::WritableBlob blob; local
212 android::status_t err2 = parcel->writeBlob(length, &blob);
220 memset(blob.data(), 0, length);
222 memcpy(blob.data(), ar + offset, length);
226 blob.release();
347 android::Parcel::ReadableBlob blob; local
348 android::status_t err = parcel->readBlob(len, &blob);
358 memcpy(a2, blob.data(), len);
362 blob.release();
android_database_SQLiteConnection.cpp 557 const void* blob = sqlite3_column_blob(statement, 0); local
558 if (blob) {
561 return createAshmemRegionWithData(env, blob, length);
628 // BLOB data
629 const void* blob = sqlite3_column_blob(statement, i); local
631 status = window->putBlob(addedRows, i, blob, size);
633 LOG_WINDOW("Failed allocating %u bytes for blob at %d,%d, error=%d",
638 LOG_WINDOW("%d,%d is Blob with %u bytes",
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp 474 RefPtrWillBeRawPtr<Blob> blob = static_cast<Blob*>(file)->slice(m_start, m_end, IGNORE_EXCEPTION); local
478 m_reader->readAsArrayBuffer(blob.get(), IGNORE_EXCEPTION);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 336 /* Destroys blob. */
338 _hb_rename_font (hb_blob_t *blob, wchar_t *new_name)
349 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob);
352 const char *orig_sfnt_data = hb_blob_get_data (blob, &length);
367 hb_blob_destroy (blob);
415 hb_blob_destroy (blob);
424 hb_blob_destroy (blob);
443 hb_blob_t *blob = hb_face_reference_blob (face); local
444 if (unlikely (!hb_blob_get_length (blob)))
    [all...]
hb-open-type-private.hh 189 this->blob = hb_blob_reference (b);
195 this->start = hb_blob_get_data (this->blob, NULL);
196 this->end = this->start + hb_blob_get_length (this->blob);
200 DEBUG_MSG_LEVEL (SANITIZE, this->blob, 0, +1,
208 DEBUG_MSG_LEVEL (SANITIZE, this->blob, 0, -1,
212 hb_blob_destroy (this->blob);
213 this->blob = NULL;
222 (&this->debug_depth, "SANITIZE", this->blob, NULL,
236 (&this->debug_depth, "SANITIZE", this->blob, NULL,
259 (&this->debug_depth, "SANITIZE", this->blob, NULL
273 hb_blob_t *blob; member in struct:OT::hb_sanitize_context_t
    [all...]
hb-coretext.cc 106 hb_blob_t *blob = hb_face_reference_blob (face); local
108 const char *blob_data = hb_blob_get_data (blob, &blob_length);
110 DEBUG_MSG (CORETEXT, face, "Face has empty blob");
112 CGDataProviderRef provider = CGDataProviderCreateWithData (blob, blob_data, blob_length, &release_data);
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 333 /* Destroys blob. */
335 _hb_rename_font (hb_blob_t *blob, wchar_t *new_name)
346 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob);
349 const char *orig_sfnt_data = hb_blob_get_data (blob, &length);
364 hb_blob_destroy (blob);
412 hb_blob_destroy (blob);
421 hb_blob_destroy (blob);
440 hb_blob_t *blob = hb_face_reference_blob (face); local
441 if (unlikely (!hb_blob_get_length (blob)))
    [all...]
hb-open-type-private.hh 189 this->blob = hb_blob_reference (b);
195 this->start = hb_blob_get_data (this->blob, NULL);
196 this->end = this->start + hb_blob_get_length (this->blob);
200 DEBUG_MSG_LEVEL (SANITIZE, this->blob, 0, +1,
208 DEBUG_MSG_LEVEL (SANITIZE, this->blob, 0, -1,
212 hb_blob_destroy (this->blob);
213 this->blob = NULL;
222 (&this->debug_depth, "SANITIZE", this->blob, NULL,
236 (&this->debug_depth, "SANITIZE", this->blob, NULL,
259 (&this->debug_depth, "SANITIZE", this->blob, NULL
282 hb_blob_t *blob; member in struct:OT::hb_sanitize_context_t
    [all...]
hb-coretext.cc 106 hb_blob_t *blob = hb_face_reference_blob (face); local
108 const char *blob_data = hb_blob_get_data (blob, &blob_length);
110 DEBUG_MSG (CORETEXT, face, "Face has empty blob");
112 CGDataProviderRef provider = CGDataProviderCreateWithData (blob, blob_data, blob_length, &release_data);
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 722 * Open an SQLite3 blob. Only available in SQLite 3.4.0 and above.
728 * @return a Blob object
731 public Blob open_blob(String db, String table, String column,
734 Blob blob = new Blob(); local
735 _open_blob(db, table, column, row, rw, blob);
736 return blob;
776 * Internal SQLite open blob method.
782 * @param blob Blob objec
    [all...]
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 603 android::Parcel::ReadableBlob blob; local
604 android::status_t status = p->readBlob(size, &blob);
606 doThrowRE(env, "Could not read bitmap from parcel blob.");
612 memcpy(bitmap->getPixels(), blob.data(), size);
615 blob.release();
656 android::Parcel::WritableBlob blob; local
657 android::status_t status = p->writeBlob(size, &blob);
659 doThrowRE(env, "Could not write bitmap to parcel blob.");
666 memset(blob.data(), 0, size);
668 memcpy(blob.data(), pSrc, size)
    [all...]
  /external/chromium_org/net/http/
http_response_headers.cc 194 std::string blob; local
195 blob.reserve(raw_headers_.size());
200 blob.assign(raw_headers_.c_str(), strlen(raw_headers_.c_str()) + 1);
215 blob.append(parsed_[i].name_begin, parsed_[k].value_end);
216 blob.push_back('\0');
221 blob.push_back('\0');
223 pickle->WriteString(blob);
    [all...]
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 281 // Translate the JPEG to BLOB for camera purpose.
302 struct camera3_jpeg_blob *blob = (struct camera3_jpeg_blob*)(header); local
303 if (blob->jpeg_blob_id == CAMERA3_JPEG_BLOB_ID) {
304 size = blob->jpeg_size;
312 * means that in certain rare situations a regular JPEG blob
512 // Blob is used for JPEG data, RAW10 is used for 10-bit raw data, they are
569 // Blob is used for JPEG data, RAW10 is used for 10-bit raw data, they are
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 341 CRYPT_HASH_BLOB blob; local
349 blob.cbData = len;
350 blob.pbData = buf;
355 &blob, NULL);
    [all...]
  /system/keymaster/include/keymaster/
keymaster_defs.h 277 keymaster_blob_t blob; /* KM_BIGNUM and KM_BYTES*/ member in union:__anon81342::__anon81343
436 param.blob.data = bytes;
437 param.blob.data_length = bytes_len;
464 free((void*)param->blob.data);
  /external/javasqlite/src/main/native/
sqlite_jni.c 74 struct hbl *blobs; /* SQLite3 blob handles */
116 struct hbl *next; /* next blob handle */
117 sqlite3_blob *blob; /* SQLite3 blob */ member in struct:hbl
126 struct hbk *next; /* next blob handle */
588 case SQLITE_BLOB: ctype = "blob"; break;
706 case SQLITE_BLOB: ctype = "blob"; break;
847 if (bl->blob) {
848 sqlite3_blob_close(bl->blob);
850 bl->blob = 0
2627 const char **blob = 0; local
4360 sqlite3_blob *blob; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h 198 BLOB blob; member in union:tagPROPVARIANT::__anon50239::tag_inner_PROPVARIANT::__anon50240

Completed in 1313 milliseconds

1 23 4 5