Home | History | Annotate | Download | only in camera

Lines Matching full:flash_str

5911     const char *flash_str = mParameters.get(QCameraParameters::KEY_FLASH_MODE);
5912 if(flash_str){
5918 if(!strcmp(flash_str,"on"))
5921 if(!strcmp(flash_str,"off"))
5924 if(!strcmp(flash_str,"auto")){