Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/amphion/
Dvenc.c999 u32 act_frame_num) in venc_request_mem_resource() argument
1014 if (act_frame_num > ARRAY_SIZE(venc->act)) { in venc_request_mem_resource()
1015 dev_err(inst->dev, "[%d] act num(%d) is out of range\n", inst->id, act_frame_num); in venc_request_mem_resource()
1035 if (act_frame_num != 1 || act_frame_size > inst->act.length) { in venc_request_mem_resource()
1047 for (i = 0; i < act_frame_num; i++) in venc_request_mem_resource()
Dvpu.h217 u32 act_frame_num);