Lines Matching defs:au
110 CodedBitstreamFragment *au,
141 for (i = 0; i < au->nb_units; i++) {
142 if (au->units[i].type == sei_type) {
143 unit = &au->units[i];
156 for (i = 0; i < au->nb_units; i++) {
157 if (au->units[i].type < highest_vcl_type)
163 for (i = au->nb_units - 1; i >= 0; i--) {
164 if (au->units[i].type < highest_vcl_type)
169 position = au->nb_units;
175 err = ff_cbs_insert_unit_content(au, position, sei_type,
179 unit = &au->units[position];
248 CodedBitstreamFragment *au,
266 err = cbs_sei_get_unit(ctx, au, prefix, &unit);
298 CodedBitstreamFragment *au,
305 for (i = 0; i < au->nb_units; i++) {
306 CodedBitstreamUnit *unit = &au->units[i];
351 CodedBitstreamFragment *au,
356 for (i = 0; i < au->nb_units; i++) {
357 CodedBitstreamUnit *unit = &au->units[i];