Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/test/
Dqcamera_test.cpp1276 size_t YPlane, UVPlane, YStride, UVStride, YScanlines, UVScanlines; in calcBufferSize() local
1286 UVPlane = UVStride * UVScanlines + UVAlignment; in calcBufferSize()
1287 size = YPlane + UVPlane; in calcBufferSize()