/third_party/ffmpeg/libavformat/ |
H A D | flvdec.c | 89 static int probe(const AVProbeData *p, int live) in probe() function 110 return probe(p, 0); in flv_probe() 115 return probe(p, 1); in live_flv_probe()
|
H A D | mpegts.c | 1173 int probe) in analyze() 1186 if (!probe || pid == 0x1FFF || asc) { in analyze() 3731 * probe buffer usually is big enough. Only warn if the seek failed in seek_back() 1172 analyze(const uint8_t *buf, int size, int packet_size, int probe) analyze() argument
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_uvc.c | 1498 target = &fuvc->probe; in fuvc_streaming_set() 2081 &fuvc->probe, SKB_DATA_ALIGN(sizeof(struct uvc_probe_commit_control1_1))); in fuvc_handle_streaming_probe() 2149 errnum = memcpy_s(req->buf, USB_COMP_EP0_BUFSIZ, &fuvc->probe, SKB_DATA_ALIGN(n_len)); in fuvc_handle_class_setup_streaming()
|
H A D | f_uvc.h | 635 * Video probe and commit controls, UVC spec. 1.1, section 4.3.1.1 659 * Video probe and commit controls, UVC spec. 1.5, section 4.3.1.1 707 struct uvc_probe_commit_control1_1 probe; /* probe control structure */ member 708 struct uvc_probe_commit_control1_1 commit; /* probe control structure */
|
H A D | usbd_video.c | 814 fuvc_fill_streaming_control(fuvc, &fuvc->probe, 0, 0); in uvc_stream_init()
|
/third_party/ffmpeg/tests/ |
H A D | Makefile | 226 include $(SRC_PATH)/tests/fate/probe.mak
|
/third_party/node/deps/v8/src/objects/ |
H A D | elements.cc | 4372 Object probe = elements->mapped_entries(entry.as_uint32(), kRelaxedLoad); in GetImpl() local 4373 DCHECK(!probe.IsTheHole(isolate)); in GetImpl() 4375 int context_entry = Smi::ToInt(probe); in GetImpl() 4408 Object probe = elements.mapped_entries(entry.as_uint32(), kRelaxedLoad); in SetImpl() local 4409 DCHECK(!probe.IsTheHole()); in SetImpl() 4411 int context_entry = Smi::ToInt(probe); in SetImpl() 4764 Object probe = elements->mapped_entries(entry.as_uint32(), kRelaxedLoad); in ReconfigureImpl() local 4765 DCHECK(!probe.IsTheHole(isolate)); in ReconfigureImpl() 4767 int context_entry = Smi::ToInt(probe); in ReconfigureImpl()
|
H A D | objects.cc | 5766 Object k, int probe, in EntryForProbe() 5771 for (int i = 1; i < probe; i++) { in EntryForProbe() 5805 for (int probe = 1; !done; probe++) { in Rehash() 5816 InternalIndex target = EntryForProbe(roots, current_key, probe, current); in Rehash() 5823 EntryForProbe(roots, target_key, probe, target) != target) { in Rehash() 5830 // for the next probe. in Rehash() 5765 EntryForProbe(ReadOnlyRoots roots, Object k, int probe, InternalIndex expected) EntryForProbe() argument
|
/third_party/curl/lib/ |
H A D | url.c | 331 Curl_dyn_free(&data->req.doh->probe[0].serverdoh); in Curl_close() 332 Curl_dyn_free(&data->req.doh->probe[1].serverdoh); in Curl_close() 2069 Curl_close(&data->req.doh->probe[0].easy); 2070 Curl_close(&data->req.doh->probe[1].easy);
|
/third_party/backends/backend/ |
H A D | hp-option.c | 141 /* probe for option support */ 142 SANE_Status (*probe) (_HpOption this, HpScsi scsi, HpOptSet optset, member 359 if (desc->probe) in hp_option_descriptor_probe() 361 if (FAILED( status = (*desc->probe)(new, scsi, optset, data) )) in hp_option_descriptor_probe() 686 (*this->descriptor->probe)((_HpOption)this, scsi, optset, data); in hp_option_reprobe() 712 * Option probe functions 1193 /* pseudo probe for exposure times in Photosmart */ 1228 /* probe scan type (normal, adf, xpa) */ 3205 _probe_bool, /* SANE_Status (*probe)() */ 3354 _probe_front_button, /* SANE_Status (*probe)() */ [all...] |
H A D | p5.c | 36 probe for new devices. 174 /* cold-plugging case : probe for already plugged devices */ in sane_init() 229 * hot-plugging : we probe for devices plugged since sane_init() was called. in sane_get_devices() 1530 /** @brief probe for all supported devices 1531 * This functions tries to probe if any of the supported devices of 1651 * do physical probe of the device here. In case the device is recognized, in attach_p5() 1655 model = probe (devicename); in attach_p5() 1976 /** @brief physical probe of a device 1979 * @param devicename low level device to access to probe hardware 1984 probe (cons function [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
H A D | command_parser_test.cc | 839 "probe rgb 25 30 0.2 0.4 0.6"; in TEST_P() 874 "probe rgba 25 30 1 255 9 4"; in TEST_P() 910 "probe rect rgba 25 30 200 400 1 255 9 4"; in TEST_P() 946 "probe rgba 25 30 1 255 9 4"; in TEST_P() 984 std::string data = "probe all rgb 0.2 0.3 0.4"; in TEST_F() 1011 std::string data = "probe all rgba 0.2 0.3 0.4 0.5"; in TEST_F() 1039 std::string data = "relative probe rect rgb (0.5, 0.6, 0.3, 0.4) 1 2 3"; in TEST_F() 1071 std::string data = "relative probe rgb (0.5, 0.6) 1 2 3"; in TEST_F() 1103 std::string data = "relative probe rect rgb 0.5 0.6 0.3 0.4 (1, 2, 3)"; in TEST_F() 1135 std::string data = "relative probe rec in TEST_F() [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | image.mak | 103 FATE_IMAGE_PROBE-$(call DEMDEC, IMAGE2, DPX) += fate-dpx-probe 104 fate-dpx-probe: CMD = probeframes -show_entries frame=color_transfer,color_range,color_space,color_primaries,sample_aspect_ratio $(TARGET_SAMPLES)/dpx/cyan.dpx
|
/third_party/libdrm/ |
H A D | xf86drmMode.c | 498 _drmModeGetConnector(int fd, uint32_t connector_id, int probe) in _drmModeGetConnector() argument 506 if (!probe) { in _drmModeGetConnector()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 1409 int probe(const string& a, const string& b) // just a cache residency check - don't modify LRU state, don't open in probe() function in libarchive_fdcache 1914 if (fdcache.probe (b_source0, fn) && // skip if already interned in handle_buildid_r_match() 2238 || (b_stype == "R" && fdcache.probe (b_source0, b_source1))) in handle_buildid()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 986 pa_log_warn("Could not probe path: %s, using s/w volume", path->name); in probe_volumes() 1000 /* We could not probe the paths we created. Free them and revert to software volumes. */ in probe_volumes()
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/aes/ |
H A D | aesni-sha256-x86_64.s | 12 je L$probe 30 je L$probe 32 L$probe:
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/aes/ |
H A D | aesni-sha256-x86_64.s | 12 je L$probe 30 je L$probe 32 L$probe:
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 15714 int (*probe)(void); member 16018 if (trace->probe && !trace->probe()) continue; in posixmodule_exec()
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 5310 feature_probe_fn probe; member 5388 ret = feat->probe(); 10521 /* legacy kprobe support: keep track of probe identifier and type */ 10827 /* sanitize binary_path in the probe name */ 11465 /* handle SEC("u[ret]probe") - format is valid, but auto-attach is impossible. */ 11491 /* sanitize binary_path in the probe name */ 11968 /* Format of u[ret]probe section definition supporting auto-attach: 11969 * u[ret]probe/binary:function[+offset] 11991 /* handle SEC("u[ret]probe") - format is valid, but auto-attach is impossible. */
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |