Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h120 size_t calcYScanLines(int height);
Dqcamera_test.cpp1070 srcYScanLines = calcYScanLines(currentVideoSize.height); in dataCallbackTimestamp()
1089 dstYScanLines = calcYScanLines(currentVideoSize.height); in dataCallbackTimestamp()
1349 YScanlines = calcYScanLines(height); in calcBufferSize()
1391 size_t CameraContext::calcYScanLines(int height) in calcYScanLines() function in qcamera::CameraContext