Home
last modified time | relevance | path

Searched refs:dstYStride (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/
DMediaVpxVideoHelper.cpp104 size_t dstYStride = outputBufferWidth * bpp; in copyYV12FrameToOutputBuffer() local
105 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()
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.cpp1049 size_t srcYStride = 0, dstYStride = 0; in dataCallbackTimestamp() local
1087 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()