Searched refs:AV1RawOBU (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | av1_metadata_bsf.c | 31 AV1RawOBU td_obu; 115 AV1RawOBU *obu = frag->units[i].content; in av1_metadata_update_fragment() 156 ctx->td_obu = (AV1RawOBU) { in av1_metadata_init()
|
D | cbs_av1.c | 877 AV1RawOBU *obu; in cbs_av1_read_unit() 1056 AV1RawOBU *obu = unit->content; in cbs_av1_write_obu() 1272 AV1RawOBU *obu = (AV1RawOBU*)content; in cbs_av1_free_metadata() 1287 CBS_UNIT_TYPE_POD(AV1_OBU_SEQUENCE_HEADER, AV1RawOBU), 1288 CBS_UNIT_TYPE_POD(AV1_OBU_TEMPORAL_DELIMITER, AV1RawOBU), 1289 CBS_UNIT_TYPE_POD(AV1_OBU_FRAME_HEADER, AV1RawOBU), 1290 CBS_UNIT_TYPE_POD(AV1_OBU_REDUNDANT_FRAME_HEADER, AV1RawOBU), 1292 CBS_UNIT_TYPE_INTERNAL_REF(AV1_OBU_TILE_GROUP, AV1RawOBU, 1294 CBS_UNIT_TYPE_INTERNAL_REF(AV1_OBU_FRAME, AV1RawOBU, 1296 CBS_UNIT_TYPE_INTERNAL_REF(AV1_OBU_TILE_LIST, AV1RawOBU, [all …]
|
D | av1_frame_split_bsf.c | 99 AV1RawOBU *obu = unit->content; in av1_frame_split_filter() 118 AV1RawOBU *obu = unit->content; in av1_frame_split_filter() 139 AV1RawOBU *obu = unit->content; in av1_frame_split_filter()
|
D | cbs_av1.h | 391 typedef struct AV1RawOBU { struct 405 } AV1RawOBU; argument
|
D | av1_parser.c | 100 AV1RawOBU *obu = unit->content; in av1_parser_parse()
|
D | av1dec.c | 903 AV1RawOBU *obu = unit->content; in av1_decode_frame()
|