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

/device/generic/goldfish/camera/
H A DEmulatedCamera.cpp423 int conf_width = -1, conf_height = -1; local
424 res = getConfiguredFrameSize(&conf_width, &conf_height);
433 cur_width != conf_width ||
438 if (!camera_dev->requestRestart(conf_width, conf_height, conf_fmt,

Completed in 7 milliseconds