Searched refs:props (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/img/libdrm/tests/modeprint/
H A Dmodeprint.c90 int printProperty(int fd, drmModeResPtr res, drmModePropertyPtr props, uint64_t value) argument
95 printf("Property: %s\n", props->name);
96 printf("\tid : %i\n", props->prop_id);
97 printf("\tflags : %i\n", props->flags);
98 printf("\tcount_values : %d\n", props->count_values);
101 if (props->count_values) {
103 for (j = 0; j < props->count_values; j++)
104 printf(" %lld", props->values[j]);
109 printf("\tcount_enums : %d\n", props->count_enums);
111 if (props
146 drmModePropertyPtr props; local
[all...]
/hardware/intel/img/hwcomposer/common/base/
H A DDrm.cpp529 drmModePropertyPtr props; local
531 props = drmModeGetProperty(mDrmFd, out->connector->props[i]);
532 if (!props) {
536 if (strcmp(props->name, "DPMS") == 0) {
540 props->prop_id,
544 drmModeFreeProperty(props);
552 drmModeFreeProperty(props);
/hardware/intel/img/libdrm/tests/modetest/
H A Dmodetest.c159 drmModePropertyPtr props; local
163 props = drmModeGetProperty(fd, connector->props[i]);
164 printf("\t%s, flags %d\n", props->name, props->flags);
165 drmModeFreeProperty(props);
204 printf(" props:\n");
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.c98 Atom *props; local
107 props = XRRListOutputProperties(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, &nprop);
108 if (!props) {
116 XRRGetOutputProperty(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, props[i],
120 propinfo = XRRQueryOutputProperty(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, props[i]);
122 drv_debug_msg(VIDEO_DEBUG_ERROR, "Xrandr: get output %08x prop %08x failed\n", psb_xrandr_info->extend_output->output_id, props[i]);
126 prop_name = XGetAtomName(psb_xrandr_info->dpy, props[i]);
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drmMode.c121 drmFree(ptr->props);
425 r->props = drmAllocCpy(U642VOID(conn.props_ptr), conn.count_props, sizeof(uint32_t));
433 if ((r->count_props && !r->props) ||
437 drmFree(r->props);
H A Dxf86drmMode.h264 uint32_t *props; /**< List of property ids */ member in struct:_drmModeConnector
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h372 static status_t getCaps(CameraProperties::Properties* props, OMX_HANDLETYPE handle);
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h416 static status_t getCaps(int sensorId, CameraProperties::Properties* props, OMX_HANDLETYPE handle);

Completed in 28 milliseconds