Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/
H A Drve_drv.c533 u32 error_flag; in rve_irq_handler() local
535 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() local
568 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 …]
H A Drve_job.c297 u32 error_flag; in rve_job_done() local
330 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()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c620 p->error_flag = 1; in find_ref_frame()
675 RK_U8 error_flag = 0; in dpb_set_frame_refs() local
708 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()
H A Davs2d_global.h307 RK_U8 error_flag; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c54 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()
H A Dh265d_parser.h468 RK_U8 error_flag; member
H A Dh265d_parser.c1245 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()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c602 RK_U32 error_flag = 0; in check_dpb_discontinuous() local
606 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() local
1461 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()
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Deth_common.h298 u8 error_flag; member
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_ca0132.c2047 unsigned int error_flag, unsigned int data_size) in make_scp_header() argument
2052 header |= (error_flag & 0x01) << 26; in make_scp_header()
2071 unsigned int *error_flag, unsigned int *data_size) in extract_scp_header() argument
2075 if (error_flag) in extract_scp_header()
2076 *error_flag = (header >> 26) & 0x01; in extract_scp_header()