Home
last modified time | relevance | path

Searched refs:getJpegMaxSize (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/camera/
DHwCamera.h109 virtual int32_t getJpegMaxSize() const;
DHwCamera.cpp238 int32_t HwCamera::getJpegMaxSize() const { in getJpegMaxSize() function in android::hardware::camera::provider::implementation::hw::HwCamera
DCameraDevice.cpp181 m[ANDROID_JPEG_MAX_SIZE] = int32_t(mHwCamera->getJpegMaxSize()); in getCameraCharacteristics()