Searched refs:prop (Results 1 - 13 of 13) sorted by last modified time

/hardware/ti/omap4xxx/camera/
H A DCameraParameters.cpp29 const char CameraProperties::INVALID[]="prop-invalid-key";
30 const char CameraProperties::CAMERA_NAME[]="prop-camera-name";
31 const char CameraProperties::CAMERA_SENSOR_INDEX[]="prop-sensor-index";
32 const char CameraProperties::ORIENTATION_INDEX[]="prop-orientation";
33 const char CameraProperties::FACING_INDEX[]="prop-facing";
34 const char CameraProperties::S3D_SUPPORTED[]="prop-s3d-supported";
35 const char CameraProperties::SUPPORTED_PREVIEW_SIZES[] = "prop-preview-size-values";
36 const char CameraProperties::SUPPORTED_PREVIEW_FORMATS[] = "prop-preview-format-values";
37 const char CameraProperties::SUPPORTED_PREVIEW_FRAME_RATES[] = "prop-preview-frame-rate-values";
38 const char CameraProperties::SUPPORTED_PICTURE_SIZES[] = "prop
139 set(const char *prop, const char *value) argument
149 set(const char *prop, int value) argument
158 get(const char * prop) argument
[all...]
/hardware/ti/omap4xxx/camera/inc/
H A DCameraProperties.h165 ssize_t set(const char *prop, const char *value);
166 ssize_t set(const char *prop, int value);
167 const char* get(const char * prop);
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp289 const char* prop = (mUnderscanSupported) ? "1" : "0"; local
290 property_set("hw.underscan_supported", prop);
479 const char* prop = "0"; local
480 property_set("hw.underscan_supported", prop);
/hardware/qcom/display/msm8960/libqdutils/
H A Dprofiler.cpp49 char prop[PROPERTY_VALUE_MAX]; local
50 property_get("debug.gr.calcfps", prop, "0");
51 debug_fps_level = atoi(prop);
68 char prop[PROPERTY_VALUE_MAX]; local
71 property_get("debug.gr.calcfps.type", prop, "0");
72 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
75 property_get("debug.gr.calcfps.timeperiod", prop, "1000");
76 debug_fps_metadata.time_period = atoi(prop);
78 property_get("debug.gr.calcfps.period", prop, "10");
79 debug_fps_metadata.period = atoi(prop);
[all...]
/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.cpp340 const char* prop = (mUnderscanSupported) ? "1" : "0"; local
341 property_set("hw.underscan_supported", prop);
477 const char* prop = "0"; local
478 property_set("hw.underscan_supported", prop);
/hardware/qcom/display/msm8974/libqdutils/
H A Dprofiler.cpp49 char prop[PROPERTY_VALUE_MAX]; local
50 property_get("debug.gr.calcfps", prop, "0");
51 debug_fps_level = atoi(prop);
68 char prop[PROPERTY_VALUE_MAX]; local
71 property_get("debug.gr.calcfps.type", prop, "0");
72 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
75 property_get("debug.gr.calcfps.timeperiod", prop, "1000");
76 debug_fps_metadata.time_period = atoi(prop);
78 property_get("debug.gr.calcfps.period", prop, "10");
79 debug_fps_metadata.period = atoi(prop);
[all...]
/hardware/qcom/display/msm8x26/libexternal/
H A Dexternal.cpp289 const char* prop = (mUnderscanSupported) ? "1" : "0"; local
290 property_set("hw.underscan_supported", prop);
479 const char* prop = "0"; local
480 property_set("hw.underscan_supported", prop);
/hardware/qcom/display/msm8x26/libqdutils/
H A Dprofiler.cpp49 char prop[PROPERTY_VALUE_MAX]; local
50 property_get("debug.gr.calcfps", prop, "0");
51 debug_fps_level = atoi(prop);
68 char prop[PROPERTY_VALUE_MAX]; local
71 property_get("debug.gr.calcfps.type", prop, "0");
72 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
75 property_get("debug.gr.calcfps.timeperiod", prop, "1000");
76 debug_fps_metadata.time_period = atoi(prop);
78 property_get("debug.gr.calcfps.period", prop, "10");
79 debug_fps_metadata.period = atoi(prop);
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp3917 char prop[PROPERTY_VALUE_MAX]; local
3918 memset(prop, 0, sizeof(prop));
3919 property_get("persist.camera.feature.cac", prop, "0");
3920 int enableCAC = atoi(prop);
H A DQCameraParameters.cpp2267 char prop[PROPERTY_VALUE_MAX]; local
2268 memset(prop, 0, sizeof(prop));
2269 property_get("persist.capture.burst.exposures", prop, "");
2270 if (strlen(prop) > 0) {
2271 set(KEY_QC_CAPTURE_BURST_EXPOSURE, prop);
2430 char prop[PROPERTY_VALUE_MAX]; local
2431 memset(prop, 0, sizeof(prop));
2432 strcpy(prop, str_va
2625 char prop[PROPERTY_VALUE_MAX]; local
3155 char prop[PROPERTY_VALUE_MAX]; local
4574 char prop[PROPERTY_VALUE_MAX]; local
4778 char prop[PROPERTY_VALUE_MAX]; local
5140 char prop[PROPERTY_VALUE_MAX]; local
[all...]
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp4415 char prop[PROPERTY_VALUE_MAX]; local
4416 memset(prop, 0, sizeof(prop));
4417 property_get("persist.denoise.process.plates", prop, "0");
4418 int processPlate = atoi(prop);
/hardware/libhardware/
H A Dhardware.c126 char prop[PATH_MAX]; local
145 if (property_get(variant_keys[i], prop, NULL) == 0) {
149 HAL_LIBRARY_PATH2, name, prop);
153 HAL_LIBRARY_PATH1, name, prop);
/hardware/libhardware_legacy/qemu/
H A Dqemu.c160 char prop[PROPERTY_VALUE_MAX]; local
167 if (property_get(key, prop, "") == 0) {
173 "/dev/%s", prop);
175 D("%s device name too long: '%s'", name, prop);

Completed in 362 milliseconds