Searched defs:parse_pair (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp3362 * FUNCTION : parse_pair
3377 int32_t QCameraParameters::parse_pair(const char *str, function in class:qcamera::QCameraParameters
3426 int success = parse_pair(sizeStartPtr, &width, &height, 'x',
4699 if (parse_pair(p, &tempX, &tempY, 'x') == 0) {
4743 if (parse_pair(p, &tempX, &tempY, 'x') == 0) {

Completed in 233 milliseconds