/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraParameters.cpp | 267 static int parse_pair(const char *str, int *first, int *second, char delim, in parse_pair() function 302 int success = parse_pair(sizeStartPtr, &width, &height, 'x', in parseSizesList() 361 if (parse_pair(p, &tempX, &tempY, 'x') == 0) { in getTouchIndexAec() 385 if (parse_pair(p, &tempX, &tempY, 'x') == 0) { in getTouchIndexAf()
|
/device/lge/mako/camera/ |
D | QCameraParameters.cpp | 255 static int parse_pair(const char *str, int *first, int *second, char delim, in parse_pair() function 290 int success = parse_pair(sizeStartPtr, &width, &height, 'x', in parseSizesList() 353 if (parse_pair(p, &tempX, &tempY, 'x') == 0) { in getTouchIndexAec() 377 if (parse_pair(p, &tempX, &tempY, 'x') == 0) { in getTouchIndexAf()
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 504 int32_t parse_pair(const char *str, int *first, int *second,
|
D | QCameraParameters.cpp | 3377 int32_t QCameraParameters::parse_pair(const char *str, in parse_pair() function in qcamera::QCameraParameters 3426 int success = parse_pair(sizeStartPtr, &width, &height, 'x', in parseSizesList() 4699 if (parse_pair(p, &tempX, &tempY, 'x') == 0) { in getTouchIndexAec() 4743 if (parse_pair(p, &tempX, &tempY, 'x') == 0) { in getTouchIndexAf()
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 503 int32_t parse_pair(const char *str, int *first, int *second,
|
D | QCameraParameters.cpp | 3377 int32_t QCameraParameters::parse_pair(const char *str, in parse_pair() function in qcamera::QCameraParameters 3426 int success = parse_pair(sizeStartPtr, &width, &height, 'x', in parseSizesList() 4699 if (parse_pair(p, &tempX, &tempY, 'x') == 0) { in getTouchIndexAec() 4743 if (parse_pair(p, &tempX, &tempY, 'x') == 0) { in getTouchIndexAf()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 730 int32_t parse_pair(const char *str, int *first, int *second,
|
D | QCameraParameters.cpp | 4615 int32_t QCameraParameters::parse_pair(const char *str, in parse_pair() function in qcamera::QCameraParameters 4664 int success = parse_pair(sizeStartPtr, &width, &height, 'x', in parseSizesList() 6820 if (parse_pair(p, &tempX, &tempY, 'x') == 0) { in getTouchIndexAec() 6864 if (parse_pair(p, &tempX, &tempY, 'x') == 0) { in getTouchIndexAf()
|