Searched refs:av_fopen_utf8 (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | avutil.h | 339 FILE *av_fopen_utf8(const char *path, const char *mode);
|
D | file_open.c | 158 FILE *av_fopen_utf8(const char *path, const char *mode) in av_fopen_utf8() function
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fieldhint.c | 68 s->hint = av_fopen_utf8(s->hint_file_str, "r"); in init()
|
D | opencl.c | 228 file = av_fopen_utf8(filename, "r"); in ff_opencl_filter_load_program_from_file()
|
D | vf_curves.c | 419 FILE *f = av_fopen_utf8(fname, "w"); in dump_curves()
|
D | vf_nnedi.c | 967 weights_file = av_fopen_utf8(s->weights_file, "rb"); in init()
|
D | vf_paletteuse.c | 530 FILE *f = av_fopen_utf8(fname, "w"); in disp_tree()
|
D | vf_lut3d.c | 1287 f = av_fopen_utf8(lut3d->file, "r"); in lut3d_init() 2180 f = av_fopen_utf8(lut1d->file, "r"); in lut1d_init()
|
D | af_arnndn.c | 1493 f = av_fopen_utf8(s->model_name, "r"); in open_model()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 1866 f = av_fopen_utf8(logfilename, "wb"); in new_video_stream()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 1596 Add av_fopen_utf8()
|