Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/qcom/venus/
Dvenc_ctrls.c77 u32 bframes; in venc_op_s_ctrl() local
230 ret = venc_calc_bpframes(ctrl->val, ctr->num_b_frames, &bframes, in venc_op_s_ctrl()
247 ret = venc_calc_bpframes(ctr->gop_size, ctrl->val, &bframes, in venc_op_s_ctrl()
252 ctr->num_b_frames = bframes; in venc_op_s_ctrl()
Dhfi_cmds.c738 struct hfi_max_num_b_frames *bframes = prop_data; in pkt_session_set_property_1x() local
741 bframes->max_num_b_frames = *in; in pkt_session_set_property_1x()
742 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*bframes); in pkt_session_set_property_1x()
749 intra->bframes = in->bframes; in pkt_session_set_property_1x()
Dhfi_helper.h712 u32 bframes; member
Dvenc.c729 intra_period.bframes = ctr->num_b_frames; in venc_set_properties()
/linux-5.19.10/drivers/media/platform/amphion/
Dvpu_codec.h24 u32 bframes; member
Dvpu_windsor.c415 u32 bframes; member
1003 static int vpu_windsor_set_bframes(struct vpu_enc_param *param, u32 bframes) in vpu_windsor_set_bframes() argument
1005 if (bframes) { in vpu_windsor_set_bframes()
1007 param->bframes = bframes; in vpu_windsor_set_bframes()
1010 param->bframes = 0; in vpu_windsor_set_bframes()
1127 vpu_windsor_set_bframes(windsor, params->bframes); in vpu_windsor_set_params()
Dvenc.c555 venc->params.bframes = ctrl->val; in venc_op_s_ctrl()
1209 num = scnprintf(str, size, "bframes = %d\n", venc->params.bframes); in venc_get_debug_info()