Home | History | Annotate | Download | only in camera

Lines Matching full:oldstr

2160     const char *oldstr = mParameters.get(QCameraParameters::KEY_SCENE_MODE);
2162 if (str != NULL && oldstr != NULL) {
2166 if(strcmp(str,oldstr)) {
2167 ALOGV("%s: valued changed from %s to %s",__func__,oldstr, str);
2179 if(!strcmp(str, "hdr") || !strcmp(oldstr, "hdr") ) {