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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dac3_parser.h39 int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr);
48 * @return value returned by ff_ac3_parse_header
H A Dac3_parser.c37 int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr) function
133 ret = ff_ac3_parse_header(gbc, hdr);
172 err = ff_ac3_parse_header(&gbc, &hdr);
H A Dac3dec.c276 err = ff_ac3_parse_header(&s->gbc, &hdr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dac3_parser.h39 int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr);
48 * @return value returned by ff_ac3_parse_header
H A Dac3_parser.c37 int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr) function
133 ret = ff_ac3_parse_header(gbc, hdr);
172 err = ff_ac3_parse_header(&gbc, &hdr);
H A Dac3dec.c276 err = ff_ac3_parse_header(&s->gbc, &hdr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dac3_parser.h39 int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr);
48 * @return value returned by ff_ac3_parse_header
H A Dac3_parser.c37 int ff_ac3_parse_header(GetBitContext *gbc, AC3HeaderInfo *hdr) function
133 ret = ff_ac3_parse_header(gbc, hdr);
172 err = ff_ac3_parse_header(&gbc, &hdr);
H A Dac3dec.c276 err = ff_ac3_parse_header(&s->gbc, &hdr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Draw.c618 if(ff_ac3_parse_header(&gbc, &hdr) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Draw.c618 if(ff_ac3_parse_header(&gbc, &hdr) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Draw.c618 if(ff_ac3_parse_header(&gbc, &hdr) < 0)

Completed in 212 milliseconds