Searched refs:dstUVStride (Results 1 – 3 of 3) sorted by relevance
529 size_t dstUVStride = align(dstYStride / 2, 16); in copyOutputBufferToYV12Frame() local542 dst += dstUVStride; in copyOutputBufferToYV12Frame()545 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYV12Frame()549 dst += dstUVStride; in copyOutputBufferToYV12Frame()
467 size_t dstUVStride = align(dstYStride / 2, 16); in copyOutputBufferToYV12Frame() local479 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYV12Frame()483 dst += dstUVStride; in copyOutputBufferToYV12Frame()491 dst += dstUVStride; in copyOutputBufferToYV12Frame()
1050 size_t srcUVStride = 0, dstUVStride = 0; in dataCallbackTimestamp() local1088 dstUVStride = calcStride(currentVideoSize.width); in dataCallbackTimestamp()1109 dstOffset = i*dstUVStride + dstBaseOffset; in dataCallbackTimestamp()1138 srcUVStride = dstUVStride; in dataCallbackTimestamp()1152 dstBaseOffset = dstUVStride * (size_t)currentVideoSize.height; in dataCallbackTimestamp()1156 dstOffset = i*dstUVStride + dstBaseOffset; in dataCallbackTimestamp()