Home
last modified time | relevance | path

Searched refs:av_strtok (Results 1 – 25 of 52) sorted by relevance

123

/third_party/ffmpeg/libavfilter/
Daf_mcompand.c177 char *tstr = av_strtok(p, ",", &saveptr); in parse_points()
329 char *tstr2, *tstr = av_strtok(p, "|", &saveptr); in config_output()
339 tstr2 = av_strtok(p2, " ", &saveptr2); in config_output()
360 char *tstr3 = av_strtok(p3, ",", &saveptr3); in config_output()
364 tstr3 = av_strtok(p3, ",", &saveptr3); in config_output()
385 tstr2 = av_strtok(p2, " ", &saveptr2); in config_output()
394 tstr2 = av_strtok(p2, " ", &saveptr2); in config_output()
413 tstr2 = av_strtok(p2, " ", &saveptr2); in config_output()
431 tstr2 = av_strtok(p2, " ", &saveptr2); in config_output()
436 tstr2 = av_strtok(p2, " ", &saveptr2); in config_output()
[all …]
Dvf_stack.c315 if (!(arg = av_strtok(p, "|", &saveptr))) in config_output()
331 if (!(arg2 = av_strtok(p2, "_", &saveptr2))) in config_output()
336 while ((arg3 = av_strtok(p3, "+", &saveptr3))) { in config_output()
Daf_pan.c110 arg = av_strtok(args, "|", &tokenizer); in init()
122 while ((arg = arg0 = av_strtok(NULL, "|", &tokenizer))) { in init()
Daf_compand.c341 char *tstr = av_strtok(p, " |", &saveptr); in config_output()
357 char *tstr = av_strtok(p, " |", &saveptr); in config_output()
387 char *tstr = av_strtok(p, " |", &saveptr); in config_output()
Dvf_shuffleframes.c64 char *map = av_strtok(n == 0 ? mapping : NULL, " |", &saveptr); in init()
Dvf_subtitles.c438 char *ptr = av_strtok(ass->force_style, ",", &temp); in init_subtitles()
446 ptr = av_strtok(NULL, ",", &temp); in init_subtitles()
Dvf_libvmaf.c193 char *s = av_strtok(i == 0 ? str_copy : NULL, "|", &saveptr); in delimited_dict_parse()
361 char *feature_name = av_strtok(e->key, ".", &feature_opt); in parse_models()
Daf_afftfilt.c172 char *arg = av_strtok(ch == 0 ? args : NULL, "|", &saveptr); in config_input()
192 char *arg = av_strtok(ch == 0 ? args : NULL, "|", &saveptr); in config_input()
Dsrc_movie.c287 spec = av_strtok(stream_specs, "+", &cursor); in movie_common_init()
300 if (av_strtok(NULL, "+", &cursor)) in movie_common_init()
Df_segment.c74 if (!(arg = av_strtok(p, "|", &saveptr))) in parse_points()
Daf_acrossover.c161 if (!(arg = av_strtok(p, " |", &saveptr))) in parse_gains()
198 if (!(arg = av_strtok(p, " |", &saveptr))) in init()
Davf_abitscope.c125 color = av_strtok(ch == 0 ? colors : NULL, " |", &saveptr); in config_input()
Daf_aiir.c372 if (!(arg = av_strtok(p, "|", &saveptr))) in read_gains()
404 if (!(arg = av_strtok(p, " ", &saveptr))) in read_tf_coefficients()
429 if (!(arg = av_strtok(p, " ", &saveptr))) in read_zp_coefficients()
459 if (!(arg = av_strtok(p, "|", &saveptr))) in read_channels()
Daf_aecho.c80 char *tstr = av_strtok(p, "|", &saveptr); in fill_items()
Daf_ladspa.c515 while ((arg = av_strtok(p, separator, &saveptr)) && !s->dl_handle) { in init()
645 if (!(arg = av_strtok(p, " |", &saveptr))) in init()
Daf_chorus.c97 char *tstr = av_strtok(p, "|", &saveptr); in fill_items()
/third_party/ffmpeg/libavformat/
Dftp.c341 if (!av_strtok(start, ",", &end)) goto fail; in ftp_passive_mode()
342 if (!av_strtok(NULL, ",", &end)) goto fail; in ftp_passive_mode()
343 if (!av_strtok(NULL, ",", &end)) goto fail; in ftp_passive_mode()
344 if (!av_strtok(NULL, ",", &end)) goto fail; in ftp_passive_mode()
347 start = av_strtok(NULL, ",", &end); in ftp_passive_mode()
350 start = av_strtok(NULL, ",", &end); in ftp_passive_mode()
988 while(fact = av_strtok(p, ";", &saveptr)) { in ftp_parse_entry_mlsd()
994 fact = av_strtok(fact, "=", &value); in ftp_parse_entry_mlsd()
Dsccdec.c103 char *ptr = av_strtok(lline, " ", &saveptr); in scc_read_header()
Dlibssh.c217 user = av_strtok(credencials, ":", &end); in libssh_connect()
218 pass = av_strtok(end, ":", &end); in libssh_connect()
Dimfdec.c664 asset_map_path = av_strtok(c->asset_map_paths, ",", &tmp_str); in imf_read_header()
671 asset_map_path = av_strtok(NULL, ",", &tmp_str); in imf_read_header()
/third_party/ffmpeg/libavutil/
Davstring.h206 char *av_strtok(char *s, const char *delim, char **saveptr);
Davstring.c189 char *av_strtok(char *s, const char *delim, char **saveptr) in av_strtok() function
/third_party/ffmpeg/libavcodec/
Dsamidec.c73 tag = av_strtok(p, ">", &saveptr); in sami_paragraph_to_ass()
Dlibvpxenc.c456 char *token = av_strtok(value, ",", &saveptr); in vp8_ts_parse_int_array()
460 token = av_strtok(NULL, ",", &saveptr); in vp8_ts_parse_int_array()
469 char *token = av_strtok(value, ",", &saveptr); in vp8_ts_parse_int64_array()
473 token = av_strtok(NULL, ",", &saveptr); in vp8_ts_parse_int64_array()
/third_party/ffmpeg/libpostproc/
Dpostprocess.c679 filterToken= av_strtok(p, filterDelimiters, &tokstate); in pp_get_mode_by_name_and_quality()
682 filterName= av_strtok(filterToken, optionDelimiters, &tokstate); in pp_get_mode_by_name_and_quality()
695 option= av_strtok(NULL, optionDelimiters, &tokstate); in pp_get_mode_by_name_and_quality()

123