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

/linux-master/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c577 unsigned int max_to_copy; local
616 max_to_copy = min(comp_frame_size, ctx->comp_max_size);
618 if (ctx->comp_size < max_to_copy) {
619 u32 copy = max_to_copy - ctx->comp_size;
628 if (ctx->comp_size < max_to_copy) {

Completed in 365 milliseconds