/third_party/ffmpeg/libavfilter/ |
H A D | vf_yaepblur.c | 239 av_image_copy_plane(out->data[plane], out->linesize[plane], in filter_frame() 240 in->data[plane], in->linesize[plane], in filter_frame() 249 td.src = in->data[plane]; in filter_frame() 256 td.dst = out->data[plane]; in filter_frame()
|
H A D | vf_negate.c | 285 av_image_copy_plane(out->data[p] + slice_start * out->linesize[p], in filter_slice() 287 in->data[p] + slice_start * in->linesize[p], in filter_slice() 293 s->negate(in->data[p] + slice_start * in->linesize[p], in filter_slice() 294 out->data[p] + slice_start * out->linesize[p], in filter_slice()
|
H A D | vf_limitdiff.c | 176 const uint8_t *filtered = td->filtered->data[p] + slice_start * filtered_linesize; in limitdiff_slice() 177 const uint8_t *source = td->source->data[p] + slice_start * source_linesize; in limitdiff_slice() 178 const uint8_t *reference = td->reference->data[p] + slice_start * reference_linesize; in limitdiff_slice() 179 uint8_t *dst = td->dst->data[p] + slice_start * dst_linesize; in limitdiff_slice()
|
H A D | vf_maskedclamp.c | 100 const uint8_t *bsrc = td->b->data[p] + slice_start * blinesize; in maskedclamp_slice() 101 const uint8_t *darksrc = td->o->data[p] + slice_start * darklinesize; in maskedclamp_slice() 102 const uint8_t *brightsrc = td->m->data[p] + slice_start * brightlinesize; in maskedclamp_slice() 103 uint8_t *dst = td->d->data[p] + slice_start * dlinesize; in maskedclamp_slice()
|
H A D | vf_maskedminmax.c | 155 const uint8_t *src = td->src->data[p] + slice_start * src_linesize; in maskedminmax_slice() 156 const uint8_t *f1 = td->f1->data[p] + slice_start * f1_linesize; in maskedminmax_slice() 157 const uint8_t *f2 = td->f2->data[p] + slice_start * f2_linesize; in maskedminmax_slice() 158 uint8_t *dst = td->dst->data[p] + slice_start * dst_linesize; in maskedminmax_slice()
|
H A D | vf_pad_opencl.c | 84 AVHWFramesContext *input_frames_ctx = (AVHWFramesContext *)input_frame->hw_frames_ctx->data; in pad_opencl_init() 168 for (int p = 0; p < FF_ARRAY_ELEMS(output_frame->data); p++) { in filter_frame() 187 src = (cl_mem)input_frame->data[p]; in filter_frame() 188 dst = (cl_mem)output_frame->data[p]; in filter_frame()
|
H A D | vf_lenscorrection.c | 93 const type *indata = (const type *)in->data[plane]; \ 94 type *outrow = (type *)out->data[plane] + start * outlinesize; \ 135 const type *indata = (const type *)in->data[plane]; \ 136 type *outrow = (type *)out->data[plane] + start * outlinesize; \
|
/third_party/ffmpeg/libavformat/ |
H A D | smacker.c | 123 avio_skip(pb, 28); /* Unused audio related data */ in smacker_read_header() 207 /* setup data */ in smacker_read_header() 326 pkt->duration = smk->duration_size[i] ? AV_RL32(pkt->data) in smacker_read_packet() 347 pkt->data[0] = flags; in smacker_read_packet() 348 memcpy(pkt->data + 1, smk->pal, 768); in smacker_read_packet() 349 ret = ffio_read_size(s->pb, pkt->data + 769, smk->frame_size); in smacker_read_packet()
|
H A D | subtitles.c | 122 memcpy(sub->data + old_len, event, len); in ff_subtitles_queue_insert() 143 memcpy(sub->data, event, len); in ff_subtitles_queue_insert() 180 !strcmp(q->subs[i]->data, last->data)) { in drop_dups() 429 /* only one line break followed by data: we flush the line breaks in ff_subtitles_read_text_chunk()
|
H A D | dvenc.c | 248 const uint8_t *data, int data_size, uint8_t **frame) in dv_assemble_frame() 258 av_log(s, AV_LOG_ERROR, "Can't process DV frame #%d. Insufficient audio data or severe sync problem.\n", c->frames); in dv_assemble_frame() 267 memcpy(*frame, data, c->sys->frame_size); in dv_assemble_frame() 275 av_log(s, AV_LOG_ERROR, "Can't process DV frame #%d. Insufficient video data or severe sync problem.\n", c->frames); in dv_assemble_frame() 278 av_fifo_write(c->audio_data[i], data, data_size); in dv_assemble_frame() 290 /* Let us see if we have enough data to construct one DV frame. */ in dv_assemble_frame() 423 pkt->data, pkt->size, &frame); in dv_write_packet() 432 * We might end up with some extra A/V data without matching counterpart. 433 * E.g. video data without enough audio to write the complete frame. 246 dv_assemble_frame(AVFormatContext *s, DVMuxContext *c, AVStream* st, const uint8_t *data, int data_size, uint8_t **frame) dv_assemble_frame() argument
|
/third_party/elfutils/libdw/ |
H A D | dwarf_ranges.c | 150 /* Don't check for begin_relocated == end_relocated. Serve the data in __libdw_read_begin_end_pair_inc() 404 Elf_Data *data = cu->dbg->sectiondata[secidx]; in initial_offset() local 405 if (data == NULL && cu->unit_type == DW_UT_split_compile) in initial_offset() 409 data = cu->dbg->sectiondata[secidx]; in initial_offset() 412 if (data == NULL) in initial_offset()
|
/third_party/alsa-utils/topology/nhlt/ |
H A D | nhlt-processor.c | 33 uint8_t data[]; member 217 snd_config_t *data; in manifest_create() local 231 ret = snd_config_search(data_section, "SOF ABI", &data); in manifest_create() 235 ret = snd_config_search(data, "bytes", &old_bytes); in manifest_create() 425 fprintf(stderr, "can't merge manifest data, err %d\n", ret); in do_nhlt()
|
/third_party/backends/backend/ |
H A D | epsonds-ops.c | 320 eds_copy_image_from_ring(epsonds_scanner *s, SANE_Byte *data, SANE_Int max_length, in eds_copy_image_from_ring() argument 334 /* need more data? */ in eds_copy_image_from_ring() 360 *data++ = ~*p++; in eds_copy_image_from_ring() 368 eds_ring_read(s->current, data, s->params.bytes_per_line); in eds_copy_image_from_ring() 371 data += s->params.bytes_per_line; in eds_copy_image_from_ring() 432 DBG(1, "not enough data in the ring, shouldn't happen\n"); in eds_ring_read()
|
H A D | gt68xx_low.h | 243 * This function may allocate a command-set-specific data structure and place 250 * If the activate function has allocated a command-set-specific data 279 SANE_Byte * data, SANE_Word size); 369 /** Start reading the scanned image data from the scanner. 375 /** Stop scanning the image and reading the data. */ 414 /** Model-specific scanner data. 508 /** Scanner model data. */ 511 /** Pointer to command-set-specific data. */ 672 * by supplying a whole model data structure. The model may be changed only 683 * @param model Device model data [all...] |
H A D | mustek_scsi_pp.c | 529 mustek_scsi_pp_send_data_block (int fd, const u_char * data, int len) in mustek_scsi_pp_send_data_block() argument 547 if (mustek_scsi_pp_send_command_byte (fd, data[i]) != SANE_STATUS_GOOD) in mustek_scsi_pp_send_data_block() 551 i, data[i]); in mustek_scsi_pp_send_data_block() 554 checksum += data[i]; in mustek_scsi_pp_send_data_block() 782 * Send the command itself in one block, then any extra input data in a second in mustek_scsi_pp_cmd() 812 DBG (5, "mustek_scsi_pp_cmd: sending data block of length %lu\n", in mustek_scsi_pp_cmd() 821 DBG (2, "mustek_scsi_pp_cmd: sending data block failed\n"); in mustek_scsi_pp_cmd() 831 /* check buffer is big enough to receive data */ in mustek_scsi_pp_cmd() 840 "mustek_scsi_pp_cmd: buffer (size %lu) not big enough for data (size %d)\n", in mustek_scsi_pp_cmd() 848 DBG (2, "mustek_scsi_pp_cmd: error reading data bloc in mustek_scsi_pp_cmd() [all...] |
/third_party/backends/backend/pixma/ |
H A D | pixma_io_sanei.c | 167 SANE_Int index, SANE_Int length, SANE_Byte * data) in get_descriptor() 171 index, length, data); in get_descriptor() 176 SANE_Int length, SANE_Byte * data) in get_string_descriptor() 178 return get_descriptor (dn, USB_DT_STRING, index, lang, length, data); in get_string_descriptor() 166 get_descriptor(SANE_Int dn, SANE_Int type, SANE_Int descidx, SANE_Int index, SANE_Int length, SANE_Byte * data) get_descriptor() argument 175 get_string_descriptor(SANE_Int dn, SANE_Int index, SANE_Int lang, SANE_Int length, SANE_Byte * data) get_string_descriptor() argument
|
/third_party/cups-filters/fontembed/ |
H A D | embed_pdf.c | 125 ret->fontname=ret->data+len; in emb_pdf_fd_new() 137 ret->registry=ret->data+len; in emb_pdf_fd_new() 141 ret->ordering=ret->data+len; in emb_pdf_fd_new() 267 ret->warray=ret->data; in emb_pdf_fw_cidwidths()
|
/third_party/curl/lib/ |
H A D | curl_ntlm_core.c | 503 * (uppercase UserName + Domain) as the data 543 * ntlm [in] - The ntlm data struct being used to read TargetInfo 648 unsigned char data[16]; in Curl_ntlm_core_mk_lmv2_resp() local 652 memcpy(&data[0], challenge_server, 8); in Curl_ntlm_core_mk_lmv2_resp() 653 memcpy(&data[8], challenge_client, 8); in Curl_ntlm_core_mk_lmv2_resp() 655 result = Curl_hmacit(Curl_HMAC_MD5, ntlmv2hash, 16, &data[0], 16, in Curl_ntlm_core_mk_lmv2_resp()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | UConverterAlias.java | 125 /* load converter alias data from file if necessary */ in haveAliasData() 127 ByteBuffer data = null; in haveAliasData() 137 throw new IOException("Invalid data format."); in haveAliasData() 151 data = ByteBuffer.allocate(0); // dummy UDataMemory object in absence in haveAliasData() 159 gAliasData = data; in haveAliasData() 160 data = null; in haveAliasData()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | BasicPeriodBuilderFactory.java | 149 PeriodFormatterData data = ds.get(localeName); in setLocale() 151 .setAllowZero(data.allowZero()) in setLocale() 152 .setWeeksAloneOnly(data.weeksAloneOnly()) in setLocale() 153 .setAllowMilliseconds(data.useMilliseconds() != DataRecord.EMilliSupport.NO); in setLocale()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numberformattesttuple.cpp | 86 if (uprv_strcmp(cstr.data(), table[i].str) == 0) { in toEnum() 123 *static_cast<Locale *>(localePtr) = Locale(localeStr.data()); in strToLocale() 188 *static_cast<double *>(doublePtr) = atof(buffer.data()); in strToDouble() 418 if (uprv_strcmp(gFieldData[i].name, buffer.data()) == 0) { in getFieldByName()
|
/third_party/icu/icu4c/source/common/ |
H A D | norm2allmodes.h | 217 const uint8_t *s = reinterpret_cast<const uint8_t *>(src.data()); 226 const uint8_t *s = reinterpret_cast<const uint8_t *>(sp.data()); 273 const uint8_t *s = reinterpret_cast<const uint8_t *>(src.data()); 308 const uint8_t *s = reinterpret_cast<const uint8_t *>(sp.data());
|
/third_party/icu/tools/multi/proj/provider/glue/ |
H A D | coll_fe.cpp | 488 U_CAPI UPlugTokenReturn U_EXPORT2 coll_provider_plugin (UPlugData *data, UPlugReason reason, UErrorCode *status); 490 U_CAPI UPlugTokenReturn U_EXPORT2 coll_provider_plugin (UPlugData *data, UPlugReason reason, UErrorCode *status) in coll_provider_plugin() argument 494 uplug_setPlugName(data, "Collation Provider Plugin"); in coll_provider_plugin() 495 uplug_setPlugLevel(data, UPLUG_LEVEL_HIGH); in coll_provider_plugin()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | BigNumberFormatTest.java | 292 private void expect(NumberFormat fmt, Object[] data) { in expect() argument 293 for (int i=0; i<data.length; i+=2) { in expect() 294 expect(fmt, (Number) data[i], (String) data[i+1]); in expect()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
H A D | BasicPeriodBuilderFactory.java | 150 PeriodFormatterData data = ds.get(localeName); in setLocale() 152 .setAllowZero(data.allowZero()) in setLocale() 153 .setWeeksAloneOnly(data.weeksAloneOnly()) in setLocale() 154 .setAllowMilliseconds(data.useMilliseconds() != DataRecord.EMilliSupport.NO); in setLocale()
|