Home
last modified time | relevance | path

Searched refs:av_dynarray_add_nofree (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dfbdev_common.c111 if ((ret = av_dynarray_add_nofree(&device_list->devices, in ff_fbdev_get_device_list()
H A Dpulse_audio_common.c158 if ((ret = av_dynarray_add_nofree(&info->devices->devices, in pulse_add_detected_device()
H A Dalsa.c392 if ((ret = av_dynarray_add_nofree(&device_list->devices, in ff_alsa_get_device_list()
H A Ddecklink_common.cpp445 av_dynarray_add_nofree(&device_list->devices, &device_list->nb_devices, new_device) < 0) { in ff_decklink_list_devices()
H A Dv4l2.c1079 if ((ret = av_dynarray_add_nofree(&device_list->devices, in v4l2_get_device_list()
/third_party/ffmpeg/libavutil/
H A Dmem.h535 * 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 Dmem.c323 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 Ddashdec.c651 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 Ddemux_utils.c68 ret = av_dynarray_add_nofree(&s->chapters, &s->nb_chapters, chapter); in avpriv_new_chapter()
H A Dtee.c466 ret = av_dynarray_add_nofree(&slaves, &nb_slaves, slave); in tee_write_header()
H A Davformat.c253 ret = av_dynarray_add_nofree(&ac->programs, &ac->nb_programs, program); in av_new_program()
H A Dmpegtsenc.c1023 if (av_dynarray_add_nofree(&ts->services, &ts->nb_services, service) < 0) in mpegts_add_service()
/third_party/ffmpeg/libavfilter/
H A Dvf_dnn_classify.c174 if (av_dynarray_add_nofree(&ctx->labels, &ctx->label_count, label) < 0) { in read_classify_label_file()
H A Dvf_dnn_detect.c287 if (av_dynarray_add_nofree(&ctx->labels, &ctx->label_count, label) < 0) { in read_detect_label_file()
H A Daeval.c128 ret = av_dynarray_add_nofree(&eval->expr, \ in parse_channel_expressions()
/third_party/ffmpeg/libavcodec/
H A Dbsf.c441 return av_dynarray_add_nofree(&lst->bsfs, &lst->nb_bsfs, bsf); in av_bsf_list_append()
/third_party/ffmpeg/fftools/
H A Dcmdutils.c996 av_dynarray_add_nofree(ptr, nb_elems, new_elem) < 0) { in allocate_array_elem()

Completed in 21 milliseconds