Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h330 size_t UVStride; member
Dqcamera_test.cpp1077 mInterpr->mViVBuff.UVStride = srcUVStride; in dataCallbackTimestamp()
1093 srcUVStride = mInterpr->mViVBuff.UVStride; in dataCallbackTimestamp()
1342 size_t YPlane, UVPlane, YStride, UVStride, YScanlines, UVScanlines; in calcBufferSize() local
1348 UVStride = calcStride(width); in calcBufferSize()
1352 UVPlane = UVStride * UVScanlines + UVAlignment; in calcBufferSize()