Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.h120 size_t calcYScanLines(int height);
Dqcamera_test.cpp1081 srcYScanLines = calcYScanLines(currentVideoSize.height); in dataCallbackTimestamp()
1100 dstYScanLines = calcYScanLines(currentVideoSize.height); in dataCallbackTimestamp()
1360 YScanlines = calcYScanLines(height); in calcBufferSize()
1402 size_t CameraContext::calcYScanLines(int height) in calcYScanLines() function in qcamera::CameraContext