Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.h331 size_t UVStride; member
Dqcamera_test.cpp1088 mInterpr->mViVBuff.UVStride = srcUVStride; in dataCallbackTimestamp()
1104 srcUVStride = mInterpr->mViVBuff.UVStride; in dataCallbackTimestamp()
1353 size_t YPlane, UVPlane, YStride, UVStride, YScanlines, UVScanlines; in calcBufferSize() local
1359 UVStride = calcStride(width); in calcBufferSize()
1363 UVPlane = UVStride * UVScanlines + UVAlignment; in calcBufferSize()