Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c204 } Mpg4dParserImpl; typedef
445 static MPP_RET mpg4d_parse_vol_header(Mpg4dParserImpl *p, BitReadCtx_t *cb) in mpg4d_parse_vol_header()
705 static MPP_RET mpg4d_parse_user_data(Mpg4dParserImpl *p, BitReadCtx_t *gb) in mpg4d_parse_user_data()
785 static MPP_RET mpeg4_parse_gop_header(Mpg4dParserImpl *p, BitReadCtx_t *gb) in mpeg4_parse_gop_header()
804 static MPP_RET mpeg4_parse_profile_level(Mpg4dParserImpl *p, BitReadCtx_t *bc) in mpeg4_parse_profile_level()
814 static MPP_RET mpeg4_parse_vop_header(Mpg4dParserImpl *p, BitReadCtx_t *gb) in mpeg4_parse_vop_header()
947 static void mpg4d_fill_picture_parameters(const Mpg4dParserImpl *p, in mpg4d_fill_picture_parameters()
998 static void mpg4d_fill_quantization_matrices(const Mpg4dParserImpl *p, in mpg4d_fill_quantization_matrices()
1060 Mpg4dParserImpl *p = mpp_calloc(Mpg4dParserImpl, 1); in mpp_mpg4_parser_init()
1100 Mpg4dParserImpl *p = (Mpg4dParserImpl *)ctx; in mpp_mpg4_parser_deinit()
[all …]