Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/
DQCameraParameters.cpp1787 const char *prev_hsrStr = get(KEY_QC_VIDEO_HIGH_SPEED_RECORDING); in UpdateHFRFrameRate() local
1795 if(hsrStr != NULL && (prev_hsrStr == NULL || (strcmp(hsrStr, prev_hsrStr))) && in UpdateHFRFrameRate()
1810 (hsrStr != NULL && (prev_hsrStr == NULL || strcmp(hsrStr, prev_hsrStr)))) && in UpdateHFRFrameRate()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraParameters.cpp2012 const char *prev_hsrStr = CameraParameters::get(KEY_QC_VIDEO_HIGH_SPEED_RECORDING); in UpdateHFRFrameRate() local
2018 if ((hsrStr != NULL) && (prev_hsrStr != NULL) && strcmp(hsrStr, prev_hsrStr)) { in UpdateHFRFrameRate()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraParameters.cpp2012 const char *prev_hsrStr = CameraParameters::get(KEY_QC_VIDEO_HIGH_SPEED_RECORDING); in UpdateHFRFrameRate() local
2018 if ((hsrStr != NULL) && (prev_hsrStr != NULL) && strcmp(hsrStr, prev_hsrStr)) { in UpdateHFRFrameRate()