Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp2501 int old_vid_w = 0, old_vid_h = 0; in setVideoSize() local
2516 parse_size(str_t, old_vid_w, old_vid_h); in setVideoSize()
2519 (old_vid_w != videoWidth || old_vid_h != videoHeight)) { in setVideoSize()