Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c203 } Mpg4dParserImpl; typedef
444 static MPP_RET mpg4d_parse_vol_header(Mpg4dParserImpl *p, BitReadCtx_t *cb) in mpg4d_parse_vol_header()
704 static MPP_RET mpg4d_parse_user_data(Mpg4dParserImpl *p, BitReadCtx_t *gb) in mpg4d_parse_user_data()
784 static MPP_RET mpeg4_parse_gop_header(Mpg4dParserImpl *p, BitReadCtx_t *gb) in mpeg4_parse_gop_header()
803 static MPP_RET mpeg4_parse_profile_level(Mpg4dParserImpl *p, BitReadCtx_t *bc) in mpeg4_parse_profile_level()
813 static MPP_RET mpeg4_parse_vop_header(Mpg4dParserImpl *p, BitReadCtx_t *gb) in mpeg4_parse_vop_header()
946 static void mpg4d_fill_picture_parameters(const Mpg4dParserImpl *p, in mpg4d_fill_picture_parameters()
997 static void mpg4d_fill_quantization_matrices(const Mpg4dParserImpl *p, in mpg4d_fill_quantization_matrices()
1059 Mpg4dParserImpl *p = mpp_calloc(Mpg4dParserImpl, 1); in mpp_mpg4_parser_init()
1099 Mpg4dParserImpl *p = (Mpg4dParserImpl *)ctx; in mpp_mpg4_parser_deinit()
[all …]