Home
last modified time | relevance | path

Searched refs:xll_sync_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca_exss.h66 int xll_sync_offset; ///< Number of bytes offset to XLL sync member
Ddca_exss.c42 asset->xll_sync_offset = get_bits(&s->gb, s->exss_size_nbits); in parse_xll_parameters()
45 asset->xll_sync_offset = 0; in parse_xll_parameters()
Ddca_xll.c1088 if (ret == AVERROR(EAGAIN) && asset->xll_sync_present && asset->xll_sync_offset < size) { in parse_frame_no_pbr()
1090 data += asset->xll_sync_offset; in parse_frame_no_pbr()
1091 size -= asset->xll_sync_offset; in parse_frame_no_pbr()