Searched refs:hdr_ctrl (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c462 struct v4l2_ctrl *hdr_ctrl; local
467 hdr_ctrl = ctrl;
468 if (!hdr_ctrl || !hdr_ctrl->p_new.p)
471 switch (hdr_ctrl->id) {
473 h264 = (struct v4l2_ctrl_h264_sps *)hdr_ctrl->p_new.p;
486 h265 = (struct v4l2_ctrl_hevc_sps *)hdr_ctrl->p_new.p;
499 frame = (struct v4l2_ctrl_vp9_frame *)hdr_ctrl->p_new.p;
509 seq = (struct v4l2_ctrl_av1_sequence *)hdr_ctrl->p_new.p;
519 mtk_v4l2_vdec_dbg(3, ctx, "Not supported to set ctrl id: 0x%x\n", hdr_ctrl
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c944 struct v4l2_ctrl *hdr_ctrl; local
949 hdr_ctrl = v4l2_ctrl_find(&instance->ctx->ctrl_hdl, V4L2_CID_STATELESS_VP9_FRAME);
950 if (!hdr_ctrl || !hdr_ctrl->p_cur.p)
953 hdr = hdr_ctrl->p_cur.p;

Completed in 191 milliseconds