Lines Matching defs:buf
194 char buf[1024];
204 if (!strftime(buf, sizeof(buf), s->url, tm)) {
208 } else if (av_get_frame_filename(buf, sizeof(buf),
213 new_name = av_strdup(buf);
332 char *buf;
333 if (av_escape(&buf, list_entry->filename, NULL, AV_ESCAPE_MODE_AUTO, AV_ESCAPE_FLAG_WHITESPACE) < 0) {
338 avio_printf(list_ioctx, "file %s\n", buf);
339 av_free(buf);
355 char buf[AV_TIMECODE_STR_SIZE];
428 av_timecode_make_string(&tc, buf, 0), 0);
571 uint8_t *buf = av_malloc(buf_size);
572 if (!buf)
574 *ctx = avio_alloc_context(buf, buf_size, 1, NULL, NULL, NULL, NULL);
576 av_free(buf);