Searched defs:version (Results 1 - 25 of 88) sorted by relevance

1234

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dmpl.c47 * @brief used to get the MPL version.
48 * @param version a string where the MPL version gets stored.
51 inv_error_t inv_get_version(char **version) argument
55 *version = (char *)&ml_ver;
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dmpl.c52 * @brief used to get the MPL version.
53 * @param version a string where the MPL version gets stored.
56 inv_error_t inv_get_version(char **version) argument
60 *version = (char *)&ml_ver;
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dmpl.c52 * @brief used to get the MPL version.
53 * @param version a string where the MPL version gets stored.
56 inv_error_t inv_get_version(char **version) argument
60 *version = (char *)&ml_ver;
/hardware/intel/common/libva/va/
H A Dva_backend_vpp.h34 /** \brief VTable version for VA/VPP hooks. */
38 unsigned int version; member in struct:VADriverVTableVPP
H A Dva_dec_vp8.h92 /* same as version in bitstream syntax */
93 unsigned int version : 3; member in struct:_VAPictureParameterBufferVP8::__anon344::__anon345
H A Dva_dec_vp9.h192 /** \brief VP9 version number
195 uint8_t version; member in struct:_VADecPictureParameterBufferVP9
H A Dva_enc_vp8.h140 /* version */
142 unsigned int version : 3; member in struct:_VAEncPictureParameterBufferVP8::__anon380::__anon381
/hardware/intel/common/libva/va/wayland/
H A Dva_backend_wayland.h33 /** \brief VA/Wayland API version. */
42 * \brief Interface version.
46 unsigned int version; member in struct:VADriverVTableWayland
/hardware/intel/img/libdrm/tests/
H A Dsetversion.c34 * This tests that we can get the actual version out, and that setting invalid
36 * behavior differenses resulting from an increased DI version.
41 drm_set_version_t sv, version; local
51 memset(&version, 0, sizeof(version));
52 version.drm_di_major = -1;
53 version.drm_di_minor = -1;
54 version.drm_dd_major = -1;
55 version.drm_dd_minor = -1;
56 ret = ioctl(fd, DRM_IOCTL_SET_VERSION, &version);
[all...]
H A Ddristat.c46 drmVersionPtr version; local
48 version = drmGetVersion(fd);
49 if (version) {
51 printf(" Name: %s\n", version->name ? version->name : "?");
53 version->version_major,
54 version->version_minor,
55 version->version_patchlevel);
56 printf(" Date: %s\n", version->date ? version
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dheader.h23 unsigned int version: 3; member in struct:__anon520
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_audio_amrwbplus.h26 unsigned int version; member in struct:msm_audio_amrwbplus_config_v2
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_audio_amrwbplus.h11 unsigned int version; member in struct:msm_audio_amrwbplus_config_v2
/hardware/qcom/display/msm8084/hdmi_cec/
H A Dqhdmi_cec.h64 int version; member in struct:qhdmicec::cec_context_t
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbcmeth.h96 uint8 version; /* Version is 0 */ member in struct:bcmeth_hdr
H A D802.11e.h52 uint8 version; /* WME_VERSION */ member in struct:tspec
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decoder.h33 int version; member in struct:__anon601
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_rmnet.h50 unsigned char version; member in struct:QMI_QOS_HDR_S
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_rmnet.h4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
51 unsigned char version; member in struct:QMI_QOS_HDR_S
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_rmnet.h50 unsigned char version; member in struct:QMI_QOS_HDR_S
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_rmnet.h38 unsigned char version; member in struct:QMI_QOS_HDR_S
/hardware/libhardware/include/hardware/
H A Dhardware.h47 * The current HAL API version.
72 * Use this macro to set the hw_device_t.version field
91 * The API version of the implemented module. The module owner is
92 * responsible for updating the version when a module interface has
96 * The module user must interpret the version field to decide whether or
102 * The module API version should include a major and a minor component.
103 * For example, version 1.0 could be represented as 0x0100. This format
115 * source code compatibility. They will be removed in the next version.
116 * ALL clients must convert to the new version format.
120 * The API version o
187 uint32_t version; member in struct:hw_device_t
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h92 uint version; /* To allow structure change tracking */ member in struct:dhd_pktgen
H A Dhndrte_debug.h49 uint32 version; /* Debug struct version */ member in struct:hndrte_debug
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Ddecode_with_partial_drops.c104 int version; member in struct:parsed_header
159 hdr.version = (tmp >> 1) & 0x7;

Completed in 648 milliseconds

1234