Home
last modified time | relevance | path

Searched refs:parse_pair (Results 1 – 3 of 3) 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,
DQCameraParameters.cpp1537 parse_pair(prop, &width, &height, 'x', NULL); in setPreviewSize()
1621 parse_pair(prop, &width, &height, 'x', NULL); in setPictureSize()
6546 int32_t QCameraParameters::parse_pair(const char *str, in parse_pair() function in qcamera::QCameraParameters
6595 int success = parse_pair(sizeStartPtr, &width, &height, 'x', in parseSizesList()