Home
last modified time | relevance | path

Searched refs:V4L2_H264_DPB_ENTRY_FLAG_ACTIVE (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/staging/media/hantro/
A Dhantro_h264.c244 if (dpb[i].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE) in prepare_table()
276 ctx->h264_dec.dpb[i].flags &= ~V4L2_H264_DPB_ENTRY_FLAG_ACTIVE; in update_dpb()
282 if (!(ndpb->flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) in update_dpb()
293 if (cdpb->flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE || in update_dpb()
332 if (dpb[dpb_idx].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE) in hantro_h264_get_ref_buf()
355 if (!(dpb->flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) in hantro_h264_get_ref_nbr()
/linux/drivers/media/platform/mtk-vcodec/vdec/
A Dvdec_h264_req_if.c237 if (!(dpb->flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) { in get_h264_dpb_list()
388 if (dpb[i].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE) in update_dpb()
390 dpb[i].flags &= ~V4L2_H264_DPB_ENTRY_FLAG_ACTIVE; in update_dpb()
397 if (!(ndpb->flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) in update_dpb()
/linux/drivers/staging/media/rkvdec/
A Drkvdec-h264.c751 if (!(dpb[i].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) in assemble_hw_rps()
783 V4L2_H264_DPB_ENTRY_FLAG_ACTIVE); in assemble_hw_rps()
866 if (dpb[dpb_idx].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE) in get_ref_buf()
956 if (dpb[i].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE) in config_registers()
/linux/drivers/media/v4l2-core/
A Dv4l2-h264.c48 if (!(dpb[i].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) in v4l2_h264_init_reflist_builder()
/linux/drivers/staging/media/sunxi/cedrus/
A Dcedrus_h264.c132 if (!(dpb->flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) in cedrus_write_frame_list()
195 if (!(dpb->flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE)) in _cedrus_write_ref_list()
/linux/include/uapi/linux/
A Dv4l2-controls.h1529 #define V4L2_H264_DPB_ENTRY_FLAG_ACTIVE 0x02 macro
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-codec-stateless.rst688 * - ``V4L2_H264_DPB_ENTRY_FLAG_ACTIVE``

Completed in 640 milliseconds