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

  /external/libxcam/xcore/
file_handle.cpp 61 return XCAM_RETURN_ERROR_FILE;
68 return XCAM_RETURN_ERROR_FILE;
95 return XCAM_RETURN_ERROR_FILE;
96 return (fseek (_fp, 0L, SEEK_SET) == 0) ? XCAM_RETURN_NO_ERROR : XCAM_RETURN_ERROR_FILE;
128 return XCAM_RETURN_ERROR_FILE;
141 ret = XCAM_RETURN_ERROR_FILE;
155 ret = XCAM_RETURN_ERROR_FILE;
fake_poll_thread.cpp 55 XCAM_RETURN_ERROR_FILE,
62 XCAM_RETURN_ERROR_FILE,
96 ret = XCAM_RETURN_ERROR_FILE;
image_file_handle.cpp 61 ret = XCAM_RETURN_ERROR_FILE;
88 ret = XCAM_RETURN_ERROR_FILE;
device_manager.cpp 164 XCAM_FAILED_STOP (ret = XCAM_RETURN_ERROR_FILE, "capture device not ready");
172 XCAM_FAILED_STOP (ret = XCAM_RETURN_ERROR_FILE, "event device not ready");
calibration_parser.cpp 33 return XCAM_RETURN_ERROR_FILE; \
v4l2_device.cpp 226 XCAM_FAIL_RETURN (ERROR, is_opened (), XCAM_RETURN_ERROR_FILE,
  /external/libxcam/xcore/base/
xcam_common.h 44 XCAM_RETURN_ERROR_FILE = -3,
  /external/libxcam/modules/soft/
soft_image.h 329 WARNING, fread (line_ptr, 1, line_bytes, _fp) == line_bytes, XCAM_RETURN_ERROR_FILE,
354 WARNING, fwrite (line_ptr, 1, line_bytes, _fp) == line_bytes, XCAM_RETURN_ERROR_FILE,
  /external/libxcam/tests/
test-video-stabilization.cpp 240 if (ret == XCAM_RETURN_ERROR_FILE) {
test-pipe-manager.cpp 155 ret = XCAM_RETURN_ERROR_FILE;
test-soft-image.cpp 164 return XCAM_RETURN_ERROR_FILE;
222 return XCAM_RETURN_ERROR_FILE;
test-cl-image.cpp 516 if (ret == XCAM_RETURN_ERROR_FILE) {
test-image-stitching.cpp 509 if (ret == XCAM_RETURN_ERROR_FILE) {

Completed in 128 milliseconds