Home
last modified time | relevance | path

Searched refs:ParserCfg (Results 1 – 25 of 31) sorted by relevance

12

/rockchip-linux_mpp/mpp/codec/inc/
H A Dparser_api.h39 } ParserCfg; typedef
64 MPP_RET (*init)(void *ctx, ParserCfg *cfg);
H A Dvp9d_api.h30 MPP_RET vp9d_init (void *decoder, ParserCfg *cfg);
H A Ddummy_dec_api.h28 MPP_RET dummy_dec_init (void *dec, ParserCfg *cfg);
H A Dav1d_api.h28 MPP_RET av1d_init (void *decoder, ParserCfg *cfg);
H A Dmpp_parser.h28 MPP_RET mpp_parser_init(Parser *prs, ParserCfg *cfg);
H A Dh264d_api.h36 MPP_RET h264d_init (void *decoder, ParserCfg *cfg);
H A Dh265d_api.h29 MPP_RET h265d_init(void *ctx, ParserCfg *parser_cfg);
/rockchip-linux_mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.h38 MPP_RET mpp_mpg4_parser_init(Mpg4dParser *ctx, ParserCfg *cfg);
H A Dmpg4d_api.c52 static MPP_RET mpg4d_init(void *dec, ParserCfg *cfg) in mpg4d_init()
/rockchip-linux_mpp/mpp/codec/dec/vp8/
H A Dvp8d_parser.h187 MPP_RET vp8d_parser_init (void *ctx, ParserCfg *cfg);
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_parser.c77 MPP_RET mpp_parser_init(Parser *prs, ParserCfg *cfg) in mpp_parser_init()
H A Dmpp_dec.c612 ParserCfg parser_cfg = { in mpp_dec_init()
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_api.c38 MPP_RET vp9d_init(void *ctx, ParserCfg *init) in vp9d_init()
H A Dvp9d_parser.h273 MPP_RET vp9d_parser_init(Vp9CodecContext *vp9_ctx, ParserCfg *init);
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.h212 ParserCfg init;
H A Davsd_api.c67 static MPP_RET avsd_init(void *decoder, ParserCfg *init) in avsd_init()
/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.c39 MPP_RET av1d_init(void *ctx, ParserCfg *init) in av1d_init()
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.h301 MPP_RET m2vd_parser_init (void *ctx, ParserCfg *cfg);
H A Dm2vd_parser.c139 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 Ddummy_dec_api.c54 MPP_RET dummy_dec_init(void *dec, ParserCfg *cfg) in dummy_dec_init()
/rockchip-linux_mpp/mpp/codec/dec/h263/
H A Dh263d_api.c51 MPP_RET h263d_init(void *dec, ParserCfg *cfg) in h263d_init()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_global.h377 ParserCfg init;
H A Davs2d_api.c64 MPP_RET avs2d_init(void *decoder, ParserCfg *init) in avs2d_init()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_api.c56 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()

12