Searched refs:bframes (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_codec.h | 24 u32 bframes; member
|
H A D | vpu_windsor.c | 413 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 D | venc.c | 546 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 D | venc_ctrls.c | 78 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 D | hfi_cmds.c | 748 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 D | hfi_helper.h | 739 u32 bframes; member
|
H A D | venc.c | 794 intra_period.bframes = ctr->num_b_frames; in venc_set_properties()
|