Lines Matching defs:unit
67 av_log(ctx, AV_LOG_WARNING, "Failed to parse temporal unit.\n");
72 CodedBitstreamUnit *unit = &td->units[i];
74 if (unit->type == AV1_OBU_FRAME ||
75 unit->type == AV1_OBU_FRAME_HEADER)
77 else if (unit->type == AV1_OBU_TILE_LIST) {
95 CodedBitstreamUnit *unit = &td->units[i];
97 size += unit->data_size;
98 if (unit->type == AV1_OBU_FRAME) {
99 AV1RawOBU *obu = unit->content;
117 } else if (unit->type == AV1_OBU_FRAME_HEADER) {
118 AV1RawOBU *obu = unit->content;
138 } else if (unit->type == AV1_OBU_TILE_GROUP) {
139 AV1RawOBU *obu = unit->content;