Searched refs:xll_sync_offset (Results 1 – 3 of 3) sorted by relevance
66 int xll_sync_offset; ///< Number of bytes offset to XLL sync member
42 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()
1088 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()