Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dvenc_ctrls.c82 u32 bframes; in venc_op_s_ctrl() local
152 ret = venc_calc_bpframes(ctrl->val, ctr->num_b_frames, &bframes, in venc_op_s_ctrl()
169 ret = venc_calc_bpframes(ctr->gop_size, ctrl->val, &bframes, in venc_op_s_ctrl()
174 ctr->num_b_frames = bframes; in venc_op_s_ctrl()
Dhfi_cmds.c745 struct hfi_max_num_b_frames *bframes = prop_data; in pkt_session_set_property_1x() local
748 bframes->max_num_b_frames = *in; in pkt_session_set_property_1x()
749 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*bframes); in pkt_session_set_property_1x()
756 intra->bframes = in->bframes; in pkt_session_set_property_1x()
Dhfi_helper.h663 u32 bframes; member
Dvenc.c731 intra_period.bframes = ctr->num_b_frames; in venc_set_properties()