Home
last modified time | relevance | path

Searched refs:AVBSFList (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dbsf.h243 typedef struct AVBSFList AVBSFList; typedef
250 * @return Pointer to @ref AVBSFList on success, NULL in case of failure
252 AVBSFList *av_bsf_list_alloc(void);
259 void av_bsf_list_free(AVBSFList **lst);
269 int av_bsf_list_append(AVBSFList *lst, AVBSFContext *bsf);
281 int av_bsf_list_append2(AVBSFList *lst, const char * bsf_name, AVDictionary **options);
285 * This function will transform @ref AVBSFList to single @ref AVBSFContext,
288 * If the call is successful, @ref AVBSFList structure is freed and lst
298 int av_bsf_list_finalize(AVBSFList **ls
[all...]
H A Dbsf.c416 struct AVBSFList { struct
421 AVBSFList *av_bsf_list_alloc(void) in av_bsf_list_alloc()
423 return av_mallocz(sizeof(AVBSFList)); in av_bsf_list_alloc()
426 void av_bsf_list_free(AVBSFList **lst) in av_bsf_list_free()
439 int av_bsf_list_append(AVBSFList *lst, AVBSFContext *bsf) in av_bsf_list_append()
444 static int bsf_list_append_internal(AVBSFList *lst, const char *bsf_name, const char *options, AVDictionary ** options_dict) in bsf_list_append_internal()
485 int av_bsf_list_append2(AVBSFList *lst, const char *bsf_name, AVDictionary ** options) in av_bsf_list_append2()
490 int av_bsf_list_finalize(AVBSFList **lst, AVBSFContext **bsf) in av_bsf_list_finalize()
516 static int bsf_parse_single(char *str, AVBSFList *bsf_lst) in bsf_parse_single()
529 AVBSFList *ls in av_bsf_list_parse_str()
[all...]

Completed in 2 milliseconds