• Home
  • Raw
  • Download

Lines Matching refs:prop

1656                 char prop[PROPERTY_VALUE_MAX];  in getBufNumRequired()  local
1657 memset(prop, 0, sizeof(prop)); in getBufNumRequired()
1658 property_get("persist.camera.longshot.stages", prop, "0"); in getBufNumRequired()
1659 int longshotStages = atoi(prop); in getBufNumRequired()
2871 char prop[PROPERTY_VALUE_MAX]; in configureStillMore() local
2872 property_get("persist.camera.imglib.stillmore", prop, "0"); in configureStillMore()
2873 burst_cnt = (uint32_t)atoi(prop); in configureStillMore()
6910 char prop[PROPERTY_VALUE_MAX]; in isCACEnabled() local
6911 memset(prop, 0, sizeof(prop)); in isCACEnabled()
6912 property_get("persist.camera.feature.cac", prop, "0"); in isCACEnabled()
6913 int enableCAC = atoi(prop); in isCACEnabled()
6970 char prop[PROPERTY_VALUE_MAX]; in isPreviewRestartEnabled() local
6971 memset(prop, 0, sizeof(prop)); in isPreviewRestartEnabled()
6972 property_get("persist.camera.feature.restart", prop, "0"); in isPreviewRestartEnabled()
6973 int earlyRestart = atoi(prop); in isPreviewRestartEnabled()
7427 char prop[PROPERTY_VALUE_MAX]; in isCaptureShutterEnabled() local
7428 memset(prop, 0, sizeof(prop)); in isCaptureShutterEnabled()
7429 property_get("persist.camera.feature.shutter", prop, "0"); in isCaptureShutterEnabled()
7430 int enableShutter = atoi(prop); in isCaptureShutterEnabled()
7730 char prop[PROPERTY_VALUE_MAX]; in getLogLevel() local
7733 property_get("persist.camera.hal.debug", prop, "0"); in getLogLevel()
7734 int val = atoi(prop); in getLogLevel()
7738 property_get("persist.camera.global.debug", prop, "0"); in getLogLevel()
7739 val = atoi(prop); in getLogLevel()