Searched refs:attributes (Results 1 - 25 of 50) sorted by relevance

12

/hardware/intel/common/libva/test/basic/
H A Dtest_04.c25 #define TEST_DESCRIPTION "Get config attributes for all profiles / entrypoints"
39 VAConfigAttrib attributes[] = { local
48 int num_attribs = sizeof(attributes) / sizeof(VAConfigAttrib);
55 VAConfigAttrib *attrib_list = (VAConfigAttrib *) malloc(sizeof(attributes));
65 memcpy(attrib_list, attributes, sizeof(attributes));
/hardware/interfaces/media/omx/1.0/
H A DIOmxStore.hal53 * Optional service attributes:
64 * List attributes that are service-specific (not node-specific).
66 * @return attributes The list of `Attribute`s that are specific to this
72 vec<ServiceAttribute> attributes
78 * Optional node attributes to describe supported values:
83 * Optional node attributes for audio nodes to describe supported values:
87 * Optional node attributes for video nodes to describe supported values:
98 * Required node attributes for video nodes that are required by Android to
103 * Optional node attributes for decoders to describe supported values:
108 * Optional node attributes fo
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DDummyDevice.cpp134 const uint32_t *attributes,
139 if ((configs > 0) || !attributes || !values) {
150 while (attributes[i] != HWC_DISPLAY_NO_ATTRIBUTE) {
151 switch (attributes[i]) {
168 ELOGTRACE("unknown attribute %d", attributes[i]);
133 getDisplayAttributes(uint32_t configs, const uint32_t *attributes, int32_t *values) argument
H A DExternalDevice.cpp326 const uint32_t *attributes,
330 return PhysicalDevice::getDisplayAttributes(config, attributes, values);
333 return PhysicalDevice::getDisplayAttributes(config, attributes, values);
334 if (!attributes || !values)
337 while (attributes[i] != HWC_DISPLAY_NO_ATTRIBUTE) {
338 switch (attributes[i]) {
355 ELOGTRACE("unknown attribute %d", attributes[i]);
325 getDisplayAttributes(uint32_t config, const uint32_t *attributes, int32_t *values) argument
H A DPhysicalDevice.cpp212 const uint32_t *attributes,
224 if (!attributes || !values) {
236 while (attributes[i] != HWC_DISPLAY_NO_ATTRIBUTE) {
237 switch (attributes[i]) {
259 ELOGTRACE("unknown attribute %d", attributes[i]);
211 getDisplayAttributes(uint32_t config, const uint32_t *attributes, int32_t *values) argument
/hardware/qcom/display/msm8909/libdisplayconfig/
H A DDisplayConfig.cpp214 DisplayAttributes attributes; local
218 return attributes;
227 attributes.vsync_period = tmpAttributes.vsyncPeriod;
228 attributes.xres = tmpAttributes.xRes;
229 attributes.yres = tmpAttributes.yRes;
230 attributes.xdpi = tmpAttributes.xDpi;
231 attributes.ydpi = tmpAttributes.yDpi;
232 attributes.panel_type = MapDisplayPortType(tmpAttributes.panelType);
233 attributes.is_yuv = tmpAttributes.isYuv;
236 return attributes;
[all...]
/hardware/qcom/display/msm8909w_3100/libdisplayconfig/
H A DDisplayConfig.cpp214 DisplayAttributes attributes; local
218 return attributes;
227 attributes.vsync_period = tmpAttributes.vsyncPeriod;
228 attributes.xres = tmpAttributes.xRes;
229 attributes.yres = tmpAttributes.yRes;
230 attributes.xdpi = tmpAttributes.xDpi;
231 attributes.ydpi = tmpAttributes.yDpi;
232 attributes.panel_type = MapDisplayPortType(tmpAttributes.panelType);
233 attributes.is_yuv = tmpAttributes.isYuv;
236 return attributes;
[all...]
/hardware/interfaces/drm/1.1/
H A Dtypes.hal37 * attributes[0] {
100 * value. A metric may have 0 or more attributes. The fields of a Metric
105 vec<Attribute> attributes;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDummyDevice.h44 const uint32_t *attributes,
H A DExternalDevice.h42 const uint32_t *attributes,
H A DIDisplayDevice.h85 const uint32_t *attributes,
H A DPhysicalDevice.h48 const uint32_t *attributes,
H A DHwcomposer.h54 const uint32_t *attributes,
/hardware/interfaces/media/omx/1.0/vts/functional/master/
H A DVtsHalMediaOmxV1_0TargetMasterTest.cpp92 // list service attributes
94 description("list service attributes");
96 hidl_vec<IOmxStore::Attribute> attributes; local
98 ->listServiceAttributes([&status, &attributes](
102 attributes = _nl;
106 if (attributes.size() == 0) ALOGV("Warning, Attribute list empty");
/hardware/qcom/display/msm8909/sdm/include/private/
H A Dcolor_interface.h49 const PPHWAttributes &attributes,
/hardware/qcom/display/msm8909w_3100/sdm/include/private/
H A Dcolor_interface.h49 const PPHWAttributes &attributes,
/hardware/qcom/display/msm8996/sdm/include/private/
H A Dcolor_interface.h49 const PPHWAttributes &attributes,
/hardware/qcom/display/msm8998/sdm/include/private/
H A Dcolor_interface.h49 const PPHWAttributes &attributes,
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DPhysicalDevice.cpp213 const uint32_t *attributes,
225 if (!attributes || !values) {
237 while (attributes[i] != HWC_DISPLAY_NO_ATTRIBUTE) {
238 switch (attributes[i]) {
260 ETRACE("unknown attribute %d", attributes[i]);
212 getDisplayAttributes(uint32_t config, const uint32_t *attributes, int32_t *values) argument
/hardware/intel/img/hwcomposer/merrifield/include/
H A DIDisplayDevice.h85 const uint32_t *attributes,
H A DHwcomposer.h58 const uint32_t *attributes,
H A DPhysicalDevice.h60 const uint32_t *attributes,
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h694 * (*getDisplayAttributes)() returns attributes for a specific config of a
698 * The list of attributes to return is provided in the attributes
702 * array will have one less value than the attributes array.
712 uint32_t config, const uint32_t* attributes, int32_t* values);
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcModule.cpp150 const uint32_t *attributes,
154 bool ret = hwc->getDisplayAttributes(disp, config, attributes, values);
156 WTRACE("failed to get attributes of disp %d", disp);
147 hwc_getDisplayAttributes(hwc_composer_device_1_t *dev, int disp, uint32_t config, const uint32_t *attributes, int32_t *values) argument
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcModule.cpp146 const uint32_t *attributes,
151 bool ret = hwc->getDisplayAttributes(disp, config, attributes, values);
153 WLOGTRACE("failed to get attributes of disp %d", disp);
143 hwc_getDisplayAttributes(hwc_composer_device_1_t *dev, int disp, uint32_t config, const uint32_t *attributes, int32_t *values) argument

Completed in 672 milliseconds

12