HomeSort by relevance Sort by last modified time
    Searched defs:jpegResolutions (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.h 49 const int32_t *jpegResolutions;
  /hardware/libhardware/tests/camera2/
camera2.cpp 708 const int32_t *jpegResolutions;
714 &jpegResolutions, &jpegResolutionsCount);
718 int width = jpegResolutions[0];
719 int height = jpegResolutions[1];

Completed in 463 milliseconds