Searched refs:VAL_CHECK (Results 1 – 9 of 9) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_pps.c | 82 VAL_CHECK(ret, cur_pps->num_slice_groups_minus1 <= 1); in parser_pps() 84 VAL_CHECK(ret, cur_pps->num_ref_idx_l0_default_active_minus1 < 32); in parser_pps() 86 VAL_CHECK(ret, cur_pps->num_ref_idx_l1_default_active_minus1 < 32); in parser_pps() 89 VAL_CHECK(ret, cur_pps->weighted_bipred_idc < 3); in parser_pps() 97 VAL_CHECK(ret , cur_pps->redundant_pic_cnt_present_flag == 0); in parser_pps()
|
| H A D | h264d_sps.c | 51 VAL_CHECK(ret, hrd->cpb_cnt_minus1 < MAXIMUMVALUEOFcpb_cnt); in read_hrd_parameters() 188 VAL_CHECK (ret, (cur_sps->profile_idc == H264_PROFILE_BASELINE) in parser_sps() 219 VAL_CHECK (ret, (cur_sps->chroma_format_idc <= H264_CHROMA_444)); in parser_sps() 259 VAL_CHECK(ret, cur_sps->num_ref_frames_in_pic_order_cnt_cycle < 256); in parser_sps() 304 VAL_CHECK(ret, subset_sps->num_views_minus1 < 16); in sps_mvc_extension() 603 VAL_CHECK(ret, p_Vid->dpb_size[1] > 0); in activate_sps() 619 VAL_CHECK(ret, p_Vid->dpb_size[0] > 0); in activate_sps()
|
| H A D | h264d_slice.c | 359 VAL_CHECK(ret, cur_pps != NULL); in set_slice_user_parmeters() 386 VAL_CHECK(ret, cur_subsps != NULL); in set_slice_user_parmeters() 392 VAL_CHECK(ret, cur_sps); in set_slice_user_parmeters() 393 VAL_CHECK(ret, check_sps_pps(cur_sps, cur_subsps, cur_pps, p_Vid->p_Dec->hw_info) != MPP_NOK); in set_slice_user_parmeters()
|
| H A D | h264d_dpb.c | 364 VAL_CHECK(ret, structure != FRAME); in unmark_long_term_field_for_reference_by_frame_idx() 521 VAL_CHECK(ret, structure != FRAME); in mm_assign_long_term_frame_idx() 950 VAL_CHECK(ret, fs->is_used < 3); in write_unpaired_field() 1064 VAL_CHECK(ret, !p->idr_flag && p->adaptive_ref_pic_buffering_flag); in adaptive_memory_management() 1069 VAL_CHECK(ret, tmp_drpm->Next == NULL); in adaptive_memory_management() 1437 VAL_CHECK(ret, NULL != p); //!< if frame, check for new store in store_picture_in_dpb() 2048 VAL_CHECK(ret, p_Dpb->fs[i]->layer_id == p_Dpb->layer_id); in flush_dpb()
|
| H A D | h264d_init.c | 98 VAL_CHECK(ret, 0 == pSlice->frame_num); in decode_poc() 161 VAL_CHECK(ret, 0 == pSlice->frame_num); in decode_poc() 206 VAL_CHECK(ret, NULL != p); in store_proc_picture_in_dpb() 226 VAL_CHECK(ret, fs->frame == NULL); in store_proc_picture_in_dpb() 228 VAL_CHECK(ret, fs->top_field == NULL); in store_proc_picture_in_dpb() 230 VAL_CHECK(ret, fs->bottom_field == NULL); in store_proc_picture_in_dpb() 966 VAL_CHECK(ret, iVOIdx >= 0); //!< Error: iVOIdx: %d is not less than 0 in append_interview_list()
|
| H A D | h264d_global.h | 91 #define VAL_CHECK(ret, val, ...)\ macro
|
| H A D | h264d_parse.c | 904 VAL_CHECK(ret, (p_Inp->nal_size > 0)); in parse_prepare_avcC_data()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_global.h | 60 #define VAL_CHECK(ret, val, ...)\ macro
|
| /rockchip-linux_mpp/mpp/hal/common/av1/ |
| H A D | hal_av1d_common.h | 70 #define VAL_CHECK(ret, val, ...)\ macro
|