Home
last modified time | relevance | path

Searched refs:ff_dolby_e_convert_input (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddolby_e_parse.c60 int ff_dolby_e_convert_input(DBEContext *s, int nb_words, int key) in ff_dolby_e_convert_input() function
125 if ((ret = ff_dolby_e_convert_input(s, 1, key)) < 0) in ff_dolby_e_parse_header()
136 if ((ret = ff_dolby_e_convert_input(s, mtd_size, key)) < 0) in ff_dolby_e_parse_header()
H A Ddolby_e.h92 int ff_dolby_e_convert_input(DBEContext *s, int nb_words, int key);
H A Ddolby_e.c967 ret = ff_dolby_e_convert_input(s, s->metadata.ch_size[ch], key); in parse_audio()

Completed in 4 milliseconds