Home
last modified time | relevance | path

Searched refs:temp_filename (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhdsenc.c50 char temp_filename[1024]; member
161 char filename[1024], temp_filename[1024]; in write_manifest() local
169 snprintf(temp_filename, sizeof(temp_filename), "%s/index.f4m.tmp", s->url); in write_manifest()
170 ret = s->io_open(s, &out, temp_filename, AVIO_FLAG_WRITE, NULL); in write_manifest()
172 av_log(s, AV_LOG_ERROR, "Unable to open %s for writing\n", temp_filename); in write_manifest()
202 return ff_rename(temp_filename, filename, s); in write_manifest()
220 char filename[1024], temp_filename[1024]; in write_abst() local
236 snprintf(temp_filename, sizeof(temp_filename), in write_abst()
[all...]
H A Dsmoothstreamingenc.c207 char filename[1024], temp_filename[1024]; in write_manifest() local
212 snprintf(temp_filename, sizeof(temp_filename), "%s/Manifest.tmp", s->url); in write_manifest()
213 ret = s->io_open(s, &out, temp_filename, AVIO_FLAG_WRITE, NULL); in write_manifest()
215 av_log(s, AV_LOG_ERROR, "Unable to open %s for writing\n", temp_filename); in write_manifest()
278 return ff_rename(temp_filename, filename, s); in write_manifest()
H A Ddashenc.c1138 char temp_filename[1024]; in write_manifest() local
1149 snprintf(temp_filename, sizeof(temp_filename), use_rename ? "%s.tmp" : "%s", s->url); in write_manifest()
1151 ret = dashenc_io_open(s, &c->mpd_out, temp_filename, &opts); in write_manifest()
1154 return handle_io_open_error(s, ret, temp_filename); in write_manifest()
1243 dashenc_io_close(s, &c->mpd_out, temp_filename); in write_manifest()
1246 if ((ret = ff_rename(temp_filename, s->url, s)) < 0) in write_manifest()
1263 snprintf(temp_filename, sizeof(temp_filename), use_rename ? "%s.tmp" : "%s", filename_hls); in write_manifest()
1266 ret = dashenc_io_open(s, &c->m3u8_out, temp_filename, in write_manifest()
[all...]
H A Dhlsenc.c1384 char temp_filename[MAX_URL_SIZE]; in create_master_playlist() local
1400 snprintf(temp_filename, sizeof(temp_filename), use_temp_file ? "%s.tmp" : "%s", hls->master_m3u8_url); in create_master_playlist()
1401 ret = hlsenc_io_open(s, &hls->m3u8_out, temp_filename, &options); in create_master_playlist()
1405 temp_filename); in create_master_playlist()
1526 hlsenc_io_close(s, &hls->m3u8_out, temp_filename); in create_master_playlist()
1528 ff_rename(temp_filename, hls->master_m3u8_url, s); in create_master_playlist()
1539 char temp_filename[MAX_URL_SIZE]; in hls_window() local
1579 snprintf(temp_filename, sizeof(temp_filename), use_temp_fil in hls_window()
[all...]
/third_party/vulkan-loader/scripts/
H A Dgenerate_source.py107 temp_filename = os.path.join(temp_dir, filename)
110 not filecmp.cmp(temp_filename, repo_filename, shallow=False):
112 shutil.copyfile(temp_filename, repo_filename)
/third_party/python/Lib/test/
H A Dtest_netrc.py9 temp_filename = os_helper.TESTFN variable
18 with open(temp_filename, mode, encoding="utf-8") as fp:
21 nrc = netrc.netrc(temp_filename)
23 os.unlink(temp_filename)
/third_party/googletest/googletest/scripts/
H A Dupload.py1175 unused, temp_filename = line.split(':', 1)
1179 temp_filename = temp_filename.strip().replace('\\', '/')
1180 if temp_filename != filename:
1182 new_filename = temp_filename

Completed in 11 milliseconds