Searched refs:obu_type (Results 1 – 5 of 5) sorted by relevance
802 err = ff_cbs_insert_unit_data(ctx, frag, -1, header.obu_type, in cbs_av1_split_fragment()840 switch (obu->header.obu_type) { in cbs_av1_free_obu()908 av_assert0(obu->header.obu_type == unit->type); in cbs_av1_read_unit()931 if (obu->header.obu_type != AV1_OBU_SEQUENCE_HEADER && in cbs_av1_read_unit()932 obu->header.obu_type != AV1_OBU_TEMPORAL_DELIMITER && in cbs_av1_read_unit()949 switch (obu->header.obu_type) { in cbs_av1_read_unit()978 obu->header.obu_type == in cbs_av1_read_unit()1046 obu->header.obu_type != AV1_OBU_TILE_GROUP && in cbs_av1_read_unit()1047 obu->header.obu_type != AV1_OBU_TILE_LIST && in cbs_av1_read_unit()1048 obu->header.obu_type != AV1_OBU_FRAME) { in cbs_av1_read_unit()[all …]
108 cur_frame_type = obu->header.obu_type; in av1_frame_split_filter()127 cur_frame_type = obu->header.obu_type; in av1_frame_split_filter()
201 .header.obu_type = AV1_OBU_TEMPORAL_DELIMITER, in av1_metadata_filter()
31 uint8_t obu_type; member
28 fc(4, obu_type, 0, AV1_OBU_PADDING); in FUNC()