Home
last modified time | relevance | path

Searched refs:bframes (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dvenc_ctrls.c75 u32 bframes; in venc_op_s_ctrl() local
165 ret = venc_calc_bpframes(ctrl->val, ctr->num_b_frames, &bframes, in venc_op_s_ctrl()
182 ret = venc_calc_bpframes(ctr->gop_size, ctrl->val, &bframes, in venc_op_s_ctrl()
187 ctr->num_b_frames = bframes; in venc_op_s_ctrl()
Dhfi_cmds.c737 struct hfi_max_num_b_frames *bframes = prop_data; in pkt_session_set_property_1x() local
740 bframes->max_num_b_frames = *in; in pkt_session_set_property_1x()
741 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*bframes); in pkt_session_set_property_1x()
748 intra->bframes = in->bframes; in pkt_session_set_property_1x()
Dhfi_helper.h676 u32 bframes; member
Dvenc.c615 intra_period.bframes = ctr->num_b_frames; in venc_set_properties()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch205498 + vpu_dbg(LVL_CTRL, "set bframes %d\n", ctrl->val);