Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/vicodec/
Dvicodec-core.c1606 unsigned int total_planes_size; in vicodec_start_streaming() local
1626 total_planes_size = total_frame_size(q_data); in vicodec_start_streaming()
1627 ctx->comp_max_size = total_planes_size; in vicodec_start_streaming()
1642 state->ref_frame.buf = kvmalloc(total_planes_size, GFP_KERNEL); in vicodec_start_streaming()