Searched refs:dstUVStride (Results 1 – 3 of 3) sorted by relevance
392 size_t dstUVStride = align(dstYStride / 2, 16); in copyOutputBufferToYV12Frame() local405 dst += dstUVStride; in copyOutputBufferToYV12Frame()408 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYV12Frame()412 dst += dstUVStride; in copyOutputBufferToYV12Frame()
399 size_t dstUVStride = align(dstYStride / 2, 16); in copyOutputBufferToYV12Frame() local411 dst = dstStart + (dstYStride * height) + (dstUVStride * height / 2); in copyOutputBufferToYV12Frame()415 dst += dstUVStride; in copyOutputBufferToYV12Frame()423 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()