/third_party/ffmpeg/libavformat/ |
D | sdp.c | 69 av_strlcatf(buff, size, "c=IN %s %s/%d\r\n", dest_type, dest_addr, ttl); in sdp_write_address() 71 av_strlcatf(buff, size, "c=IN %s %s\r\n", dest_type, dest_addr); in sdp_write_address() 78 av_strlcatf(buff, size, "v=%d\r\n" in sdp_write_header() 85 av_strlcatf(buff, size, "t=%d %d\r\n" in sdp_write_header() 313 av_strlcatf(psets, MAX_PSET_SIZE, "sprop-%s=", ps_names[i]); in extradata2psets_hevc() 520 av_strlcatf(buff, size, "a=rtpmap:%d VC2/90000\r\n", payload_type); in sdp_write_media_attributes() 532 av_strlcatf(buff, size, "a=rtpmap:%d H264/90000\r\n" in sdp_write_media_attributes() 547 av_strlcatf(buff, size, "a=rtpmap:%d H261/90000\r\n", payload_type); in sdp_write_media_attributes() 549 av_strlcatf(buff, size, "a=fmtp:%d %s\r\n", payload_type, pic_fmt); in sdp_write_media_attributes() 561 av_strlcatf(buff, size, "a=rtpmap:%d H263-2000/90000\r\n" in sdp_write_media_attributes() [all …]
|
D | httpauth.c | 217 av_strlcatf(authstr, len, "username=\"%s\"", username); in make_digest_auth() 218 av_strlcatf(authstr, len, ", realm=\"%s\"", state->realm); in make_digest_auth() 219 av_strlcatf(authstr, len, ", nonce=\"%s\"", digest->nonce); in make_digest_auth() 220 av_strlcatf(authstr, len, ", uri=\"%s\"", uri); in make_digest_auth() 221 av_strlcatf(authstr, len, ", response=\"%s\"", response); in make_digest_auth() 225 av_strlcatf(authstr, len, ", algorithm=\"%s\"", digest->algorithm); in make_digest_auth() 228 av_strlcatf(authstr, len, ", opaque=\"%s\"", digest->opaque); in make_digest_auth() 230 av_strlcatf(authstr, len, ", qop=\"%s\"", digest->qop); in make_digest_auth() 231 av_strlcatf(authstr, len, ", cnonce=\"%s\"", cnonce); in make_digest_auth() 232 av_strlcatf(authstr, len, ", nc=%s", nc); in make_digest_auth() [all …]
|
D | framecrcenc.c | 58 av_strlcatf(buf, sizeof(buf), ", F=0x%0X", pkt->flags); in framecrc_write_packet() 60 av_strlcatf(buf, sizeof(buf), ", S=%d", pkt->side_data_elems); in framecrc_write_packet() 63 av_strlcatf(buf, sizeof(buf), ", %8"SIZE_SPECIFIER, in framecrc_write_packet() 67 av_strlcatf(buf, sizeof(buf), "\n"); in framecrc_write_packet()
|
D | url.c | 48 av_strlcatf(str, size, "%s://", proto); in ff_url_join() 50 av_strlcatf(str, size, "%s@", authorization); in ff_url_join() 70 av_strlcatf(str, size, ":%d", port); in ff_url_join()
|
D | rtsp.c | 1280 av_strlcatf(buf, sizeof(buf), "CSeq: %d\r\n", reply->seq); in ff_rtsp_read_reply() 1282 av_strlcatf(buf, sizeof(buf), "Session: %s\r\n", in ff_rtsp_read_reply() 1361 av_strlcatf(buf, sizeof(buf), "CSeq: %d\r\n", rt->seq); in rtsp_send_cmd_with_content_async() 1362 av_strlcatf(buf, sizeof(buf), "User-Agent: %s\r\n", rt->user_agent); in rtsp_send_cmd_with_content_async() 1365 av_strlcatf(buf, sizeof(buf), "Session: %s\r\n", rt->session_id); in rtsp_send_cmd_with_content_async() 1375 av_strlcatf(buf, sizeof(buf), "Content-Length: %d\r\n", send_content_length); in rtsp_send_cmd_with_content_async() 1546 av_strlcatf(transport, sizeof(transport), in ff_rtsp_make_setup_request() 1550 av_strlcatf(transport, sizeof(transport), "-%d", port + 1); in ff_rtsp_make_setup_request() 1567 av_strlcatf(transport, sizeof(transport), in ff_rtsp_make_setup_request() 1591 av_strlcatf(cmd, sizeof(cmd), in ff_rtsp_make_setup_request() [all …]
|
D | rtspdec.c | 115 av_strlcatf(message, sizeof(message), "CSeq: %d\r\n", seq); in rtsp_send_reply() 116 av_strlcatf(message, sizeof(message), "Server: %s\r\n", LIBAVFORMAT_IDENT); in rtsp_send_reply() 347 av_strlcatf(rt->session_id, 512, "%u", av_get_random_seed()); in rtsp_read_setup() 349 av_strlcatf(responseheaders, sizeof(responseheaders), "Session: %s\r\n", in rtsp_read_setup() 900 av_strlcatf(cmd, sizeof(cmd), "%s\r\n", rt->last_subscription); in rtsp_read_packet()
|
D | rtspenc.c | 104 av_strlcatf(rtsp_st->control_url, sizeof(rtsp_st->control_url), in ff_rtsp_setup_output_streams()
|
D | dashenc.c | 341 av_strlcatf(str, size, "vp09.%02d.%02d.%02d", in set_vp9_codec_str() 392 av_strlcatf(str, size, ".%02"PRIx32, oti); in set_codec_str() 401 av_strlcatf(str, size, ".%d", aot); in set_codec_str() 426 av_strlcatf(str, size, ".%02x%02x%02x", in set_codec_str() 436 av_strlcatf(str, size, ".%01u.%02u%s.%02u", in set_codec_str() 439 av_strlcatf(str, size, ".%01u.%01u%01u%01u.%02u.%02u.%02u.%01u", in set_codec_str()
|
D | hashenc.c | 154 av_strlcatf(buf, sizeof(buf), "\n"); in hash_write_trailer()
|
D | rdt.c | 388 av_strlcatf(cmd, size, "stream=%d;rule=%d,stream=%d;rule=%d", in ff_rdt_subscribe_rule()
|
D | wavenc.c | 271 av_strlcatf(timestamp, sizeof(timestamp), "%03d", (int)((now0 / 1000) % 1000)); in peak_write_chunk()
|
/third_party/ffmpeg/libavcodec/ |
D | trace_headers_bsf.c | 86 av_strlcatf(tmp, sizeof(tmp), ", pts %"PRId64, pkt->pts); in trace_headers() 90 av_strlcatf(tmp, sizeof(tmp), ", dts %"PRId64, pkt->dts); in trace_headers() 94 av_strlcatf(tmp, sizeof(tmp), ", duration %"PRId64, pkt->duration); in trace_headers()
|
D | libvo-amrwbenc.c | 75 av_strlcatf(log_buf, sizeof(log_buf), "%.2fk, ", rates[i] / 1000.f); in get_wb_bitrate_mode() 76 av_strlcatf(log_buf, sizeof(log_buf), "using %.2fk", rates[best] / 1000.f); in get_wb_bitrate_mode()
|
D | libopencore-amr.c | 178 av_strlcatf(log_buf, sizeof(log_buf), "%.2fk, ", rates[i].rate / 1000.f); in get_bitrate_mode() 179 av_strlcatf(log_buf, sizeof(log_buf), "using %.2fk", rates[best].rate / 1000.f); in get_bitrate_mode()
|
D | libxavs2.c | 35 av_strlcatf(opt_str, sizeof(opt_str), format, __VA_ARGS__); \
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_filter.c | 455 av_strlcatf(args, sizeof(args), ":%s=%s", e->key, e->value); in configure_output_video_filter() 893 av_strlcatf(args, sizeof(args), "async=%d", audio_sync_method); in configure_input_audio_filter() 895 av_strlcatf(args, sizeof(args), ":min_hard_comp=%f", audio_drift_threshold); in configure_input_audio_filter() 897 av_strlcatf(args, sizeof(args), ":first_pts=0"); in configure_input_audio_filter() 1023 av_strlcatf(args, sizeof(args), "%s=%s:", e->key, e->value); in configure_filtergraph() 1034 av_strlcatf(args, sizeof(args), "%s=%s:", e->key, e->value); in configure_filtergraph()
|
/third_party/ffmpeg/libavutil/ |
D | avstring.h | 133 size_t av_strlcatf(char *dst, size_t size, const char *fmt, ...) av_printf_format(3, 4);
|
D | dict.c | 267 av_strlcatf(buf, sizeof(buf), ".%06dZ", (int)(timestamp % 1000000)); in avpriv_dict_set_timestamp()
|
D | avstring.c | 104 size_t av_strlcatf(char *dst, size_t size, const char *fmt, ...) in av_strlcatf() function
|
/third_party/ffmpeg/tools/ |
D | sidxindex.c | 61 av_strlcatf(str, size, ".%02x%02x%02x", in set_codec_str() 72 av_strlcatf(str, size, ".%d", aot); in set_codec_str()
|
D | target_dem_fuzzer.c | 168 av_strlcatf(filename, sizeof(filename), ".%s", extension); in LLVMFuzzerTestOneInput()
|
D | target_dec_fuzzer.c | 393 … av_strlcatf(downmix_layout, 19, "0x%"PRIx64, request_channel_layout & ~INT64_MIN); in LLVMFuzzerTestOneInput()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_identity.c | 360 av_strlcatf(buf, sizeof(buf), " %c:%f", s->comps[j], s->score_comp[c] / s->nb_frames); in uninit()
|
D | vf_psnr.c | 420 av_strlcatf(buf, sizeof(buf), " %c:%f", s->comps[j], in uninit()
|
D | vf_ssim.c | 544 av_strlcatf(buf, sizeof(buf), " %c:%f (%f)", s->comps[i], s->ssim[c] / s->nb_frames, in uninit()
|