Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.c34 READ_BITS(bitctx, 8, &vsh->profile_id); in get_sequence_header()
36 if (vsh->profile_id != 0x20 && vsh->profile_id != 0x48) { in get_sequence_header()
38 mpp_err_f("profile_id 0x%02x is not supported.\n", vsh->profile_id); in get_sequence_header()
134 if (vsh->profile_id == 0x48) { in get_extend_header()
220 if (vsh->profile_id == 0x48) { in get_i_picture_header()
292 if (vsh->profile_id == 0x48) { in get_pb_picture_header()
320 if (vsh->profile_id != 0x48) { in get_pb_picture_header()
591 pp->profileId = p_dec->vsh.profile_id; in avsd_fill_parameters()
H A Davsd_parse.h112 RK_U8 profile_id; member
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c290 READ_BITS(bitctx, 8, &vsh->profile_id); in avs2d_parse_sequence_header()
292 if (vsh->profile_id != 0x12 && vsh->profile_id != 0x20 && vsh->profile_id != 0x22) { in avs2d_parse_sequence_header()
294 mpp_err_f("profile_id 0x%02x is not supported.\n", vsh->profile_id); in avs2d_parse_sequence_header()
321 if (vsh->profile_id == MAIN10_PROFILE) { in avs2d_parse_sequence_header()
H A Davs2d_global.h183 RK_U8 profile_id; member