Lines Matching defs:size
337 AVRational *frame_rate, char *str, int size) {
341 av_strlcatf(str, size, "vp09.%02d.%02d.%02d",
346 av_strlcpy(str, "vp9", size);
352 AVRational *frame_rate, char *str, int size)
362 set_vp9_codec_str(s, par, frame_rate, str, size);
364 av_strlcpy(str, codecs[i].str, size);
382 if (size < 5)
392 av_strlcatf(str, size, ".%02"PRIx32, oti);
401 av_strlcatf(str, size, ".%d", aot);
426 av_strlcatf(str, size, ".%02x%02x%02x",
436 av_strlcatf(str, size, ".%01u.%02u%s.%02u",
439 av_strlcatf(str, size, ".%01u.%01u%01u%01u.%02u.%02u.%02u.%01u",
776 static void format_date(char *buf, int size, int64_t time_us)
785 if (!strftime(buf, size, "%Y-%m-%dT%H:%M:%S", ptm)) {
790 snprintf(buf + len, size - len, ".%03dZ", millisec);
1655 av_dict_set_int(&opts, "cluster_size_limit", 5 * 1024 * 1024, 0); // set a large cluster size limit
2156 int size;
2158 &data, &size, pkt->data, pkt->size,
2239 os->total_pkt_size += pkt->size;