Home
last modified time | relevance | path

Searched refs:av_strdup (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/ffmpeg/libavutil/tests/
Ddict.c85 av_dict_set(&dict, "b", av_strdup("b"), AV_DICT_DONT_STRDUP_VAL); in main()
86 av_dict_set(&dict, av_strdup("c"), "c", AV_DICT_DONT_STRDUP_KEY); in main()
87 …av_dict_set(&dict, av_strdup("d"), av_strdup("d"), AV_DICT_DONT_STRDUP_KEY | AV_DICT_DONT_STRDUP_V… in main()
111 av_dict_set_int(&dict, av_strdup("2"), 2, AV_DICT_DONT_STRDUP_KEY); in main()
112 av_dict_set_int(&dict, av_strdup("3"), 3, AV_DICT_DONT_STRDUP_KEY | AV_DICT_DONT_STRDUP_VAL); in main()
/third_party/ffmpeg/libavformat/
Dtls.c40 c->ca_file = av_strdup(buf); in set_options()
50 c->cert_file = av_strdup(buf); in set_options()
53 c->key_file = av_strdup(buf); in set_options()
89 if (!c->host && !(c->host = av_strdup(c->underlying_host))) in ff_tls_open_underlying()
Dhlsenc.c631 … dirname_r = hls->segment_filename ? av_strdup(hls->segment_filename): av_strdup(vs->avf->url); in hls_delete_old_segments()
670 vtt_dirname_r = av_strdup(vs->vtt_avf->url); in hls_delete_old_segments()
862 oc->url = av_strdup(""); in hls_mux_init()
977 char * new_url = av_strdup(vs->current_segment_final_filename_fmt); in sls_flags_filename_process()
1289 char *new_file = av_strdup(line);
1327 char *final_filename = av_strdup(oc->url);
1692 char *new_name = av_strdup(vs->basename);
1697 new_name = av_strdup(vs->vtt_basename);
1734 char *fn_copy = av_strdup(oc->url);
1921 fn_dup = av_strdup(fn);
[all …]
Dftp.c383 s->path = av_strdup(start); in ftp_current_dir()
693 s->user = av_strdup(tok_user); in ftp_connect()
694 s->password = av_strdup(tok_pass); in ftp_connect()
703 s->password = av_strdup(tok_pass); in ftp_connect()
707 s->hostname = av_strdup(hostname); in ftp_connect()
959 next->name = av_strdup(line); in ftp_parse_entry_nlst()
971 next->name = av_strdup(&fact[1]); in ftp_parse_entry_mlsd()
Dicecast.c142 if (!(s->pass = av_strdup(sep))) { in icecast_open()
147 if (!(user = av_strdup(auth))) { in icecast_open()
Dmpjpegdec.c309 mpjpeg->boundary = av_strdup("--"); in mpjpeg_read_packet()
310 mpjpeg->searchstr = av_strdup("\r\n--"); in mpjpeg_read_packet()
Dhttp.c437 s->location = av_strdup(uri); in ff_http_do_new_request2()
626 s->location = av_strdup(uri); in http_open()
741 new_loc = av_strdup(redirected_location); in parse_location()
854 if (!(cstr = av_strdup(set_cookie))) in parse_set_cookie()
1005 if (!(s->method = av_strdup(method))) in process_line()
1017 if (!(s->resource = av_strdup(resource))) in process_line()
1097 s->mime_type = av_strdup(p); in process_line()
1137 next = set_cookies = av_strdup(s->cookies); in get_cookies()
/third_party/ffmpeg/libavdevice/
Dpulse_audio_common.c150 new_device->device_description = av_strdup(description); in pulse_add_detected_device()
151 new_device->device_name = av_strdup(name); in pulse_add_detected_device()
190 info->default_device = av_strdup(i->default_sink_name); in pulse_server_info_cb()
192 info->default_device = av_strdup(i->default_source_name); in pulse_server_info_cb()
Dfbdev_common.c104 device->device_name = av_strdup(device_file); in ff_fbdev_get_device_list()
105 device->device_description = av_strdup(fixinfo.id); in ff_fbdev_get_device_list()
Ddecklink_common.h62 return av_strdup(s); in dup_cfstring_to_utf8()
69 #define DECKLINK_STRDUP av_strdup
Dbktr.c268 case PAL: s->framerate = av_strdup("pal"); break; in grab_read_header()
269 case NTSC: s->framerate = av_strdup("ntsc"); break; in grab_read_header()
270 case SECAM: s->framerate = av_strdup("25"); break; in grab_read_header()
Dalsa.c378 new_device->device_name = av_strdup(name); in ff_alsa_get_device_list()
380 new_device->device_description = av_strdup(&tmp[1]); in ff_alsa_get_device_list()
382 new_device->device_description = av_strdup(descr); in ff_alsa_get_device_list()
/third_party/ffmpeg/libavfilter/
Dvf_geq.c244 geq->expr_str[U] = av_strdup(geq->expr_str[Y]); in geq_init()
245 geq->expr_str[V] = av_strdup(geq->expr_str[Y]); in geq_init()
248 if (!geq->expr_str[U]) geq->expr_str[U] = av_strdup(geq->expr_str[V]); in geq_init()
249 if (!geq->expr_str[V]) geq->expr_str[V] = av_strdup(geq->expr_str[U]); in geq_init()
255 geq->expr_str[A] = av_strdup(bps_string); in geq_init()
258 geq->expr_str[G] = av_strdup("g(X,Y)"); in geq_init()
260 geq->expr_str[B] = av_strdup("b(X,Y)"); in geq_init()
262 geq->expr_str[R] = av_strdup("r(X,Y)"); in geq_init()
Dglslang.cpp175 res->error_msg = av_strdup(shader->getInfoLog()); in glslang_compile()
190 res->error_msg = av_strdup(prog->getInfoLog()); in glslang_compile()
Dboxblur.c66 chroma_param->radius_expr = av_strdup(luma_param->radius_expr); in ff_boxblur_eval_filter_params()
74 alpha_param->radius_expr = av_strdup(luma_param->radius_expr); in ff_boxblur_eval_filter_params()
Dvf_fftfilt.c226 s->weight_str[U] = av_strdup(s->weight_str[Y]); in initialize()
227 s->weight_str[V] = av_strdup(s->weight_str[Y]); in initialize()
229 if (!s->weight_str[U]) s->weight_str[U] = av_strdup(s->weight_str[V]); in initialize()
230 if (!s->weight_str[V]) s->weight_str[V] = av_strdup(s->weight_str[U]); in initialize()
Dvf_shuffleframes.c60 mapping = av_strdup(s->mapping); in init()
/third_party/ffmpeg/libavutil/
Ddict.c83 copy_key = av_strdup(key); in av_dict_set()
87 copy_value = av_strdup(value); in av_dict_set()
243 *buffer = av_strdup(""); in av_dict_get_string()
Davstring.c310 return av_strdup(component); in av_append_path_component()
312 return av_strdup(path); in av_append_path_component()
Dfile_open.c118 *filename = av_strdup(ptr); in avpriv_tempfile()
/third_party/ffmpeg/doc/examples/
Dfiltering_video.c149 outputs->name = av_strdup("in"); in init_filters()
160 inputs->name = av_strdup("out"); in init_filters()
Dfiltering_audio.c161 outputs->name = av_strdup("in"); in init_filters()
172 inputs->name = av_strdup("out"); in init_filters()
/third_party/ffmpeg/libavcodec/
Dassdec.c57 sub->rects[0]->ass = av_strdup(avpkt->data); in ass_decode_frame()
Dqsvenc_hevc.c181 q->qsv.load_plugins = av_strdup(uid_hevcenc_sw); in qsv_enc_init()
183 q->qsv.load_plugins = av_strdup(uid_hevcenc_hw); in qsv_enc_init()
Dlibx264.c820 x4->profile = av_strdup("baseline"); in X264_init()
823 x4->profile = av_strdup("high"); in X264_init()
826 x4->profile = av_strdup("high10"); in X264_init()
829 x4->profile = av_strdup("high422"); in X264_init()
832 x4->profile = av_strdup("high444"); in X264_init()
835 x4->profile = av_strdup("main"); in X264_init()

12345