Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCamera.h303 status_t getConfiguredPixelFormat(uint32_t* pixelFormat) const;
DEmulatedCamera.cpp407 res = getConfiguredPixelFormat(&conf_fmt); in startRecording()
776 status_t EmulatedCamera::getConfiguredPixelFormat(uint32_t* pixelFormat) const { in getConfiguredPixelFormat() function in android::EmulatedCamera
857 res = getConfiguredPixelFormat(&org_fmt); in doStartPreview()