Lines Matching defs:buf
53 char buf[256];
55 snprintf(buf, sizeof(buf), "%d, %10"PRId64", %10"PRId64", %8"PRId64", %8d, 0x%08"PRIx32,
58 av_strlcatf(buf, sizeof(buf), ", F=0x%0X", pkt->flags);
60 av_strlcatf(buf, sizeof(buf), ", S=%d", pkt->side_data_elems);
63 av_strlcatf(buf, sizeof(buf), ", %8"SIZE_SPECIFIER,
67 av_strlcatf(buf, sizeof(buf), "\n");
68 avio_write(s->pb, buf, strlen(buf));