| /rockchip-linux_mpp/mpp/codec/inc/ |
| H A D | parser_api.h | 39 } ParserCfg; typedef 64 MPP_RET (*init)(void *ctx, ParserCfg *cfg);
|
| H A D | vp9d_api.h | 30 MPP_RET vp9d_init (void *decoder, ParserCfg *cfg);
|
| H A D | dummy_dec_api.h | 28 MPP_RET dummy_dec_init (void *dec, ParserCfg *cfg);
|
| H A D | av1d_api.h | 28 MPP_RET av1d_init (void *decoder, ParserCfg *cfg);
|
| H A D | mpp_parser.h | 28 MPP_RET mpp_parser_init(Parser *prs, ParserCfg *cfg);
|
| H A D | h264d_api.h | 36 MPP_RET h264d_init (void *decoder, ParserCfg *cfg);
|
| H A D | h265d_api.h | 29 MPP_RET h265d_init(void *ctx, ParserCfg *parser_cfg);
|
| /rockchip-linux_mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_parser.h | 38 MPP_RET mpp_mpg4_parser_init(Mpg4dParser *ctx, ParserCfg *cfg);
|
| H A D | mpg4d_api.c | 52 static MPP_RET mpg4d_init(void *dec, ParserCfg *cfg) in mpg4d_init()
|
| /rockchip-linux_mpp/mpp/codec/dec/vp8/ |
| H A D | vp8d_parser.h | 187 MPP_RET vp8d_parser_init (void *ctx, ParserCfg *cfg);
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_parser.c | 77 MPP_RET mpp_parser_init(Parser *prs, ParserCfg *cfg) in mpp_parser_init()
|
| H A D | mpp_dec.c | 612 ParserCfg parser_cfg = { in mpp_dec_init()
|
| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_api.c | 38 MPP_RET vp9d_init(void *ctx, ParserCfg *init) in vp9d_init()
|
| H A D | vp9d_parser.h | 273 MPP_RET vp9d_parser_init(Vp9CodecContext *vp9_ctx, ParserCfg *init);
|
| /rockchip-linux_mpp/mpp/codec/dec/avs/ |
| H A D | avsd_parse.h | 212 ParserCfg init;
|
| H A D | avsd_api.c | 67 static MPP_RET avsd_init(void *decoder, ParserCfg *init) in avsd_init()
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser.h | 161 MPP_RET av1d_parser_init(Av1CodecContext *ctx, ParserCfg *init);
|
| H A D | av1d_api.c | 39 MPP_RET av1d_init(void *ctx, ParserCfg *init) in av1d_init()
|
| /rockchip-linux_mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.h | 301 MPP_RET m2vd_parser_init (void *ctx, ParserCfg *cfg);
|
| H A D | m2vd_parser.c | 139 static MPP_RET m2vd_parser_init_ctx(M2VDParserContext *ctx, ParserCfg *cfg) in m2vd_parser_init_ctx() 238 MPP_RET m2vd_parser_init(void *ctx, ParserCfg *parser_cfg) in m2vd_parser_init()
|
| /rockchip-linux_mpp/mpp/codec/dec/dummy/ |
| H A D | dummy_dec_api.c | 54 MPP_RET dummy_dec_init(void *dec, ParserCfg *cfg) in dummy_dec_init()
|
| /rockchip-linux_mpp/mpp/codec/dec/h263/ |
| H A D | h263d_api.c | 51 MPP_RET h263d_init(void *dec, ParserCfg *cfg) in h263d_init()
|
| /rockchip-linux_mpp/mpp/codec/dec/avs2/ |
| H A D | avs2d_global.h | 377 ParserCfg init;
|
| H A D | avs2d_api.c | 64 MPP_RET avs2d_init(void *decoder, ParserCfg *init) in avs2d_init()
|
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_api.c | 56 static MPP_RET init_input_ctx(H264dInputCtx_t *p_Inp, ParserCfg *init) in init_input_ctx() 322 MPP_RET h264d_init(void *decoder, ParserCfg *init) in h264d_init()
|