Home
last modified time | relevance | path

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

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