Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_codec.h24 u32 bframes; member
H A Dvpu_windsor.c413 u32 bframes; member
1008 static int vpu_windsor_set_bframes(struct vpu_enc_param *param, u32 bframes) in vpu_windsor_set_bframes() argument
1010 if (bframes) { in vpu_windsor_set_bframes()
1012 param->bframes = bframes; in vpu_windsor_set_bframes()
1015 param->bframes = 0; in vpu_windsor_set_bframes()
1132 vpu_windsor_set_bframes(windsor, params->bframes); in vpu_windsor_set_params()
H A Dvenc.c546 venc->params.bframes = ctrl->val; in venc_op_s_ctrl()
1198 num = scnprintf(str, size, "bframes = %d\n", venc->params.bframes); in venc_get_debug_info()
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dvenc_ctrls.c78 u32 bframes; in venc_op_s_ctrl() local
231 ret = venc_calc_bpframes(ctrl->val, ctr->num_b_frames, &bframes, in venc_op_s_ctrl()
248 ret = venc_calc_bpframes(ctr->gop_size, ctrl->val, &bframes, in venc_op_s_ctrl()
253 ctr->num_b_frames = bframes; in venc_op_s_ctrl()
H A Dhfi_cmds.c748 struct hfi_max_num_b_frames *bframes = prop_data; in pkt_session_set_property_1x() local
751 bframes->max_num_b_frames = *in; in pkt_session_set_property_1x()
752 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*bframes); in pkt_session_set_property_1x()
759 intra->bframes = in->bframes; in pkt_session_set_property_1x()
H A Dhfi_helper.h739 u32 bframes; member
H A Dvenc.c794 intra_period.bframes = ctr->num_b_frames; in venc_set_properties()