Searched defs:jpegResolutions (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCamera2.h49 const int32_t *jpegResolutions; member in struct:android::ExynosCamera2Info
/hardware/libhardware/tests/camera2/
H A Dcamera2.cpp711 const int32_t *jpegResolutions; local
717 &jpegResolutions, &jpegResolutionsCount);
721 int width = jpegResolutions[0];
722 int height = jpegResolutions[1];

Completed in 263 milliseconds