Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddolby_e.c954 static int parse_audio(DBEDecodeContext *s1, int start, int end, int seg_id) in parse_audio() function
1126 if ((ret = parse_audio(s1, 0, i, 0)) < 0) in dolby_e_decode_frame()
1128 if ((ret = parse_audio(s1, i, j, 0)) < 0) in dolby_e_decode_frame()
1132 if ((ret = parse_audio(s1, 0, i, 1)) < 0) in dolby_e_decode_frame()
1134 if ((ret = parse_audio(s1, i, j, 1)) < 0) in dolby_e_decode_frame()

Completed in 5 milliseconds