Home
last modified time | relevance | path

Searched refs:parse_pair (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/common/1.0/default/
DCameraParameters.cpp304 static int parse_pair(const char *str, int *first, int *second, char delim, in parse_pair() function
339 int success = parse_pair(sizeStartPtr, &width, &height, 'x', in parseSizesList()
367 parse_pair(p, width, height, 'x'); in getPreviewSize()
375 parse_pair(p, width, height, 'x'); in getPreferredPreviewSizeForVideo()
396 parse_pair(p, width, height, 'x'); in getVideoSize()
420 parse_pair(p, min_fps, max_fps, ','); in getPreviewFpsRange()
446 parse_pair(p, width, height, 'x'); in getPictureSize()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h1089 int32_t parse_pair(const char *str, int *first, int *second,