Home
last modified time | relevance | path

Searched refs:av_strndup (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/fftools/
H A Dffmpeg_hw.c117 type_name = av_strndup(arg, k); in hw_device_init_from_string()
131 name = av_strndup(p + 1, k); in hw_device_init_from_string()
163 device = av_strndup(p, q - p); in hw_device_init_from_string()
/third_party/ffmpeg/libavutil/
H A Dmem.h476 * @see av_strndup()
489 char *av_strndup(const char *s, size_t len) av_malloc_attrib;
H A Dmem.c292 char *av_strndup(const char *s, size_t len) in av_strndup() function
/third_party/ffmpeg/libavformat/
H A Dmpjpegdec.c283 res = av_strndup(start, len); in mpjpeg_get_boundary()
H A Davformat.c499 key = val ? av_strndup(spec, val - spec) : av_strdup(spec); in match_stream_specifier()
H A Dhttp.c1014 if (!(name = av_strndup(p, eql - p))) return AVERROR(ENOMEM); in parse_cookie()
1152 s->http_version = av_strndup(p, 3); in process_line()
H A Dlibsrt.c550 s->passphrase = av_strndup(buf, strlen(buf)); in libsrt_open()
H A Ddashenc.c1034 as->descriptor = av_strndup(p, n); in parse_adaptation_sets()

Completed in 12 milliseconds