Home
last modified time | relevance | path

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

/openbmc/linux/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()