Searched refs:ltr_use (Results 1 – 2 of 2) sorted by relevance
76 struct hfi_ltr_use ltr_use; in venc_op_s_ctrl() local303 ltr_use.ref_ltr = ctrl->val; in venc_op_s_ctrl()304 ltr_use.use_constrnt = true; in venc_op_s_ctrl()305 ltr_use.frames = 0; in venc_op_s_ctrl()306 ret = hfi_session_set_property(inst, ptype, <r_use); in venc_op_s_ctrl()
956 struct hfi_ltr_use *in = pdata, *ltr_use = prop_data; in pkt_session_set_property_1x() local958 ltr_use->frames = in->frames; in pkt_session_set_property_1x()959 ltr_use->ref_ltr = in->ref_ltr; in pkt_session_set_property_1x()960 ltr_use->use_constrnt = in->use_constrnt; in pkt_session_set_property_1x()961 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*ltr_use); in pkt_session_set_property_1x()