Home
last modified time | relevance | path

Searched refs:xll_offset (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_exss.h62 int xll_offset; ///< Offset to XLL data from start of substream member
Ddca_parser.c238 if ((ret = init_get_bits8(&gb, buf + asset->xll_offset, asset->xll_size)) < 0) in dca_parse_params()
Ddca_exss.c368 asset->xll_offset = offs; in set_exss_offsets()
Ddca_xll.c1171 ret = parse_frame_pbr(s, data + asset->xll_offset, asset->xll_size, asset); in ff_dca_xll_parse()
1173 ret = parse_frame_no_pbr(s, data + asset->xll_offset, asset->xll_size, asset); in ff_dca_xll_parse()