Searched defs:prop (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/display/msm8084/libqdutils/
H A Dprofiler.cpp52 char prop[PROPERTY_VALUE_MAX]; local
53 property_get("debug.gr.calcfps", prop, "0");
54 debug_fps_level = atoi(prop);
71 char prop[PROPERTY_VALUE_MAX]; local
74 property_get("debug.gr.calcfps.type", prop, "0");
75 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
78 property_get("debug.gr.calcfps.timeperiod", prop, "1000");
79 debug_fps_metadata.time_period = atoi(prop);
81 property_get("debug.gr.calcfps.period", prop, "10");
82 debug_fps_metadata.period = atoi(prop);
[all...]
/hardware/qcom/display/msm8226/libqdutils/
H A Dprofiler.cpp52 char prop[PROPERTY_VALUE_MAX]; local
53 property_get("debug.gr.calcfps", prop, "0");
54 debug_fps_level = atoi(prop);
71 char prop[PROPERTY_VALUE_MAX]; local
74 property_get("debug.gr.calcfps.type", prop, "0");
75 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop);
78 property_get("debug.gr.calcfps.timeperiod", prop, "1000");
79 debug_fps_metadata.time_period = atoi(prop);
81 property_get("debug.gr.calcfps.period", prop, "10");
82 debug_fps_metadata.period = atoi(prop);
[all...]
/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/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/libhardware/
H A Dhardware.c149 char prop[PATH_MAX]; local
168 if (property_get(prop_name, prop, NULL) > 0) {
169 if (hw_module_exists(path, sizeof(path), name, prop) == 0) {
176 if (property_get(variant_keys[i], prop, NULL) == 0) {
179 if (hw_module_exists(path, sizeof(path), name, prop) == 0) {
/hardware/intel/img/hwcomposer/ips/common/
H A DHdcpControl.cpp53 char prop[PROPERTY_VALUE_MAX]; local
54 if (property_get("debug.hwc.hdcp.enable", prop, "1") > 0) {
55 if (atoi(prop) == 0) {
107 char prop[PROPERTY_VALUE_MAX]; local
108 if (property_get("debug.hwc.hdcp.enable", prop, "1") > 0) {
109 if (atoi(prop) == 0) {
/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);
/hardware/qcom/audio/post_proc/
H A Dequalizer.c328 int16_t *prop = (int16_t *)value; local
329 prop[0] = (int16_t)equalizer_get_preset(eq_ctxt);
330 prop[1] = (int16_t)NUM_EQ_BANDS;
332 prop[2 + i] = (int16_t)equalizer_get_band_level(eq_ctxt, i);
384 int16_t *prop = (int16_t *)value; local
385 if ((int)prop[0] >= equalizer_get_num_presets(eq_ctxt)) {
389 if (prop[0] >= 0) {
390 equalizer_set_preset(eq_ctxt, (int)prop[0]);
392 if ((int)prop[1] != NUM_EQ_BANDS) {
397 equalizer_set_band_level(eq_ctxt, i, (int)prop[
[all...]
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drmMode.c477 struct drm_mode_get_property prop; local
480 prop.prop_id = property_id;
481 prop.count_enum_blobs = 0;
482 prop.count_values = 0;
483 prop.flags = 0;
484 prop.enum_blob_ptr = 0;
485 prop.values_ptr = 0;
487 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPROPERTY, &prop))
490 if (prop.count_values)
491 prop
[all...]
/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.cpp238 const char* prop = (mUnderscanSupported) ? "1" : "0"; local
239 property_set("hw.underscan_supported", prop);
374 const char* prop = "0"; local
375 property_set("hw.underscan_supported", prop);
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderAVC.cpp800 char prop[PROPERTY_VALUE_MAX]; local
801 bool widi_on = (property_get("media.widi.enabled", prop, NULL) > 0) &&
802 (!strcmp(prop, "1") || !strcasecmp(prop, "true"));
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.c104 unsigned char* prop; local
118 &nitems, &bytes_after, &prop);
122 drv_debug_msg(VIDEO_DEBUG_ERROR, "Xrandr: get output %08x prop %08x failed\n", psb_xrandr_info->extend_output->output_id, props[i]);
130 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode = (int)((INT32*)prop)[0];
133 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_XRes = (int)((INT32*)prop)[0];
136 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_YRes = (int)((INT32*)prop)[0];
139 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_X_Offset = (int)((INT32*)prop)[0];
142 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_Y_Offset = (int)((INT32*)prop)[0];
145 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_Center = (int)((INT32*)prop)[0];
148 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_SubTitle = (int)((INT32*)prop)[
[all...]
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.cpp238 const char* prop = (mUnderscanSupported) ? "1" : "0"; local
239 property_set("hw.underscan_supported", prop);
374 const char* prop = "0"; local
375 property_set("hw.underscan_supported", prop);
/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/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/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/ti/omap4-aah/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::CAMERA_SENSOR_ID[] = "prop-sensor-id";
33 const char CameraProperties::ORIENTATION_INDEX[]="prop-orientation";
34 const char CameraProperties::FACING_INDEX[]="prop-facing";
35 const char CameraProperties::SUPPORTED_PREVIEW_SIZES[] = "prop-preview-size-values";
36 const char CameraProperties::SUPPORTED_PREVIEW_SUBSAMPLED_SIZES[] = "prop-preview-subsampled-size-values";
37 const char CameraProperties::SUPPORTED_PREVIEW_TOPBOTTOM_SIZES[] = "prop-preview-topbottom-size-values";
38 const char CameraProperties::SUPPORTED_PREVIEW_SIDEBYSIDE_SIZES[] = "prop
166 set(const char * const prop, const char * const value) argument
176 set(const char * const prop, const int value) argument
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp3483 SWVDEC_PROP prop; local
3484 prop.ePropId = SWVDEC_PROP_ID_DIMENSIONS;
3485 prop.uProperty.sDimensions.nWidth = portDefn->format.video.nFrameWidth;
3486 prop.uProperty.sDimensions.nHeight= portDefn->format.video.nFrameHeight;
3487 SwVdec_SetProperty(m_pSwVdec,&prop);
3488 prop.ePropId = SWVDEC_PROP_ID_FRAME_ATTR;
3489 prop.uProperty.sFrameAttr.eColorFormat = SWVDEC_FORMAT_NV12;
3490 ret = SwVdec_SetProperty(m_pSwVdec,&prop);
3566 SWVDEC_PROP prop; local
3567 prop
3973 SWVDEC_PROP prop; local
4406 SWVDEC_PROP prop; local
10465 SWVDEC_PROP prop; local
[all...]

Completed in 543 milliseconds