Lines Matching refs:path
566 const char *path, const char *proto)
574 ret = avf->io_open(avf, &out, path, AVIO_FLAG_WRITE, &opt);
579 } else if (unlink(path) < 0) {
581 path, strerror(errno));
594 AVBPrint path;
602 av_bprint_init(&path, 0, AV_BPRINT_SIZE_UNLIMITED);
654 av_bprintf(&path, "%s%c", dirname, SEPARATOR);
655 av_bprintf(&path, "%s", segment->filename);
657 if (!av_bprint_is_complete(&path)) {
663 if (ret = hls_delete_file(hls, vs->avf, path.str, proto))
670 av_bprint_clear(&path);
671 av_bprintf(&path, "%s%c%s", vtt_dirname, SEPARATOR,
675 if (!av_bprint_is_complete(&path)) {
680 if (ret = hls_delete_file(hls, vs->vtt_avf, path.str, proto))
683 av_bprint_clear(&path);
690 av_bprint_finalize(&path, NULL);
3121 {"hls_key_info_file", "file with key URI and key file path", OFFSET(key_info_file), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, E},
3126 {"hls_subtitle_path", "set path of hls subtitles", OFFSET(subtitle_filename), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, E},