Searched refs:flags (Results 1 - 25 of 606) sorted by relevance

1234567891011>>

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Darm_cpudetect.c15 static int arm_cpu_env_flags(int *flags) { argument
19 *flags = (int)strtol(env, NULL, 0);
22 *flags = 0;
38 int flags; local
40 if (!arm_cpu_env_flags(&flags)) {
41 return flags;
45 flags |= HAS_EDSP;
48 flags |= HAS_MEDIA;
51 flags |= HAS_NEON;
53 return flags
63 int flags; local
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmcdc.h30 uint32 flags; /* flag defns given below */ member in struct:cdc_ioctl
57 #define CDC_IOC_IF_IDX(flags) (((flags) & CDCF_IOC_IF_MASK) >> CDCF_IOC_IF_SHIFT)
58 #define CDC_IOC_ID(flags) (((flags) & CDCF_IOC_ID_MASK) >> CDCF_IOC_ID_SHIFT)
61 ((int)((((hdr)->flags) & CDCF_IOC_IF_MASK) >> CDCF_IOC_IF_SHIFT))
63 ((hdr)->flags = (((hdr)->flags & ~CDCF_IOC_IF_MASK) | ((idx) << CDCF_IOC_IF_SHIFT)))
72 uint8 flags; /* Flags */ member in struct:bdc_header
82 /* flags fiel
[all...]
H A Dminiopt.h37 const char* flags; /* option chars that take no args */ member in struct:miniopt
38 bool longflags; /* long options may be flags */
60 void miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags);
/hardware/intel/common/libva/va/wayland/
H A Dva_backend_wayland.h52 unsigned int flags,
60 unsigned int flags,
H A Dva_wayland.h78 * The @flags describe the desired picture structure. This is useful
80 * any of the supplied flags, then #VA_STATUS_ERROR_FLAG_NOT_SUPPORTED
81 * is returned. The following flags are allowed: \c VA_FRAME_PICTURE,
86 * @param[in] flags the deinterlacing flags
94 unsigned int flags,
108 * The @flags describe the desired picture structure. See
113 * @param[in] flags the deinterlacing flags
121 unsigned int flags,
[all...]
/hardware/intel/img/libdrm/tests/
H A Ddrmtest.h40 int drm_open_matching(const char *pci_glob, int flags);
/hardware/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_bo.h26 /* Relocation/Buffer type flags */
57 uint32_t flags; member in struct:nouveau_bo
62 nouveau_bo_new(struct nouveau_device *, uint32_t flags, int align, int size,
66 nouveau_bo_new_tile(struct nouveau_device *, uint32_t flags, int align,
89 uint32_t flags);
95 nouveau_bo_map(struct nouveau_bo *, uint32_t flags);
101 nouveau_bo_pin(struct nouveau_bo *, uint32_t flags);
H A Dnouveau_pushbuf.h45 uint32_t flags, uint32_t vor, uint32_t tor);
121 unsigned data, unsigned flags, unsigned vor, unsigned tor)
124 data, 0, flags, vor, tor);
129 unsigned data, unsigned data2, unsigned flags,
133 data, data2, flags, vor, tor);
136 /* Raw data + flags depending on FB/TT buffer */
139 unsigned data, unsigned flags, unsigned vor, unsigned tor)
141 OUT_RELOC(chan, bo, data, flags | NOUVEAU_BO_OR, vor, tor);
147 unsigned flags)
149 OUT_RELOC(chan, bo, 0, flags | NOUVEAU_BO_O
120 OUT_RELOC(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned data, unsigned flags, unsigned vor, unsigned tor) argument
128 OUT_RELOC2(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned data, unsigned data2, unsigned flags, unsigned vor, unsigned tor) argument
138 OUT_RELOCd(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned data, unsigned flags, unsigned vor, unsigned tor) argument
146 OUT_RELOCo(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned flags) argument
155 OUT_RELOCl(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned delta, unsigned flags) argument
163 OUT_RELOCr(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned delta, unsigned size, unsigned flags) argument
171 OUT_RELOCh(struct nouveau_channel *chan, struct nouveau_bo *bo, unsigned delta, unsigned flags) argument
[all...]
/hardware/ti/omap4-aah/ion/
H A Dion.h26 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags,
28 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags,
32 int flags, off_t offset, unsigned char **ptr, int *map_fd);
H A Domap_ion.h27 unsigned int flags; member in struct:omap_ion_tiler_alloc_data
/hardware/ti/omap4xxx/ion/
H A Dion.h26 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags,
28 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags,
32 int flags, off_t offset, unsigned char **ptr, int *map_fd);
H A Dion.c58 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags, argument
65 .flags = flags,
75 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags, argument
83 .flags = flags,
108 int flags, off_t offset, unsigned char **ptr, int *map_fd)
121 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset);
107 ion_map(int fd, struct ion_handle *handle, size_t length, int prot, int flags, off_t offset, unsigned char **ptr, int *map_fd) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp8_rtcd.h491 int flags = x86_simd_caps(); local
493 (void)flags;
496 if (flags & HAS_MMX) vp8_bilinear_predict16x16 = vp8_bilinear_predict16x16_mmx;
497 if (flags & HAS_SSE2) vp8_bilinear_predict16x16 = vp8_bilinear_predict16x16_sse2;
498 if (flags & HAS_SSSE3) vp8_bilinear_predict16x16 = vp8_bilinear_predict16x16_ssse3;
501 if (flags & HAS_MMX) vp8_bilinear_predict4x4 = vp8_bilinear_predict4x4_mmx;
504 if (flags & HAS_MMX) vp8_bilinear_predict8x4 = vp8_bilinear_predict8x4_mmx;
507 if (flags & HAS_MMX) vp8_bilinear_predict8x8 = vp8_bilinear_predict8x8_mmx;
508 if (flags & HAS_SSE2) vp8_bilinear_predict8x8 = vp8_bilinear_predict8x8_sse2;
509 if (flags
[all...]
/hardware/libhardware/modules/gralloc/
H A Dgralloc_priv.h41 uint32_t flags; member in struct:private_module_t
73 int flags; member in struct:private_handle_t
88 private_handle_t(int fd, int size, int flags) : argument
89 fd(fd), magic(sMagic), flags(flags), size(size), offset(0),
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dlookahead.h24 unsigned int flags; member in struct:lookahead_entry
61 * \param[in] flags Flags set on this frame
69 unsigned int flags,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_lookahead.h30 unsigned int flags; member in struct:lookahead_entry
65 * \param[in] flags Flags set on this frame
69 int64_t ts_start, int64_t ts_end, unsigned int flags);
/hardware/libhardware/include/hardware/
H A Dbt_sock.h47 bt_status_t (*listen)(btsock_type_t type, const char* service_name, const uint8_t* service_uuid, int channel, int* sock_fd, int flags);
52 bt_status_t (*connect)(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t* uuid, int channel, int* sock_fd, int flags);
/hardware/qcom/display/msm8084/libgralloc/
H A Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
/hardware/qcom/display/msm8974/libgralloc/
H A Dalloc_controller.h46 virtual IMemAlloc* getAllocator(int flags) = 0;
62 virtual IMemAlloc* getAllocator(int flags);
/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h42 uint32_t flags; member in struct:private_module_t
85 int flags; member in struct:private_handle_t
111 private_handle_t(int fd, int size, int flags, int w, argument
113 fd(fd), fd1(-1), fd2(-1), magic(sMagic), flags(flags), size(size),
123 private_handle_t(int fd, int fd1, int size, int flags, int w, argument
125 fd(fd), fd1(fd1), fd2(-1), magic(sMagic), flags(flags), size(size),
135 private_handle_t(int fd, int fd1, int fd2, int size, int flags, int w, argument
137 fd(fd), fd1(fd1), fd2(fd2), magic(sMagic), flags(flag
[all...]
/hardware/intel/bootstub/
H A Dbootstub.h58 #define GDT_ENTRY(flags, base, limit) \
60 (((flags) & 0x0000f0ff) << 40) | \
65 #define GDT_ENTRY(flags, base, limit) \
67 ((u64)flags << 40) | \
/hardware/intel/common/libva/va/glx/
H A Dva_backend_glx.h50 unsigned int flags
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdssRot.cpp51 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; } argument
100 void MdssRot::setFlags(const utils::eMdpFlags& flags) { argument
101 mRotInfo.flags = flags;
106 // reset rotation flags to avoid stale orientation values
107 mRotInfo.flags &= ~MDSS_ROT_MASK;
108 int flags = utils::getMdpOrient(rot); local
109 if (flags !
[all...]

Completed in 1064 milliseconds

1234567891011>>