Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.h384 typedef struct AV1RawOBU { struct
398 } AV1RawOBU; argument
H A Dav1d_cbs.c2759 unit->content = mpp_calloc(AV1RawOBU, 1); in mpp_av1_alloc_unit_content()
2768 AV1RawOBU *obu; in mpp_av1_read_unit()
2932 AV1RawOBU *obu; in mpp_av1_read_fragment_content()
3062 AV1RawOBU *obu = (AV1RawOBU*)content; in mpp_av1_free_metadata()
H A Dav1d_parser.c912 AV1RawOBU *obu = unit->content; in av1d_parser_frame()