Home
last modified time | relevance | path

Searched refs:act_frame_num (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/amphion/
H A Dvenc.c997 u32 act_frame_num) in venc_request_mem_resource() argument
1012 if (act_frame_num > ARRAY_SIZE(venc->act)) { in venc_request_mem_resource()
1013 dev_err(inst->dev, "[%d] act num(%d) is out of range\n", inst->id, act_frame_num); in venc_request_mem_resource()
1033 if (act_frame_num != 1 || act_frame_size > inst->act.length) { in venc_request_mem_resource()
1045 for (i = 0; i < act_frame_num; i++) in venc_request_mem_resource()
H A Dvpu.h216 u32 act_frame_num);