/third_party/ffmpeg/libavfilter/ |
H A D | vf_blurdetect.c | 288 in->data[plane], in->linesize[plane]); in blurdetect_filter_frame()
|
H A D | af_volume.c | 78 { "replaygain", "Apply replaygain side data when present", 80 { "drop", "replaygain side data is dropped", 0, AV_OPT_TYPE_CONST, { .i64 = REPLAYGAIN_DROP }, 0, 0, A|F, "replaygain" }, 81 { "ignore", "replaygain side data is ignored", 0, AV_OPT_TYPE_CONST, { .i64 = REPLAYGAIN_IGNORE }, 0, 0, A|F, "replaygain" }, 339 AVReplayGain *replaygain = (AVReplayGain*)sd->data; in filter_frame() 363 "Using gain %f dB from replaygain side data.\n", g); in filter_frame()
|
H A D | vsrc_cellauto.c | 265 uint8_t *p0 = picref->data[0]; in fill_picture()
|
H A D | vf_subtitles.c | 177 picref->data, picref->linesize, in overlay_ass_image()
|
/third_party/ffmpeg/libavdevice/ |
H A D | pulse_audio_dec.c | 344 memcpy(pkt->data + pos, read_data, read_length); in pulse_read_packet()
|
H A D | vfwcap.c | 204 memcpy(pktl_next->pkt.data, vdhdr->lpData, vdhdr->dwBytesUsed); in videostream_cb()
|
/third_party/ffmpeg/libavcodec/ |
H A D | nvdec_av1.c | 63 fdd = (FrameDecodeData*)cur_frame->private_ref->data; in nvdec_av1_start_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | argo_asf.c | 416 avio_write(s->pb, pkt->data, pkt->size); in argo_asf_write_packet()
|
H A D | brstm.c | 414 dst = pkt->data; in read_packet()
|
/third_party/ffmpeg/libavutil/arm/ |
H A D | asm.S | 124 .section .data.rel.ro
|
/third_party/gn/src/gn/ |
H A D | command_refs.cc | 252 "inputs", "sources", "public", "data", or "outputs". Any input that does
|
H A D | input_conversion.cc | 245 that specify how to convert data to or from external formats. The possible 323 The data type mapping is:
|
H A D | target_generator.cc | 236 std::vector<std::string>& output_list = target_->data(); in FillData()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_colorspace.c | 265 declare_func(void, int16_t *data[3], ptrdiff_t stride, in check_multiply3x3()
|
/third_party/alsa-lib/src/topology/ |
H A D | tplg_local.h | 163 int vendor_type; /* vendor type for private data */ 183 struct snd_soc_tplg_private *data; member
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | session_config_test.cpp | 300 auto status = sane_read(handle, buffer.data(), ask_len, &got_data); in run_single_test_scan() 386 test_result.failure_message += "the expected data file does not exist\n"; in perform_single_test()
|
/third_party/benchmark/test/ |
H A D | output_test_helper.cc | 509 benchmark::Initialize(&argc, new_argv.data()); in GetFileReporterOutput()
|
/third_party/alsa-lib/test/ |
H A D | playmidi1.c | 425 input_event->data.queue.queue == dest_queue) { in wait_start()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtdatadriventest.cpp | 45 digitList.setToDecNumber({formatValue.data(), formatValue.length()}, status); in strToDigitList()
|
/third_party/icu/icu4c/source/common/ |
H A D | normalizer2.cpp | 38 // NFC/NFD data machine-generated by gennorm2 --csource 111 sink.Append(src.data(), src.length());
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
H A D | ConvertIcuDataTask.java | 301 // Don't convert to CldrPath here (it triggers a bunch of CLDR data loading for the DTDs). in addConfiguredAltPath() 319 // We must do this wrapping of the data supplier _before_ creating the supplemental data in execute()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | dcfmtsym.cpp | 64 // List of field names to be loaded from the data files. 222 // Destination for data, modified via setters. 410 // Now load the rest of the data from the data sink. in initialize() 420 ures_getAllItemsWithFallback(resource.getAlias(), path.data(), sink, status); in initialize() 540 // TODO(ICU-13297): Move this data loading logic into a centralized place in setCurrency() 546 if(U_SUCCESS(localStatus) && ures_getSize(rb.getAlias())>2) { // the length is 3 if more data is present in setCurrency() 561 /* else An explicit currency was requested and is unknown or locale data is malformed. */ in setCurrency()
|
H A D | number_rounding.cpp | 39 dq.setToDecNumber({buffer.data(), buffer.length()}, localStatus); in parseIncrementOption() 332 // IncrementPrecision type assume that the union is backed by increment data. in constructIncrement()
|
/third_party/libuv/src/win/ |
H A D | fs-event.c | 150 handle->req.data = handle; in uv_fs_event_init()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info.tex | 35 language-specific data-area (LSDA). This area normally contains
|