Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCamera.cpp418 int cur_width = camera_dev->getFrameWidth(); in startRecording() local
422 cur_width != conf_width || in startRecording()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.cpp10238 int cur_width, cur_height; in getParameters() local
10245 getPictureSize(&cur_width, &cur_height); in getParameters()
10267 snprintf(buffer, sizeof(buffer), "%dx%d", cur_width, cur_height); in getParameters()