Home
last modified time | relevance | path

Searched refs:total_planes_size (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c1566 unsigned int total_planes_size; in vicodec_start_streaming() local
1585 total_planes_size = total_frame_size(q_data); in vicodec_start_streaming()
1586 ctx->comp_max_size = total_planes_size; in vicodec_start_streaming()
1601 state->ref_frame.buf = kvmalloc(total_planes_size, GFP_KERNEL); in vicodec_start_streaming()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c1557 unsigned int total_planes_size; in vicodec_start_streaming() local
1576 total_planes_size = total_frame_size(q_data); in vicodec_start_streaming()
1577 ctx->comp_max_size = total_planes_size; in vicodec_start_streaming()
1592 state->ref_frame.buf = kvmalloc(total_planes_size, GFP_KERNEL); in vicodec_start_streaming()

Completed in 6 milliseconds