Home
last modified time | relevance | path

Searched refs:snprintf (Results 1026 - 1050 of 1572) sorted by relevance

1...<<41424344454647484950>>...63

/third_party/ffmpeg/libavcodec/
H A Dlibaomenc.c322 snprintf(buf, sizeof(buf), "%s:", ctlidstr[id]); in codecctl_int()
327 snprintf(buf, sizeof(buf), "Failed to set %s codec control", in codecctl_int()
352 snprintf(buf, sizeof(buf), "%s:", ctlidstr[id]); in codecctl_intp()
357 snprintf(buf, sizeof(buf), "Failed to set %s codec control", in codecctl_intp()
H A Dffv1enc.c1135 snprintf(p, end - p, "%" PRIu64 " %" PRIu64 " ", in encode_frame()
1139 snprintf(p, end - p, "\n"); in encode_frame()
1144 snprintf(p, end - p, "%" PRIu64 " %" PRIu64 " ", in encode_frame()
1149 snprintf(p, end - p, "%d\n", f->gob_count); in encode_frame()
/third_party/exfatprogs/fsck/
H A Dfsck.c729 snprintf(rename, ENTRY_NAME_MAX + 1, "FILE%07d.CHK", in generate_rename()
1436 snprintf(name, sizeof(name), "FILE%07d.CHK", in rescue_orphan_clusters()
1473 snprintf(buf, sizeof(buf), "%u.%02u %s", quoti, remain, units[i]); in bytes_to_human_readable()
1578 snprintf(ui.ei.dev_name, sizeof(ui.ei.dev_name), "%s", argv[optind]); in main()
/third_party/ffmpeg/libavfilter/
H A Dvf_zscale.c183 snprintf(buf, sizeof(buf)-1, "%d", s->w); in init()
185 snprintf(buf, sizeof(buf)-1, "%d", s->h); in init()
808 snprintf(buf, sizeof(buf)-1, "%d", outlink->w); in filter_frame()
810 snprintf(buf, sizeof(buf)-1, "%d", outlink->h); in filter_frame()
/third_party/ffmpeg/libavformat/
H A Dnutenc.c564 snprintf(buf, sizeof(buf), "%d/%d", st->r_frame_rate.num, st->r_frame_rate.den); in write_streaminfo()
566 snprintf(buf, sizeof(buf), "%d/%d", st->avg_frame_rate.num, st->avg_frame_rate.den); in write_streaminfo()
903 snprintf(tmp, sizeof(tmp), "CodecSpecificSide%"PRId64"", AV_RB64(data)); in write_sm_data()
906 snprintf(tmp, sizeof(tmp), "UserData%s-SD-%d", in write_sm_data()
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c293 snprintf(tmp, sizeof(tmp), "%li", snd_ctl_elem_value_get_integer(space->ctl_value, idx)); in get_ctl_value()
301 snprintf(tmp, sizeof(tmp), "%lli", snd_ctl_elem_value_get_integer64(space->ctl_value, idx)); in get_ctl_value()
309 snprintf(tmp, sizeof(tmp), "%u", snd_ctl_elem_value_get_enumerated(space->ctl_value, idx)); in get_ctl_value()
1338 snprintf(string, sizeof(string), "%i", err); in parse_line()
/third_party/icu/icu4c/source/i18n/
H A Dplurrule.cpp1922 snprintf(pattern, sizeof(pattern), "%%.%dfe%%d", visibleDecimalDigitCount);
1923 snprintf(buffer, sizeof(buffer), pattern, source, exponent);
1925 snprintf(pattern, sizeof(pattern), "%%.%df", visibleDecimalDigitCount);
1926 snprintf(buffer, sizeof(buffer), pattern, source);
/third_party/libsnd/src/
H A Dcommon.c1411 snprintf (str, maxlen, "%4d-%02d-%02d %02d:%02d:%02d UTC", in psf_get_date_str()
1415 snprintf (str, maxlen, "Unknown date") ; in psf_get_date_str()
1834 { snprintf (fname, fnamelen, "%s/%x%x-alac.tmp", tmpdir, psf_rand_int32 (), psf_rand_int32 ()) ; in psf_open_tmpfile()
1839 snprintf (fname, fnamelen, "%x%x-alac.tmp", psf_rand_int32 (), psf_rand_int32 ()) ; in psf_open_tmpfile()
H A Dwav.c1398 { snprintf (buffer, sizeof (buffer), "%f", in wav_read_smpl_chunk()
1409 snprintf (buffer, sizeof (buffer), "%02"PRIu32 ":%02"PRIu32 ":%02"PRIu32 in wav_read_smpl_chunk()
1571 snprintf (buffer, sizeof (buffer), "%f", q2) ; in wav_read_acid_chunk()
1584 snprintf (buffer, sizeof (buffer), "%f", tempo) ; in wav_read_acid_chunk()
/third_party/mesa3d/src/mesa/program/
H A Dprogram_parse.y901 snprintf(s, sizeof(s),
915 snprintf(s, sizeof(s),
1132 snprintf(msg, sizeof(msg),
2052 snprintf(m, sizeof(m), "redeclared identifier: %s", $2);
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp1136 auto ret = snprintf(cmd, in pkg_installLibrary()
1262 auto ret = snprintf(cmd, in pkg_installFileMode()
1701 auto ret = snprintf(newName, in pkg_createWithoutAssemblyCode()
1708 ret = snprintf(dataName, in pkg_createWithoutAssemblyCode()
/third_party/libdrm/tests/modetest/
H A Dmodetest.c276 snprintf(mod_string, sizeof(mod_string), "%s_%s", in modifier_to_string()
279 snprintf(mod_string, sizeof(mod_string), "%s_%s", in modifier_to_string()
287 snprintf(mod_string, sizeof(mod_string), "%s", modifier_name); in modifier_to_string()
293 snprintf(mod_string, sizeof(mod_string), "%s_%s", in modifier_to_string()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurrule.cpp1917 snprintf(pattern, sizeof(pattern), "%%.%dfe%%d", visibleDecimalDigitCount);
1918 snprintf(buffer, sizeof(buffer), pattern, source, exponent);
1920 snprintf(pattern, sizeof(pattern), "%%.%df", visibleDecimalDigitCount);
1921 snprintf(buffer, sizeof(buffer), pattern, source);
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp1136 auto ret = snprintf(cmd, in pkg_installLibrary()
1262 auto ret = snprintf(cmd, in pkg_installFileMode()
1701 auto ret = snprintf(newName, in pkg_createWithoutAssemblyCode()
1708 ret = snprintf(dataName, in pkg_createWithoutAssemblyCode()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.c755 snprintf(buf, sizeof(buf) - 1, "/sys/class/net/%s/phy80211/name", in wext_get_phy_name()
877 ret = snprintf(buf, sizeof(buf), "/sys/class/net/%s/device/net/%s/type", in wext_hostap_ifname()
909 snprintf(buf, sizeof(buf), "/sys/class/net/%s/device/net", drv->ifname); in wext_add_hostap()
942 snprintf(path, sizeof(path), "/sys/class/net/%s/device/driver", in wext_check_hostap()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddbus_usb_linux.c3243 snprintf(file_name, sizeof(file_name), "brcm/bcm%s%s-firmware.bin", device_id, chip_rev); in dbus_get_fwfile()
3245 snprintf(file_name, sizeof(file_name), "%s", CONFIG_ANDROID_BCMDHD_FW_PATH); in dbus_get_fwfile()
3323 snprintf(file_name, sizeof(file_name), "brcm/bcm%s%s-%2x-%2x.nvm", in dbus_get_nvfile()
3326 snprintf(file_name, sizeof(file_name), "%s", CONFIG_ANDROID_BCMDHD_NVRAM_PATH); in dbus_get_nvfile()
3335 snprintf(file_name, sizeof(file_name), "brcm/bcm%s%s.nvm", in dbus_get_nvfile()
H A Dwl_cfg_btcoex.c568 return (snprintf(command, sizeof("OK"), "OK") + 1); in wl_cfg80211_set_btcoex_dhcp()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c215 snprintf(path, sizeof(path), "%s\\stderr.txt", home); in dzn_instance_create()
217 snprintf(path, sizeof(path), "%s\\stdout.txt", home); in dzn_instance_create()
1542 snprintf(pProperties->properties.deviceName, in dzn_GetPhysicalDeviceProperties2()
1644 snprintf(core_1_2.driverName, VK_MAX_DRIVER_NAME_SIZE, "Dozen"); in dzn_GetPhysicalDeviceProperties2()
1645 snprintf(core_1_2.driverInfo, VK_MAX_DRIVER_INFO_SIZE, "Mesa " PACKAGE_VERSION MESA_GIT_SHA1); in dzn_GetPhysicalDeviceProperties2()
/third_party/libbpf/src/
H A Dlibbpf.c282 snprintf(buf, sizeof(buf), "%zu bytes", (size_t)limit.rlim_cur); in pr_perm_msg()
284 snprintf(buf, sizeof(buf), "%.1f KiB", (double)limit.rlim_cur / 1024); in pr_perm_msg()
286 snprintf(buf, sizeof(buf), "%.1f MiB", (double)limit.rlim_cur / (1024*1024)); in pr_perm_msg()
1391 snprintf(memfd_path, PATH_MAX, "/proc/self/fd/%d", fdm);
1675 snprintf(map_name, sizeof(map_name), "%.*s%.*s", pfx_len, obj->name,
2077 len = snprintf(buf, PATH_MAX, "/boot/config-%s", uts.release);
2265 len = snprintf(buf, buf_sz, "%s/%s", path, name);
2471 snprintf(inner_map_name, sizeof(inner_map_name), "%s.inner", map_name);
4777 snprintf(file, sizeof(file), "/proc/%d/fdinfo/%d", getpid(), fd);
7578 snprintf(patc
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dparams.c55 ret = snprintf(cap->driver, sizeof(cap->driver), "%s_v%d", DRIVER_NAME, params_vdev->dev->ispp_ver >> 0x04); in rkispp_params_querycap()
H A Dstats.c119 snprintf(cap->driver, sizeof(cap->driver), "%s_v%d", DRIVER_NAME, stats_vdev->dev->ispp_ver >> RKISPP_STATS_OFFSET); in rkispp_stats_querycap()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcif-luma.c61 snprintf(cap->bus_info, sizeof(cap->bus_info), "platform:%s", dev_name(dev)); in rkcif_luma_querycap()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Disp_params.c58 ret = snprintf(cap->driver, sizeof(cap->driver), "%s_v%d", DRIVER_NAME, params_vdev->dev->isp_ver >> 0x04); in rkisp_params_querycap()
H A Disp_mipi_luma.c53 ret = snprintf(cap->driver, sizeof(cap->driver), "%s_v%d", DRIVER_NAME, in rkisp_luma_querycap()
H A Disp_stats.c56 snprintf(cap->driver, sizeof(cap->driver), "%s_v%d", DRIVER_NAME, stats_vdev->dev->isp_ver >> 0x04); in rkisp_stats_querycap()

Completed in 61 milliseconds

1...<<41424344454647484950>>...63