Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 58) sorted by relevance

123

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapabilities.cpp601 char supported[MAX_PROP_VALUE_LENGTH]; in insertImageSizes() local
624 memset(supported, '\0', MAX_PROP_VALUE_LENGTH); in insertImageSizes()
632 supported, in insertImageSizes()
638 params->set(CameraProperties::SUPPORTED_PICTURE_SIZES, supported); in insertImageSizes()
650 supported, in insertImageSizes()
656 params->set(CameraProperties::SUPPORTED_PICTURE_TOPBOTTOM_SIZES, supported); in insertImageSizes()
661 params->set(CameraProperties::SUPPORTED_PICTURE_TOPBOTTOM_SIZES, supported); in insertImageSizes()
664 memset(supported, '\0', MAX_PROP_VALUE_LENGTH); in insertImageSizes()
671 supported, in insertImageSizes()
677 params->set(CameraProperties::SUPPORTED_PICTURE_SIDEBYSIDE_SIZES, supported); in insertImageSizes()
[all …]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCapabilities.cpp460 char supported[MAX_PROP_VALUE_LENGTH]; in insertImageSizes() local
464 memset(supported, '\0', MAX_PROP_VALUE_LENGTH); in insertImageSizes()
469 supported, in insertImageSizes()
475 remove_last_sep(supported); in insertImageSizes()
476 params->set(CameraProperties::SUPPORTED_PICTURE_SIZES, supported); in insertImageSizes()
486 char supported[MAX_PROP_VALUE_LENGTH]; in insertPreviewSizes() local
490 memset(supported, '\0', MAX_PROP_VALUE_LENGTH); in insertPreviewSizes()
495 supported, in insertPreviewSizes()
501 remove_last_sep(supported); in insertPreviewSizes()
502 params->set(CameraProperties::SUPPORTED_PREVIEW_SIZES, supported); in insertPreviewSizes()
[all …]
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCapabilities.cpp106 char supported[MAX_PROP_VALUE_LENGTH]; in insertPreviewFormats() local
108 memset(supported, '\0', MAX_PROP_VALUE_LENGTH); in insertPreviewFormats()
112 strncat (supported, mPixelformats[j].param, MAX_PROP_VALUE_LENGTH-1 ); in insertPreviewFormats()
113 strncat (supported, PARAM_SEP, 1 ); in insertPreviewFormats()
117 strncat(supported, android::CameraParameters::PIXEL_FORMAT_YUV420P, MAX_PROP_VALUE_LENGTH - 1); in insertPreviewFormats()
118 params->set(CameraProperties::SUPPORTED_PREVIEW_FORMATS, supported); in insertPreviewFormats()
124 char supported[MAX_PROP_VALUE_LENGTH]; in insertPreviewSizes() local
126 memset(supported, '\0', MAX_PROP_VALUE_LENGTH); in insertPreviewSizes()
128 if (supported[0] != '\0') { in insertPreviewSizes()
129 strncat(supported, PARAM_SEP, 1); in insertPreviewSizes()
[all …]
/hardware/ti/omap4xxx/security/tf_sdk/include/
Ds_type.h62 #error This compiler is not supported.
69 #error This compiler is not supported.
76 #error This compiler is not supported.
/hardware/ti/omap4-aah/security/tf_sdk/include/
Ds_type.h62 #error This compiler is not supported.
69 #error This compiler is not supported.
76 #error This compiler is not supported.
/hardware/bsp/intel/peripheral/libmraa/docs/
Dintel_nuc5.md7 supported.
9 The NUCs supported are the NUC5i5MYBE & NUC5i3MYBE which also come as the
11 in a very similar way so could be supported, get in touch if you have one!
Dindex.md8 runtime you can create portable code that will work across the supported
12 their sensors & actuators on top of supported hardware and to allow control of
38 Specific platform information for supported platforms is documented here:
Dindex.java.md8 runtime you can create portable code that will work across the supported
12 their sensors & actuators on top of supported hardware and to allow control of
38 Specific platform information for supported platforms is documented here:
Dchangelog.md68 * Node.js ISR now supported
91 * Node GYP build supported added
121 * galileo gen2 gpio modes supported
154 * Detection of different supported platforms added.
Dplatform-hooks.md4 Hooks can be defined per supported platform to allow for highly custom
Dminnow_max.md23 The low speed I/O connector supported as per table below. This assumes default
Dedison.md7 Currently supported boards:
35 of the Arduino breakout board, this is not supported officially so asking for
Dtesting.md10 Intel Galileo v1 was used and is currently the only supported platform. Tests
Dinternals.md126 one and has a good kernel module for it. Extra i2c/spi ADCs can be supported
142 mraa_init(). This feature is supported by most sane compilers and libcs but you
154 API/wrapper generation tool that supported nodejs was SWIG. For more general
164 data the best and are very well supported in both languages. Argument
Draspberry_pi.md18 **PWM** Whilst the Raspberry Pi is meant to have 1 PWM channel this is currently not supported.
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcomp_manager.cpp429 bool supported = false; in SupportLayerAsCursor() local
433 return supported; in SupportLayerAsCursor()
444 return supported; in SupportLayerAsCursor()
449 supported = true; in SupportLayerAsCursor()
452 return supported; in SupportLayerAsCursor()
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/
Dexample.rst24 remove the first one, multiple isrs on one pin are not supported. Some
78 It allows the exposure of UART pins on supported boards, with basic
79 configuration operations supported.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DREADME33 Out of tree builds are a supported method of building the application. For
44 used to get a list of supported options:
49 most up-to-date list of supported targets can be found at the bottom of the
137 This library is an open source project supported by its community. Please
Dmainpage.dox39 The WebM project is an open source project supported by its community. For
/hardware/bsp/intel/peripheral/libmraa/
DREADME.md8 runtime you can create portable code that will work across the supported
12 their sensors & actuators on top of supported hardware and to allow control of
/hardware/bsp/intel/peripheral/libupm/docs/
Dchangelog.md57 * Passed 100 supported sensor drivers
71 * Passed 50 supported sensor drivers
/hardware/intel/common/libva/test/videoprocess/
Dprocess.cfg26 #4.VPP filter type and parameters, the following filters are supported:
/hardware/intel/common/omx-components/videocodec/libvpx_internal/
DUPDATING20 The platform knows at build time what extensions are supported.
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc.cpp331 int supported = HWC_DISPLAY_PRIMARY_BIT; in hwc_query() local
340 supported |= HWC_DISPLAY_EXTERNAL_BIT; in hwc_query()
341 value[0] = supported; in hwc_query()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc.cpp549 int supported = HWC_DISPLAY_PRIMARY_BIT; in hwc_query() local
558 supported |= HWC_DISPLAY_VIRTUAL_BIT; in hwc_query()
561 supported |= HWC_DISPLAY_EXTERNAL_BIT; in hwc_query()
563 value[0] = supported; in hwc_query()

123