Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCamera.h304 status_t getConfiguredFrameSize(int* width, int* height) const;
DEmulatedCamera.cpp414 res = getConfiguredFrameSize(&conf_width, &conf_height); in startRecording()
802 status_t EmulatedCamera::getConfiguredFrameSize(int* outWidth, in getConfiguredFrameSize() function in android::EmulatedCamera
850 res = getConfiguredFrameSize(&width, &height); in doStartPreview()