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

  /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');
  /external/qemu/
json-parser.c 270 static int parse_pair(JSONParserContext *ctxt, QDict *dict, QList **tokens, va_list *ap) function
328 if (parse_pair(ctxt, dict, &working, ap) == -1) {
341 if (parse_pair(ctxt, dict, &working, ap) == -1) {
  /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) {

Completed in 2245 milliseconds