Home
last modified time | relevance | path

Searched refs:data (Results 48976 - 49000 of 54500) sorted by relevance

1...<<1951195219531954195519561957195819591960>>...2180

/third_party/ffmpeg/libavformat/
H A Davisynth.c246 /* Create AVStream from audio and video data. */
900 /* Copy AviSynth clip data into an AVPacket. */
945 dst_p = pkt->data; in avisynth_read_packet_video()
1001 pkt->data = NULL; in avisynth_read_packet_audio()
1027 avs_library.avs_get_audio(avs->clip, pkt->data, n, samples); in avisynth_read_packet_audio()
H A Dimg2dec.c535 ret[i] = avio_read(f[i], pkt->data + pkt->size, size[i]); in ff_img_read_packet()
539 ret[i] = avio_read(f[i], pkt->data + pkt->size, size[i]); in ff_img_read_packet()
561 memset(pkt->data + pkt->size, 0, AV_INPUT_BUFFER_PADDING_SIZE); in ff_img_read_packet()
/third_party/ffmpeg/libavfilter/
H A Dvf_pseudocolor.c839 const uint8_t *index = in->data[s->index] + islice_start * ilinesize; in filter_slice()
840 const uint8_t *src = in->data[plane] + slice_start * slinesize; in filter_slice()
841 uint8_t *dst = out->data[plane] + slice_start * dlinesize; in filter_slice()
/third_party/backends/backend/
H A Ddll.c1405 sane_read (SANE_Handle handle, SANE_Byte * data, SANE_Int max_length, in sane_read() argument
1410 DBG (3, "sane_read(handle=%p,data=%p,maxlen=%d,lenp=%p)\n", in sane_read()
1411 handle, (void *) data, max_length, (void *) length); in sane_read()
1412 return (*(op_read_t)s->be->op[OP_READ]) (s->handle, data, max_length, length); in sane_read()
H A Ddc240.c731 if (n == 1 && c == 0) /* got successful end of data */ in end_of_data()
746 /* Accck! Not busy, but not a good end of data either */ in end_of_data()
1488 sane_read (SANE_Handle __sane_unused__ handle, SANE_Byte * data, in sane_read() argument
1508 memcpy (data, linebuffer + linebuffer_index, *length); in sane_read()
1575 memcpy (data, linebuffer + linebuffer_index, *length); in sane_read()
1589 /* Flush any pending data from the camera before continuing */ in sane_cancel()
1756 * the directory related data structures)
1769 * I tried flushing any data here. Still seeing the multiple in snap_pic()
1978 DBG (9, "%s: data type=%d, cam type=%d, file type=%d\n", f, in read_info()
1992 * send_data - Send a data bloc
[all...]
H A Dv4l.c963 char data; in sane_start() local
1050 data = *(buffer + loop); in sane_start()
1052 *(buffer + loop + 2) = data; in sane_start()
/third_party/icu/icu4c/source/test/cintltst/
H A Didnatest.c645 static const UChar data[][50]= { in TestJB4490() local
652 for(i=0; i< UPRV_LENGTHOF(data); i++){ in TestJB4490()
653 const UChar* src1 = data[i]; in TestJB4490()
/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c1003 if (actlen < 8) { /* usb_cdc_notification with 2 data bytes */ in u3g_intr_callback()
1010 PRINTK("read intr data start -->\n\n"); in u3g_intr_callback()
1014 PRINTK("\nread intr data end -->\n\n"); in u3g_intr_callback()
1018 DPRINTF("message too short (expected 2 data bytes, received %d)\n", wLen); in u3g_intr_callback()
1029 pkt.data[0], pkt.data[1]); in u3g_intr_callback()
1035 mstatus = pkt.data[0]; in u3g_intr_callback()
/third_party/alsa-lib/aserver/
H A Daserver.c125 void *data) in add_waiter()
134 w->private_data = data; in add_waiter()
654 ctrl->u.element_list.pids = (snd_ctl_elem_id_t*) ctrl->data; in ctl_shm_cmd()
124 add_waiter(int fd, unsigned short events, waiter_handler_t handler, void *data) add_waiter() argument
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp567 /* We get Reparse data and parse it.
568 If there is Reparse error, we free dirItem.Reparse data.
569 Do we need to work with empty reparse data?
1267 // 20.03: we use Reparse Data instead of real data in FillFixedReparse()
1279 /* imagex/WIM reduces absolute paths in links (raparse data), in FillFixedReparse()
1329 CByteBuffer data; in FillFixedReparse() local
1331 if (!FillLinkData(data, newLink, isSymLink, isWSL)) in FillFixedReparse()
1333 item.ReparseData2 = data; in FillFixedReparse()
/third_party/mesa3d/src/amd/compiler/
H A Daco_assembler.cpp964 insert_code(ctx, out, branch.first + 1, long_jump.size() - 1, long_jump.data() + 1); in fix_branches()
1021 /* Copy constant data */ in emit_program()
1022 code.insert(code.end(), (uint32_t*)program->constant_data.data(), in emit_program()
1023 (uint32_t*)(program->constant_data.data() + program->constant_data.size())); in emit_program()
/third_party/libcoap/src/
H A Dcoap_subscribe.c56 const uint8_t *data; in coap_persist_observe_add() local
102 data = raw_packet->s; in coap_persist_observe_add()
118 if (!coap_pdu_parse(session->proto, data, data_len, pdu)) { in coap_persist_observe_add()
/third_party/libdrm/intel/
H A Dintel_bufmgr_fake.c171 * Pointer to kernel-updated sarea data for the last completed user irq
1119 unsigned long size, const void *data) in drm_intel_fake_bo_subdata()
1123 if (size == 0 || data == NULL) in drm_intel_fake_bo_subdata()
1129 memcpy((unsigned char *)bo->virtual + offset, data, size); in drm_intel_fake_bo_subdata()
1118 drm_intel_fake_bo_subdata(drm_intel_bo *bo, unsigned long offset, unsigned long size, const void *data) drm_intel_fake_bo_subdata() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-api.cpp230 void *user_data) /**< user data */ in foreach()
280 void *user_data) /**< user data */ in foreach_exception()
299 void *user_data) /**< user data */ in foreach_subset()
1047 const jerry_char_t data[] = "{\"name\": \"John\", \"age\": 5}"; in HWTEST_F() local
1048 jerry_value_t parsed_json = jerry_json_parse (data, sizeof (data) - 1); in HWTEST_F()
/third_party/jinja2/
H A Denvironment.py409 """Create a new overlay environment that shares all the data with the
851 def write_file(filename: str, data: str) -> None:
855 zip_file.writestr(info, data)
858 f.write(data.encode("utf8"))
1383 are added to the context. If shared is set to `True` the data
/third_party/json/tests/thirdparty/Fuzzer/test/
H A DFuzzerUnittest.cpp73 size_t NewSize = MD.CrossOver(A.data(), A.size(), B.data(), B.size(), in TEST()
74 C.data(), C.size()); in TEST()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c572 cse = case_entry->data; in vtn_parse_switch()
930 phi_var->data.precision = GLSL_PRECISION_MEDIUM; in vtn_handle_phis_first_pass()
956 nir_variable *phi_var = phi_entry->data; in vtn_handle_phi_second_pass()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c347 const void *data, in v3d_texture_subdata()
357 data, stride, layer_stride); in v3d_texture_subdata()
360 /* Otherwise, map and store the texture data directly into the tiled in v3d_texture_subdata()
379 (void *)data + layer_stride * i, in v3d_texture_subdata()
342 v3d_texture_subdata(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) v3d_texture_subdata() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_sqtt.c199 S_030CD8_AUTOFLUSH_EN(1) | /* periodically flush SQTT data to memory */ in si_emit_thread_trace_start()
418 /* Enable SQG events that collects thread trace data. */ in si_thread_trace_start()
585 thread_trace->data = sctx->thread_trace; in si_get_thread_trace()
776 const void *data, uint32_t num_dwords) in si_emit_thread_trace_userdata()
778 const uint32_t *dwords = (uint32_t *)data; in si_emit_thread_trace_userdata()
774 si_emit_thread_trace_userdata(struct si_context* sctx, struct radeon_cmdbuf *cs, const void *data, uint32_t num_dwords) si_emit_thread_trace_userdata() argument
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.c93 * Note that the work of copying data on swapbuffers doesn't disappear
309 malloc(8), /*data*/ in bits_per_pixel()
318 free( img->data ); in bits_per_pixel()
319 img->data = NULL; in bits_per_pixel()
402 * This will tell the gallium driver how to pack pixel data into
1525 &img->data[line * img->bytes_per_line], in XMesaBindTexImage()
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js67 // Map used to store CJS parsing data.
541 const { data: pkg, path: pkgPath } = packageJsonReader.readPackageScope(parentPath);
1099 if (pkg.data?.imports != null) {
1390 if (pkg.data?.type === 'module') {
/third_party/node/deps/v8/src/wasm/
H A Dwasm-serialization.cc846 Isolate* isolate, base::Vector<const byte> data, in DeserializeNativeModule()
850 if (!IsSupportedVersion(data)) return {}; in DeserializeNativeModule()
889 Reader reader(data + WasmSerializer::kHeaderSize); in DeserializeNativeModule()
845 DeserializeNativeModule( Isolate* isolate, base::Vector<const byte> data, base::Vector<const byte> wire_bytes_vec, base::Vector<const char> source_url) DeserializeNativeModule() argument
/third_party/node/src/
H A Dmodule_wrap.cc178 uint8_t* data = in New() local
181 new ScriptCompiler::CachedData(data + cached_data_buf->ByteOffset(), in New()
747 reinterpret_cast<const char*>(cached_data->data), in CreateCachedData()
H A Dnode_http2.h88 // Padding will ensure all data frames are maxFrameSize
170 // data to be written to the underlying transport is made, and schedules
493 // This keeps track of the amount of data read from the socket while the
495 // then), we tell nghttp2 that we consumed that data to get proper
499 // Outbound Data... This is the data written by the JS layer that is
550 // Indices for js_fields_, which serves as a way to communicate data with JS
591 const uint8_t* data, size_t len);
669 // Write data from stream_buf_ to the session.
728 bool AddPing(const uint8_t* data, v8::Local<v8::Function> callback);
838 const uint8_t* data,
[all...]
/third_party/libfuse/util/
H A Dfusermount.c752 /* The kernel silently truncates the "data" argument to PAGE_SIZE-1 characters.
759 const char *data) { in mount_notrunc()
760 if (strlen(data) > sysconf(_SC_PAGESIZE) - 1) { in mount_notrunc()
765 return mount(source, target, filesystemtype, mountflags, data); in mount_notrunc()
757 mount_notrunc(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const char *data) mount_notrunc() argument

Completed in 67 milliseconds

1...<<1951195219531954195519561957195819591960>>...2180