Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.cpp1353 size_t YPlane, UVPlane, YStride, UVStride, YScanlines, UVScanlines; in calcBufferSize() local
1363 UVPlane = UVStride * UVScanlines + UVAlignment; in calcBufferSize()
1364 size = YPlane + UVPlane; in calcBufferSize()