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

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

Completed in 49 milliseconds