Searched refs:tempX (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp4698 int tempX, tempY; local
4699 if (parse_pair(p, &tempX, &tempY, 'x') == 0) {
4700 *x = tempX;
4742 int tempX, tempY; local
4743 if (parse_pair(p, &tempX, &tempY, 'x') == 0) {
4744 *x = tempX;

Completed in 412 milliseconds