HomeSort by relevance Sort by last modified time
    Searched refs:parse_pair (Results 1 - 2 of 2) sorted by null

  /device/lge/mako/camera/
QCameraParameters.cpp 255 static int parse_pair(const char *str, int *first, int *second, char delim, function in namespace:android
290 int success = parse_pair(sizeStartPtr, &width, &height, 'x',
353 if (parse_pair(p, &tempX, &tempY, 'x') == 0) {
377 if (parse_pair(p, &tempX, &tempY, 'x') == 0) {
  /frameworks/av/camera/
CameraParameters.cpp 296 static int parse_pair(const char *str, int *first, int *second, char delim, function in namespace:android
331 int success = parse_pair(sizeStartPtr, &width, &height, 'x',
359 parse_pair(p, width, height, 'x');
367 parse_pair(p, width, height, 'x');
388 parse_pair(p, width, height, 'x');
412 parse_pair(p, min_fps, max_fps, ',');
438 parse_pair(p, width, height, 'x');

Completed in 75 milliseconds