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

/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.h148 status_t getSmallestSurfaceSize(const camera_info& info, int32_t *width,
203 status_t getSmallestSurfaceSize(int32_t *width, int32_t *height);
H A DCameraFlashlight.cpp419 status_t CameraDeviceClientFlashControl::getSmallestSurfaceSize( function in class:android::CameraDeviceClientFlashControl
491 res = getSmallestSurfaceSize(info, &width, &height);
785 status_t CameraHardwareInterfaceFlashControl::getSmallestSurfaceSize( function in class:android::CameraHardwareInterfaceFlashControl
867 res = getSmallestSurfaceSize(&width, &height);

Completed in 600 milliseconds