Home
last modified time | relevance | path

Searched refs:getSmallestSurfaceSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.h156 status_t getSmallestSurfaceSize(int32_t *width, int32_t *height);
DCameraFlashlight.cpp451 status_t CameraHardwareInterfaceFlashControl::getSmallestSurfaceSize( in getSmallestSurfaceSize() function in android::CameraHardwareInterfaceFlashControl
533 res = getSmallestSurfaceSize(&width, &height); in connectCameraDevice()