Home
last modified time | relevance | path

Searched refs:AV1_OBU_FRAME (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1.h28 AV1_OBU_FRAME = 6, enumerator
H A Dav1d_parser.c83 AV1_OBU_FRAME,
1005 case AV1_OBU_FRAME: in av1d_parser_frame()
1013 if (unit->type == AV1_OBU_FRAME) in av1d_parser_frame()
1053 if (unit->type != AV1_OBU_FRAME) in av1d_parser_frame()
1063 if (unit->type == AV1_OBU_FRAME) in av1d_parser_frame()
1308 if (obu.type == AV1_OBU_FRAME_HEADER || obu.type == AV1_OBU_FRAME || in av1d_split_frame()
1318 if (obu.type == AV1_OBU_FRAME) { in av1d_split_frame()
H A Dav1d_cbs.c2928 case AV1_OBU_FRAME: { in mpp_av1_read_unit()
2970 obu->header.obu_type != AV1_OBU_FRAME) { in mpp_av1_read_unit()