Searched refs:ff_dolby_e_convert_input (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dolby_e_parse.c | 60 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 D | dolby_e.h | 92 int ff_dolby_e_convert_input(DBEContext *s, int nb_words, int key);
|
H A D | dolby_e.c | 967 ret = ff_dolby_e_convert_input(s, s->metadata.ch_size[ch], key); in parse_audio()
|
Completed in 4 milliseconds