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

  /frameworks/av/camera/
CameraParameters2.cpp 185 static int parse_pair(const char *str, int *first, int *second, char delim,
220 int success = parse_pair(sizeStartPtr, &width, &height, 'x',
248 parse_pair(p, width, height, 'x');
256 parse_pair(p, width, height, 'x');
277 parse_pair(p, width, height, 'x');
301 parse_pair(p, min_fps, max_fps, ',');
333 parse_pair(p, width, height, 'x');
CameraParameters.cpp 297 static int parse_pair(const char *str, int *first, int *second, char delim, function in namespace:android
332 int success = parse_pair(sizeStartPtr, &width, &height, 'x',
360 parse_pair(p, width, height, 'x');
368 parse_pair(p, width, height, 'x');
389 parse_pair(p, width, height, 'x');
413 parse_pair(p, min_fps, max_fps, ',');
439 parse_pair(p, width, height, 'x');
  /hardware/interfaces/camera/common/1.0/default/
CameraParameters.cpp 304 static int parse_pair(const char *str, int *first, int *second, char delim, function in namespace:android::hardware::camera::common::V1_0::helper
339 int success = parse_pair(sizeStartPtr, &width, &height, 'x',
367 parse_pair(p, width, height, 'x');
375 parse_pair(p, width, height, 'x');
396 parse_pair(p, width, height, 'x');
420 parse_pair(p, min_fps, max_fps, ',');
446 parse_pair(p, width, height, 'x');
  /device/google/marlin/camera/QCamera2/HAL/
QCameraParameters.h     [all...]
QCameraParameters.cpp 6283 int32_t QCameraParameters::parse_pair(const char *str, function in class:qcamera::QCameraParameters
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.h     [all...]
QCameraParameters.cpp 5531 int32_t QCameraParameters::parse_pair(const char *str, function in class:qcamera::QCameraParameters
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.h     [all...]
QCameraParameters.cpp 5531 int32_t QCameraParameters::parse_pair(const char *str, function in class:qcamera::QCameraParameters
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraParameters.h     [all...]
QCameraParameters.cpp 6546 int32_t QCameraParameters::parse_pair(const char *str, function in class:qcamera::QCameraParameters
    [all...]

Completed in 199 milliseconds