Searched refs:dstYStride (Results 1 – 2 of 2) sorted by relevance
104 size_t dstYStride = outputBufferWidth * bpp; in copyYV12FrameToOutputBuffer() local105 size_t dstUVStride = dstYStride / 2; in copyYV12FrameToOutputBuffer()112 dst += dstYStride; in copyYV12FrameToOutputBuffer()115 dst = dstStart + dstYStride * dstHeight; in copyYV12FrameToOutputBuffer()122 dst = dstStart + (5 * dstYStride * dstHeight) / 4; in copyYV12FrameToOutputBuffer()
1049 size_t srcYStride = 0, dstYStride = 0; in dataCallbackTimestamp() local1087 dstYStride = calcStride(currentVideoSize.width); in dataCallbackTimestamp()1100 dstOffset = i*dstYStride; in dataCallbackTimestamp()1106 dstBaseOffset = dstYStride * dstYScanLines; in dataCallbackTimestamp()1137 srcYStride = dstYStride; in dataCallbackTimestamp()1145 dstOffset = i*dstYStride; in dataCallbackTimestamp()