Searched refs:error_flag (Results 1 – 10 of 10) sorted by relevance
533 u32 error_flag; in rve_irq_handler() local535 error_flag = rve_read(RVE_SWREG6_IVE_WORK_STA, scheduler); in rve_irq_handler()537 if (error_flag & 0x6) { in rve_irq_handler()538 pr_err("irq thread work_status[%x]\n", error_flag); in rve_irq_handler()540 if (error_flag & 0x2) in rve_irq_handler()542 else if (error_flag & 0x4) in rve_irq_handler()558 u32 error_flag; in rve_irq_thread() local568 error_flag = rve_read(RVE_SWREG6_IVE_WORK_STA, scheduler); in rve_irq_thread()571 pr_err("irq thread work_status[%x]\n", error_flag); in rve_irq_thread()572 if (error_flag & 0x6) { in rve_irq_thread()[all …]
297 u32 error_flag; in rve_job_done() local330 error_flag = rve_read(RVE_SWREG6_IVE_WORK_STA, scheduler); in rve_job_done()335 pr_info("irq thread work_status[%.8x]\n", error_flag); in rve_job_done()
620 p->error_flag = 1; in find_ref_frame()675 RK_U8 error_flag = 0; in dpb_set_frame_refs() local708 error_flag = 1; in dpb_set_frame_refs()712 error_flag = 1; in dpb_set_frame_refs()723 error_flag = 1; in dpb_set_frame_refs()731 error_flag = 1; in dpb_set_frame_refs()741 if (error_flag) { in dpb_set_frame_refs()
307 RK_U8 error_flag; member
54 frame->error_flag = 0; in mpp_hevc_unref_frame()253 ref->error_flag = 1; in add_candidate_ref()264 if (ref->error_flag && cur_used) { in add_candidate_ref()
468 RK_U8 error_flag; member
1245 s->ref->error_flag = 1; in hevc_frame_start()2099 s->DPB[i].error_flag = 0; in hevc_init_context()2263 s->DPB[i].error_flag = 1; in h265d_callback()
602 RK_U32 error_flag = 0; in check_dpb_discontinuous() local606 error_flag = 1; in check_dpb_discontinuous()612 error_flag = 1; in check_dpb_discontinuous()615 currSlice->p_Dec->errctx.cur_err_flag |= error_flag ? 1 : 0; in check_dpb_discontinuous()616 currSlice->p_Dec->errctx.dpb_err_flag |= error_flag ? 1 : 0; in check_dpb_discontinuous()1444 RK_U32 error_flag = 0; in check_ref_pic_list() local1461 error_flag = 1; in check_ref_pic_list()1468 error_flag = 0; in check_ref_pic_list()1476 dpb_error_flag |= error_flag; in check_ref_pic_list()
298 u8 error_flag; member
2047 unsigned int error_flag, unsigned int data_size) in make_scp_header() argument2052 header |= (error_flag & 0x01) << 26; in make_scp_header()2071 unsigned int *error_flag, unsigned int *data_size) in extract_scp_header() argument2075 if (error_flag) in extract_scp_header()2076 *error_flag = (header >> 26) & 0x01; in extract_scp_header()