Searched refs:av_dynarray_add_nofree (Results 1 - 17 of 17) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
H A D | fbdev_common.c | 111 if ((ret = av_dynarray_add_nofree(&device_list->devices, in ff_fbdev_get_device_list()
|
H A D | pulse_audio_common.c | 158 if ((ret = av_dynarray_add_nofree(&info->devices->devices, in pulse_add_detected_device()
|
H A D | alsa.c | 392 if ((ret = av_dynarray_add_nofree(&device_list->devices, in ff_alsa_get_device_list()
|
H A D | decklink_common.cpp | 445 av_dynarray_add_nofree(&device_list->devices, &device_list->nb_devices, new_device) < 0) { in ff_decklink_list_devices()
|
H A D | v4l2.c | 1079 if ((ret = av_dynarray_add_nofree(&device_list->devices, in v4l2_get_device_list()
|
/third_party/ffmpeg/libavutil/ |
H A D | mem.h | 535 * av_dynarray_add_nofree() implement this system. 612 * @see av_dynarray_add_nofree(), av_dynarray2_add() 627 int av_dynarray_add_nofree(void *tab_ptr, int *nb_ptr, void *elem); 650 * @see av_dynarray_add(), av_dynarray_add_nofree()
|
H A D | mem.c | 323 int av_dynarray_add_nofree(void *tab_ptr, int *nb_ptr, void *elem) in av_dynarray_add_nofree() function
|
/third_party/ffmpeg/libavformat/ |
H A D | dashdec.c | 651 err = av_dynarray_add_nofree(&rep->fragments, &rep->n_fragments, seg); in parse_manifest_segmenturlnode() 693 err = av_dynarray_add_nofree(&rep->timelines, &rep->n_timelines, tml); in parse_manifest_segmenttimeline() 996 ret = av_dynarray_add_nofree(&rep->fragments, &rep->n_fragments, seg); in parse_manifest_representation() 1077 ret = av_dynarray_add_nofree(&c->videos, &c->n_videos, rep); in parse_manifest_representation() 1080 ret = av_dynarray_add_nofree(&c->audios, &c->n_audios, rep); in parse_manifest_representation() 1083 ret = av_dynarray_add_nofree(&c->subtitles, &c->n_subtitles, rep); in parse_manifest_representation()
|
H A D | demux_utils.c | 68 ret = av_dynarray_add_nofree(&s->chapters, &s->nb_chapters, chapter); in avpriv_new_chapter()
|
H A D | tee.c | 466 ret = av_dynarray_add_nofree(&slaves, &nb_slaves, slave); in tee_write_header()
|
H A D | avformat.c | 253 ret = av_dynarray_add_nofree(&ac->programs, &ac->nb_programs, program); in av_new_program()
|
H A D | mpegtsenc.c | 1023 if (av_dynarray_add_nofree(&ts->services, &ts->nb_services, service) < 0) in mpegts_add_service()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_dnn_classify.c | 174 if (av_dynarray_add_nofree(&ctx->labels, &ctx->label_count, label) < 0) { in read_classify_label_file()
|
H A D | vf_dnn_detect.c | 287 if (av_dynarray_add_nofree(&ctx->labels, &ctx->label_count, label) < 0) { in read_detect_label_file()
|
H A D | aeval.c | 128 ret = av_dynarray_add_nofree(&eval->expr, \ in parse_channel_expressions()
|
/third_party/ffmpeg/libavcodec/ |
H A D | bsf.c | 441 return av_dynarray_add_nofree(&lst->bsfs, &lst->nb_bsfs, bsf); in av_bsf_list_append()
|
/third_party/ffmpeg/fftools/ |
H A D | cmdutils.c | 996 av_dynarray_add_nofree(ptr, nb_elems, new_elem) < 0) { in allocate_array_elem()
|
Completed in 21 milliseconds