Searched refs:dstStart (Results 1 – 2 of 2) sorted by relevance
393 uint8_t *dstStart = dst; in copyOutputBufferToYV12Frame() local401 dst = dstStart + dstYStride * height; in copyOutputBufferToYV12Frame()408 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYV12Frame()
402 uint8_t *dstStart = dst; in copyOutputBufferToYV12Frame() local411 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYV12Frame()419 dst = dstStart + (dstYStride * height); in copyOutputBufferToYV12Frame()