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

/drivers/staging/media/solo6x10/
H A Dv4l2-enc.c399 size_t this_copy = min(sg_dma_len(sg), local
403 memcpy(p, src + copied, this_copy);
405 if (OFF_IN_RANGE(copied, this_copy, SOF0_START + 5))
408 if (OFF_IN_RANGE(copied, this_copy, SOF0_START + 6))
410 if (OFF_IN_RANGE(copied, this_copy, SOF0_START + 7))
413 if (OFF_IN_RANGE(copied, this_copy, SOF0_START + 8))
416 copied += this_copy;

Completed in 38 milliseconds