Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.h161 MPP_RET av1d_parser_init(Av1CodecContext *ctx, ParserCfg *init);
H A Dav1d_api.c54 if ((ret = av1d_parser_init(av1_ctx, init)) != MPP_OK) in av1d_init()
H A Dav1d_parser.c859 MPP_RET av1d_parser_init(Av1CodecContext *ctx, ParserCfg *init) in av1d_parser_init() function