/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
D | OMXCapabilities.cpp | 601 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 …]
|
D | OMX3A.cpp | 534 int OMXCameraAdapter::getMultipleLUTvalue_OMXtoHAL(int OMXValue, LUTtype LUT, char * supported) in getMultipleLUTvalue_OMXtoHAL() argument 543 if (supported[0] != '\0') { in getMultipleLUTvalue_OMXtoHAL() 544 strncat(supported, PARAM_SEP, 1); in getMultipleLUTvalue_OMXtoHAL() 546 …t)MAX_PROP_VALUE_LENGTH - 1 - (int)strlen(supported)) < 0) ? 0 : (MAX_PROP_VALUE_LENGTH - 1 - strl… in getMultipleLUTvalue_OMXtoHAL() 547 strncat(supported, LUT.Table[i].userDefinition, remaining_size); in getMultipleLUTvalue_OMXtoHAL()
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXCapabilities.cpp | 460 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/ |
D | V4LCapabilities.cpp | 106 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/ |
D | s_type.h | 62 #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/ |
D | s_type.h | 62 #error This compiler is not supported. 69 #error This compiler is not supported. 76 #error This compiler is not supported.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | README | 33 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
|
D | mainpage.dox | 39 The WebM project is an open source project supported by its community. For
|
D | usage.dox | 4 supported codecs. This abstraction allows applications using this SDK to 47 Each supported codec will expose an interface structure to the application 57 the vpx_codec_get_caps() method. Attempts to invoke features not supported
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc.cpp | 379 int supported = HWC_DISPLAY_PRIMARY_BIT; in hwc_query() local 388 supported |= HWC_DISPLAY_VIRTUAL_BIT; in hwc_query() 390 supported |= HWC_DISPLAY_EXTERNAL_BIT; in hwc_query() 392 value[0] = supported; in hwc_query()
|
/hardware/intel/common/libva/test/videoprocess/ |
D | process.cfg | 26 #4.VPP filter type and parameters, the following filters are supported:
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc.cpp | 331 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/intel/common/omx-components/videocodec/libvpx_internal/ |
D | UPDATING | 20 The platform knows at build time what extensions are supported.
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc.cpp | 527 int supported = HWC_DISPLAY_PRIMARY_BIT; in hwc_query() local 536 supported |= HWC_DISPLAY_VIRTUAL_BIT; in hwc_query() 540 supported |= HWC_DISPLAY_EXTERNAL_BIT; in hwc_query() 542 value[0] = supported; in hwc_query()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc.cpp | 549 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()
|
/hardware/qcom/msm8x84/kernel-headers/video/ |
D | msm_hdmi_modes.h | 41 uint32_t supported; member
|
/hardware/qcom/msm8x74/kernel-headers/video/ |
D | msm_hdmi_modes.h | 41 uint32_t supported; member
|
/hardware/qcom/msm8x26/kernel-headers/video/ |
D | msm_hdmi_modes.h | 41 uint32_t supported; member
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_main_menu.h | 207 int supported; member
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc.cpp | 557 int supported = HWC_DISPLAY_PRIMARY_BIT; in hwc_query() local 566 supported |= HWC_DISPLAY_VIRTUAL_BIT; in hwc_query() 570 supported |= HWC_DISPLAY_EXTERNAL_BIT; in hwc_query() 572 value[0] = supported; in hwc_query()
|
/hardware/qcom/msm8x84/original-kernel-headers/video/ |
D | msm_hdmi_modes.h | 22 uint32_t supported; member
|
/hardware/qcom/msm8x74/original-kernel-headers/video/ |
D | msm_hdmi_modes.h | 22 uint32_t supported; member
|
/hardware/intel/common/libva/ |
D | configure.ac | 175 AC_CACHE_CHECK([whether __attribute__((visibility())) is supported], 193 [Defined to 1 if GCC visibility attribute is supported])
|
/hardware/qcom/msm8994/original-kernel-headers/video/ |
D | msm_hdmi_modes.h | 39 uint32_t supported; member
|
/hardware/qcom/msm8994/kernel-headers/video/ |
D | msm_hdmi_modes.h | 60 uint32_t supported; member
|