Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCamera.cpp413 int conf_width = -1, conf_height = -1; in startRecording() local
414 res = getConfiguredFrameSize(&conf_width, &conf_height); in startRecording()
424 cur_height != conf_height) { in startRecording()
428 if (!camera_dev->requestRestart(conf_width, conf_height, conf_fmt, in startRecording()