Searched refs:profile_id (Results 1 – 4 of 4) sorted by relevance
34 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()
112 RK_U8 profile_id; member
290 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()
183 RK_U8 profile_id; member