Searched refs:getJpegMaxSize (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/camera/ | ||
D | HwCamera.h | 109 virtual int32_t getJpegMaxSize() const; |
D | HwCamera.cpp | 238 int32_t HwCamera::getJpegMaxSize() const { in getJpegMaxSize() function in android::hardware::camera::provider::implementation::hw::HwCamera |
D | CameraDevice.cpp | 181 m[ANDROID_JPEG_MAX_SIZE] = int32_t(mHwCamera->getJpegMaxSize()); in getCameraCharacteristics() |