Searched refs:major (Results 1 - 25 of 104) sorted by relevance

12345

/hardware/intel/common/libva/va/
H A Dva_version.h.in31 * The major version of VA-API (1, if %VA_VERSION is 1.2.3)
75 * @major: major version, like 1 in 1.2.3
80 * @major, @minor and @micro
82 #define VA_CHECK_VERSION(major,minor,micro) \
83 (VA_MAJOR_VERSION > (major) || \
84 (VA_MAJOR_VERSION == (major) && VA_MINOR_VERSION > (minor)) || \
85 (VA_MAJOR_VERSION == (major) && VA_MINOR_VERSION == (minor) && VA_MICRO_VERSION >= (micro)))
H A Dva_compat.h85 #define VA_CPP_HELPER_ALIAS(func, major, minor, micro) \
86 VA_CPP_HELPER_ALIAS_(func, major, minor, micro, "@")
87 #define VA_CPP_HELPER_ALIAS_DEFAULT(func, major, minor, micro) \
88 VA_CPP_HELPER_ALIAS_(func, major, minor, micro, "@@")
89 #define VA_CPP_HELPER_ALIAS_(func, major, minor, micro, binding) \
90 asm(".symver " #func "_" #major "_" #minor "_" #micro ", " \
91 #func binding "VA_API_" #major "." #minor "." #micro)
/hardware/intel/common/libmix/mix_audio/tests/smoke/
H A Dmixaudiosmoke.c19 guint major = 0; local
21 MIX_RESULT ret = mix_audio_get_version(&major, &minor);
24 g_printf("MixAudio Version %u.%u\n", major, minor);
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
H A DGrallocLoader.h51 int major = getModuleMajorApiVersion(module); local
52 switch (major) {
62 ALOGE("unknown gralloc module major version %d", major);
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
H A DGrallocLoader.h65 // return the major api version of the module
72 int major = getModuleMajorApiVersion(module); local
73 switch (major) {
83 ALOGE("unknown gralloc module major version %d", major);
/hardware/qcom/display/msm8909/sdm/libs/core/
H A Dcore_impl.h37 #define SET_REVISION(major, minor) ((major << 8) | minor)
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Dcore_impl.h37 #define SET_REVISION(major, minor) ((major << 8) | minor)
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dcore_impl.h37 #define SET_REVISION(major, minor) ((major << 8) | minor)
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dcore_impl.h37 #define SET_REVISION(major, minor) ((major << 8) | minor)
/hardware/intel/common/libva/va/x11/
H A Dva_nvctrl.c62 CARD16 major B16;
154 static Bool XNVCTRLQueryVersion (Display *dpy, int *major, int *minor);
168 int major, minor; local
170 if (XNVCTRLQueryVersion(dpy, &major, &minor)) {
171 if (major == 1 &&
211 int *major,
232 if (major) *major = rep.major;
209 XNVCTRLQueryVersion( Display *dpy, int *major, int *minor ) argument
H A Dva_dri2.h52 VA_DRI2QueryVersion(Display *display, int *major, int *minor);
H A Ddri2_util.c179 int major, minor; local
190 if (!VA_DRI2QueryVersion(ctx->native_dpy, &major, &minor))
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGrallocLoader.h126 // return the major api version of the module
133 int major = getModuleMajorApiVersion(module); local
134 switch (major) {
144 ALOGE("unknown gralloc module major version %d", major);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
H A Dviddec_fw_decoder_host.h186 This function gets the major and minor revison numbers of the loaded firmware.
187 @param[out] major : The major revision number.
191 void viddec_fw_decoder_get_version_number(unsigned int *major, unsigned int *minor, unsigned int *build);
H A Dviddec_fw_parser_host.h220 This function gets the major and minor revison numbers of the loaded firmware.
221 @param[out] major : The major revision numner.
225 void viddec_fw_parser_get_version_number(unsigned int *major, unsigned int *minor, unsigned int *build);
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideo.h41 typedef MIX_RESULT (*MixVideoGetVersionFunc)(MixVideo * mix, guint * major,
170 MIX_RESULT mix_video_get_version(MixVideo * mix, guint * major, guint * minor);
/hardware/intel/img/psb_video/debian/
H A Drules25 major=2
29 #major=`ls src/.libs/lib*.so.* | \
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcLoader.h113 int major = (device->version >> 24) & 0xf; local
114 if (major != 2) {
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dfuse.h389 uint32_t major; member in struct:fuse_init_in
396 uint32_t major; member in struct:fuse_init_out
409 uint32_t major; member in struct:cuse_init_in
416 uint32_t major; member in struct:cuse_init_out
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dfuse.h116 * If the major versions match then both shall use the smallest
119 * If the kernel supports a larger major version, then userspace shall
120 * reply with the major version it supports, ignore the rest of the
122 * matching major version.
124 * If the library supports a larger major version, then it shall fall
125 * back to the major protocol version sent by the kernel for
126 * communication and reply with that major version (and an arbitrary
556 uint32_t major; member in struct:fuse_init_in
563 uint32_t major; member in struct:fuse_init_out
575 uint32_t major; member in struct:cuse_init_in
582 uint32_t major; member in struct:cuse_init_out
[all...]
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dfuse.h404 uint32_t major; member in struct:fuse_init_in
414 uint32_t major; member in struct:fuse_init_out
429 uint32_t major; member in struct:cuse_init_in
436 uint32_t major; member in struct:cuse_init_out
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dfuse.h122 * If the major versions match then both shall use the smallest
125 * If the kernel supports a larger major version, then userspace shall
126 * reply with the major version it supports, ignore the rest of the
128 * matching major version.
130 * If the library supports a larger major version, then it shall fall
131 * back to the major protocol version sent by the kernel for
132 * communication and reply with that major version (and an arbitrary
577 uint32_t major; member in struct:fuse_init_in
587 uint32_t major; member in struct:fuse_init_out
601 uint32_t major; member in struct:cuse_init_in
608 uint32_t major; member in struct:cuse_init_out
[all...]
/hardware/libhardware/tests/hwc/
H A Dutil.c173 EGLint major, minor; local
186 if (!(res = eglInitialize(display, &major, &minor)))
189 fprintf(stderr, "egl version: %d.%d\n", major, minor);
/hardware/intel/common/libva/va/drm/
H A Dva_drm_auth_x11.c42 Display *display, int *major, int *minor);
/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp61 static void getLinuxRelease(int* major, int* minor) { argument
63 if (uname(&info) || sscanf(info.release, "%d.%d", major, minor) <= 0) {
64 *major = 0, *minor = 0;
434 int major, minor;
435 getLinuxRelease(&major, &minor);
436 if (major > 3 || (major == 3 && minor >= 5)) {

Completed in 559 milliseconds

12345