Searched refs:avpriv_fopen_utf8 (Results 1 - 21 of 21) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | file_open.c | 158 FILE *avpriv_fopen_utf8(const char *path, const char *mode) in avpriv_fopen_utf8() function 195 return avpriv_fopen_utf8(path, mode); in av_fopen_utf8()
|
H A D | internal.h | 187 #define avpriv_fopen_utf8 ff_fopen_utf8 macro 265 FILE *avpriv_fopen_utf8(const char *path, const char *mode);
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vidstabdetect.c | 129 s->f = avpriv_fopen_utf8(s->result, "w"); in config_input()
|
H A D | vf_dnn_classify.c | 134 file = avpriv_fopen_utf8(ctx->labels_filename, "r"); in read_classify_label_file()
|
H A D | opencl.c | 213 file = avpriv_fopen_utf8(filename, "r"); in ff_opencl_filter_load_program_from_file()
|
H A D | vf_fieldhint.c | 76 s->hint = avpriv_fopen_utf8(s->hint_file_str, "r"); in init()
|
H A D | vf_vidstabtransform.c | 194 f = avpriv_fopen_utf8(tc->input, "r"); in config_input()
|
H A D | vf_signature.c | 392 f = avpriv_fopen_utf8(filename, "w"); in xml_export() 506 f = avpriv_fopen_utf8(filename, "wb"); in binary_export()
|
H A D | vf_dnn_detect.c | 247 file = avpriv_fopen_utf8(ctx->labels_filename, "r"); in read_detect_label_file()
|
H A D | vf_vmafmotion.c | 315 s->stats_file = avpriv_fopen_utf8(s->stats_file_str, "w"); in init()
|
H A D | vf_deshake.c | 356 deshake->fp = avpriv_fopen_utf8(deshake->filename, "w"); in init()
|
H A D | vf_psnr.c | 283 s->stats_file = avpriv_fopen_utf8(s->stats_file_str, "w"); in init()
|
H A D | vf_ssim.c | 407 s->stats_file = avpriv_fopen_utf8(s->stats_file_str, "w"); in init()
|
H A D | af_firequalizer.c | 607 if (s->dumpfile && (!s->dump_buf || !s->analysis_rdft || !(dump_fp = avpriv_fopen_utf8(s->dumpfile, "w")))) in generate_kernel()
|
H A D | vf_curves.c | 419 FILE *f = avpriv_fopen_utf8(fname, "w"); in dump_curves()
|
H A D | vf_nnedi.c | 960 weights_file = avpriv_fopen_utf8(s->weights_file, "rb"); in init()
|
H A D | vf_lut3d.c | 1246 f = avpriv_fopen_utf8(lut3d->file, "r"); in lut3d_init() 2137 f = avpriv_fopen_utf8(lut1d->file, "r"); in lut1d_init()
|
H A D | af_arnndn.c | 1481 f = avpriv_fopen_utf8(s->model_name, "r"); in open_model()
|
H A D | vf_paletteuse.c | 541 FILE *f = avpriv_fopen_utf8(fname, "w"); in disp_tree()
|
/third_party/ffmpeg/libavformat/ |
H A D | ipfsgateway.c | 154 gateway_file = avpriv_fopen_utf8(ipfs_gateway_file, "r"); in populate_ipfs_gateway()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dvdsubdec.c | 572 if ((ifo = avpriv_fopen_utf8(p, "r")) == NULL) { in parse_ifo_palette()
|
Completed in 27 milliseconds