Searched refs:V4L2_H264_DPB_ENTRY_FLAG_ACTIVE (Results 1 – 9 of 9) sorted by relevance
60 if (!(dpb->flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) { in mtk_vdec_h264_fill_dpb_info()251 if (dpb[i].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE) in mtk_vdec_h264_update_dpb()253 dpb[i].flags &= ~V4L2_H264_DPB_ENTRY_FLAG_ACTIVE; in mtk_vdec_h264_update_dpb()260 if (!(ndpb->flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) in mtk_vdec_h264_update_dpb()
364 if (dpb[dpb_idx].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE) in hantro_h264_get_ref_buf()392 if (!(dpb->flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) in hantro_h264_get_ref_nbr()
747 if (dpb[i].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE) { in lookup_ref_buf_idx()780 if (!(dpb[i].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) in assemble_hw_rps()965 if (dpb[i].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE) in config_registers()
125 if (!(dpb->flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) in cedrus_write_frame_list()215 if (!(dpb->flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) in _cedrus_write_ref_list()
291 {V4L2_H264_DPB_ENTRY_FLAG_ACTIVE, "ACTIVE"},
56 if (!(dpb[i].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) in v4l2_h264_init_reflist_builder()
664 if (dpb[dpb_idx].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE) in get_ref_buf()
1522 #define V4L2_H264_DPB_ENTRY_FLAG_ACTIVE 0x02 macro
700 * - ``V4L2_H264_DPB_ENTRY_FLAG_ACTIVE``
Completed in 39 milliseconds