Home
last modified time | relevance | path

Searched refs:avpriv_fopen_utf8 (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dfile_open.c158 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 Dinternal.h187 #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 Dvf_vidstabdetect.c129 s->f = avpriv_fopen_utf8(s->result, "w"); in config_input()
H A Dvf_dnn_classify.c134 file = avpriv_fopen_utf8(ctx->labels_filename, "r"); in read_classify_label_file()
H A Dopencl.c213 file = avpriv_fopen_utf8(filename, "r"); in ff_opencl_filter_load_program_from_file()
H A Dvf_fieldhint.c76 s->hint = avpriv_fopen_utf8(s->hint_file_str, "r"); in init()
H A Dvf_vidstabtransform.c194 f = avpriv_fopen_utf8(tc->input, "r"); in config_input()
H A Dvf_signature.c392 f = avpriv_fopen_utf8(filename, "w"); in xml_export()
506 f = avpriv_fopen_utf8(filename, "wb"); in binary_export()
H A Dvf_dnn_detect.c247 file = avpriv_fopen_utf8(ctx->labels_filename, "r"); in read_detect_label_file()
H A Dvf_vmafmotion.c315 s->stats_file = avpriv_fopen_utf8(s->stats_file_str, "w"); in init()
H A Dvf_deshake.c356 deshake->fp = avpriv_fopen_utf8(deshake->filename, "w"); in init()
H A Dvf_psnr.c283 s->stats_file = avpriv_fopen_utf8(s->stats_file_str, "w"); in init()
H A Dvf_ssim.c407 s->stats_file = avpriv_fopen_utf8(s->stats_file_str, "w"); in init()
H A Daf_firequalizer.c607 if (s->dumpfile && (!s->dump_buf || !s->analysis_rdft || !(dump_fp = avpriv_fopen_utf8(s->dumpfile, "w")))) in generate_kernel()
H A Dvf_curves.c419 FILE *f = avpriv_fopen_utf8(fname, "w"); in dump_curves()
H A Dvf_nnedi.c960 weights_file = avpriv_fopen_utf8(s->weights_file, "rb"); in init()
H A Dvf_lut3d.c1246 f = avpriv_fopen_utf8(lut3d->file, "r"); in lut3d_init()
2137 f = avpriv_fopen_utf8(lut1d->file, "r"); in lut1d_init()
H A Daf_arnndn.c1481 f = avpriv_fopen_utf8(s->model_name, "r"); in open_model()
H A Dvf_paletteuse.c541 FILE *f = avpriv_fopen_utf8(fname, "w"); in disp_tree()
/third_party/ffmpeg/libavformat/
H A Dipfsgateway.c154 gateway_file = avpriv_fopen_utf8(ipfs_gateway_file, "r"); in populate_ipfs_gateway()
/third_party/ffmpeg/libavcodec/
H A Ddvdsubdec.c572 if ((ifo = avpriv_fopen_utf8(p, "r")) == NULL) { in parse_ifo_palette()

Completed in 27 milliseconds