Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/test/
Dqcamera_test.h326 size_t UVStride; member
Dqcamera_test.cpp1013 mInterpr->mViVBuff.UVStride = srcUVStride; in dataCallbackTimestamp()
1029 srcUVStride = mInterpr->mViVBuff.UVStride; in dataCallbackTimestamp()
1276 size_t YPlane, UVPlane, YStride, UVStride, YScanlines, UVScanlines; in calcBufferSize() local
1282 UVStride = calcStride(width); in calcBufferSize()
1286 UVPlane = UVStride * UVScanlines + UVAlignment; in calcBufferSize()