Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Darm_cpudetect.c15 static int arm_cpu_env_flags(int *flags) { in arm_cpu_env_flags() argument
19 *flags = (int)strtol(env, NULL, 0); in arm_cpu_env_flags()
22 *flags = 0; in arm_cpu_env_flags()
38 int flags; in arm_cpu_caps() local
40 if (!arm_cpu_env_flags(&flags)) { in arm_cpu_caps()
41 return flags; in arm_cpu_caps()
45 flags |= HAS_EDSP; in arm_cpu_caps()
48 flags |= HAS_MEDIA; in arm_cpu_caps()
51 flags |= HAS_NEON; in arm_cpu_caps()
53 return flags & mask; in arm_cpu_caps()
[all …]
Dx86.h121 unsigned int flags = 0; in x86_simd_caps() local
147 if (reg_edx & BIT(23)) flags |= HAS_MMX; in x86_simd_caps()
149 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */ in x86_simd_caps()
151 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */ in x86_simd_caps()
153 if (reg_ecx & BIT(0)) flags |= HAS_SSE3; in x86_simd_caps()
155 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3; in x86_simd_caps()
157 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1; in x86_simd_caps()
159 if (reg_ecx & BIT(28)) flags |= HAS_AVX; in x86_simd_caps()
166 if (reg_ebx & BIT(5)) flags |= HAS_AVX2; in x86_simd_caps()
168 return flags & mask; in x86_simd_caps()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h491 int flags = x86_simd_caps(); in setup_rtcd_internal() local
493 (void)flags; in setup_rtcd_internal()
496 if (flags & HAS_MMX) vp8_bilinear_predict16x16 = vp8_bilinear_predict16x16_mmx; in setup_rtcd_internal()
497 if (flags & HAS_SSE2) vp8_bilinear_predict16x16 = vp8_bilinear_predict16x16_sse2; in setup_rtcd_internal()
498 if (flags & HAS_SSSE3) vp8_bilinear_predict16x16 = vp8_bilinear_predict16x16_ssse3; in setup_rtcd_internal()
501 if (flags & HAS_MMX) vp8_bilinear_predict4x4 = vp8_bilinear_predict4x4_mmx; in setup_rtcd_internal()
504 if (flags & HAS_MMX) vp8_bilinear_predict8x4 = vp8_bilinear_predict8x4_mmx; in setup_rtcd_internal()
507 if (flags & HAS_MMX) vp8_bilinear_predict8x8 = vp8_bilinear_predict8x8_mmx; in setup_rtcd_internal()
508 if (flags & HAS_SSE2) vp8_bilinear_predict8x8 = vp8_bilinear_predict8x8_sse2; in setup_rtcd_internal()
509 if (flags & HAS_SSSE3) vp8_bilinear_predict8x8 = vp8_bilinear_predict8x8_ssse3; in setup_rtcd_internal()
[all …]
Dvp9_rtcd.h374 int flags = x86_simd_caps(); in setup_rtcd_internal() local
376 (void)flags; in setup_rtcd_internal()
377 if (flags & HAS_SSSE3) { in setup_rtcd_internal()
380 if (flags & HAS_SSE3) { in setup_rtcd_internal()
383 if (flags & HAS_SSE) { in setup_rtcd_internal()
386 if (flags & HAS_SSE2) { in setup_rtcd_internal()
389 if (flags & HAS_MMX) { in setup_rtcd_internal()
394 if (flags & HAS_SSSE3) vp9_d207_predictor_4x4 = vp9_d207_predictor_4x4_ssse3; in setup_rtcd_internal()
397 if (flags & HAS_SSSE3) vp9_d45_predictor_4x4 = vp9_d45_predictor_4x4_ssse3; in setup_rtcd_internal()
400 if (flags & HAS_SSSE3) vp9_d63_predictor_4x4 = vp9_d63_predictor_4x4_ssse3; in setup_rtcd_internal()
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmcdc.h30 uint32 flags; /* flag defns given below */ member
57 #define CDC_IOC_IF_IDX(flags) (((flags) & CDCF_IOC_IF_MASK) >> CDCF_IOC_IF_SHIFT) argument
58 #define CDC_IOC_ID(flags) (((flags) & CDCF_IOC_ID_MASK) >> CDCF_IOC_ID_SHIFT) argument
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
119 ((((hdr)->flags) & BDC_FLAG_PAD_MASK) >> BDC_FLAG_PAD_SHIFT)))
123 ((hdr)->flags = (((hdr)->flags & ~BDC_FLAG_PAD_MASK) | \
/hardware/qcom/display/msm8994/libgralloc/
Dgpu.cpp56 int flags = 0; in gralloc_alloc_buffer() local
94 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY; in gralloc_alloc_buffer()
98 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601; in gralloc_alloc_buffer()
103 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; in gralloc_alloc_buffer()
112 flags |= private_handle_t::PRIV_FLAGS_ITU_R_709; in gralloc_alloc_buffer()
115 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; in gralloc_alloc_buffer()
124 flags |= private_handle_t::PRIV_FLAGS_VIDEO_ENCODER; in gralloc_alloc_buffer()
128 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE; in gralloc_alloc_buffer()
132 flags |= private_handle_t::PRIV_FLAGS_CAMERA_READ; in gralloc_alloc_buffer()
136 flags |= private_handle_t::PRIV_FLAGS_HW_COMPOSER; in gralloc_alloc_buffer()
[all …]
Dmapper.cpp50 static IMemAlloc* getAllocator(int flags) in getAllocator() argument
54 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
61 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_metadata()
64 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) { in gralloc_map_metadata()
89 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
94 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) && in gralloc_map()
95 !(hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER)) { in gralloc_map()
132 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
229 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION and in gralloc_map_and_invalidate()
230 hnd->flags & private_handle_t::PRIV_FLAGS_CACHED) { in gralloc_map_and_invalidate()
[all …]
/hardware/qcom/display/msm8909/libgralloc/
Dgpu.cpp56 int flags = 0; in gralloc_alloc_buffer() local
95 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY; in gralloc_alloc_buffer()
98 flags |= private_handle_t::PRIV_FLAGS_INTERNAL_ONLY; in gralloc_alloc_buffer()
102 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601; in gralloc_alloc_buffer()
107 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; in gralloc_alloc_buffer()
116 flags |= private_handle_t::PRIV_FLAGS_ITU_R_709; in gralloc_alloc_buffer()
119 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; in gralloc_alloc_buffer()
128 flags |= private_handle_t::PRIV_FLAGS_VIDEO_ENCODER; in gralloc_alloc_buffer()
132 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE; in gralloc_alloc_buffer()
136 flags |= private_handle_t::PRIV_FLAGS_CAMERA_READ; in gralloc_alloc_buffer()
[all …]
Dmapper.cpp50 static IMemAlloc* getAllocator(int flags) in getAllocator() argument
54 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
68 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
71 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) && in gralloc_map()
72 !(hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER)) { in gralloc_map()
87 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) { in gralloc_map()
111 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) { in gralloc_unmap()
115 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
207 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM | in terminateBuffer()
214 hnd->flags); in terminateBuffer()
[all …]
/hardware/qcom/display/msm8960/liboverlay/
DoverlayMdssRot.cpp48 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; } in setRotations() argument
95 void MdssRot::setFlags(const utils::eMdpFlags& flags) { in setFlags() argument
96 mRotInfo.flags |= flags; in setFlags()
102 mRotInfo.flags &= ~MDSS_ROT_MASK; in setTransform()
103 int flags = utils::getMdpOrient(rot); in setTransform() local
104 if (flags != -1) in setTransform()
105 setRotations(flags); in setTransform()
108 mOrientation = static_cast<utils::eTransform>(flags); in setTransform()
109 ALOGE_IF(DEBUG_OVERLAY, "%s: rot=%d", __FUNCTION__, flags); in setTransform()
119 mRotInfo.flags |= MDSS_MDP_ROT_ONLY; in commit()
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
Dviddec_fw_item_types.h323 … #define viddec_fw_vc1_get_bitrtq_postproc(x) viddec_fw_bitfields_extract((x)->flags, 8, 0x1F)
324 …#define viddec_fw_vc1_set_bitrtq_postproc(x, val) viddec_fw_bitfields_insert((x)->flags, val, 8, 0…
326 … #define viddec_fw_vc1_get_frmrtq_postproc(x) viddec_fw_bitfields_extract((x)->flags, 5, 0x7)
327 …#define viddec_fw_vc1_set_frmrtq_postproc(x, val) viddec_fw_bitfields_insert((x)->flags, val, 5, 0…
329 #define viddec_fw_vc1_get_interlace(x) viddec_fw_bitfields_extract((x)->flags, 4, 0x1)
330 … #define viddec_fw_vc1_set_interlace(x, val) viddec_fw_bitfields_insert((x)->flags, val, 4, 0x1)
332 #define viddec_fw_vc1_get_tfcntrflag(x) viddec_fw_bitfields_extract((x)->flags, 3, 0x1)
333 … #define viddec_fw_vc1_set_tfcntrflag(x, val) viddec_fw_bitfields_insert((x)->flags, val, 3, 0x1)
335 #define viddec_fw_vc1_get_finterpflag(x) viddec_fw_bitfields_extract((x)->flags, 2, 0x1)
336 … #define viddec_fw_vc1_set_finterpflag(x, val) viddec_fw_bitfields_insert((x)->flags, val, 2, 0x1)
[all …]
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdssRot.cpp51 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; } in setRotations() argument
109 void MdssRot::setFlags(const utils::eMdpFlags& flags) { in setFlags() argument
110 mRotInfo.flags = flags; in setFlags()
116 mRotInfo.flags &= ~MDSS_ROT_MASK; in setTransform()
117 int flags = utils::getMdpOrient(rot); in setTransform() local
118 if (flags != -1) in setTransform()
119 setRotations(flags); in setTransform()
120 mOrientation = static_cast<utils::eTransform>(flags); in setTransform()
121 ALOGE_IF(DEBUG_OVERLAY, "%s: rot=%d", __FUNCTION__, flags); in setTransform()
125 mRotInfo.flags |= mOrientation; in doTransform()
[all …]
/hardware/qcom/display/msm8084/libgralloc/
Dmapper.cpp47 static IMemAlloc* getAllocator(int flags) in getAllocator() argument
51 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
63 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) && in gralloc_map()
64 !(hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER)) { in gralloc_map()
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
99 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) { in gralloc_unmap()
103 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
192 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM | in terminateBuffer()
199 hnd->flags); in terminateBuffer()
223 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) { in gralloc_map_and_invalidate()
[all …]
Dgpu.cpp60 int flags = 0; in gralloc_alloc_buffer() local
98 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY; in gralloc_alloc_buffer()
102 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601; in gralloc_alloc_buffer()
107 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; in gralloc_alloc_buffer()
116 flags |= private_handle_t::PRIV_FLAGS_ITU_R_709; in gralloc_alloc_buffer()
119 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; in gralloc_alloc_buffer()
128 flags |= private_handle_t::PRIV_FLAGS_VIDEO_ENCODER; in gralloc_alloc_buffer()
132 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE; in gralloc_alloc_buffer()
136 flags |= private_handle_t::PRIV_FLAGS_CAMERA_READ; in gralloc_alloc_buffer()
140 flags |= private_handle_t::PRIV_FLAGS_HW_COMPOSER; in gralloc_alloc_buffer()
[all …]
/hardware/qcom/display/msm8226/libgralloc/
Dmapper.cpp47 static IMemAlloc* getAllocator(int flags) in getAllocator() argument
51 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
63 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) && in gralloc_map()
64 !(hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER)) { in gralloc_map()
66 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
99 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) { in gralloc_unmap()
103 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
192 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM | in terminateBuffer()
199 hnd->flags); in terminateBuffer()
223 if (hnd->flags & private_handle_t::PRIV_FLAGS_USES_ION) { in gralloc_map_and_invalidate()
[all …]
Dgpu.cpp59 int flags = 0; in gralloc_alloc_buffer() local
98 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY; in gralloc_alloc_buffer()
102 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601; in gralloc_alloc_buffer()
107 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; in gralloc_alloc_buffer()
116 flags |= private_handle_t::PRIV_FLAGS_ITU_R_709; in gralloc_alloc_buffer()
119 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; in gralloc_alloc_buffer()
128 flags |= private_handle_t::PRIV_FLAGS_VIDEO_ENCODER; in gralloc_alloc_buffer()
132 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE; in gralloc_alloc_buffer()
136 flags |= private_handle_t::PRIV_FLAGS_CAMERA_READ; in gralloc_alloc_buffer()
140 flags |= private_handle_t::PRIV_FLAGS_HW_COMPOSER; in gralloc_alloc_buffer()
[all …]
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMdssRot.cpp51 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; } in setRotations() argument
100 void MdssRot::setFlags(const utils::eMdpFlags& flags) { in setFlags() argument
101 mRotInfo.flags = flags; in setFlags()
107 mRotInfo.flags &= ~MDSS_ROT_MASK; in setTransform()
108 int flags = utils::getMdpOrient(rot); in setTransform() local
109 if (flags != -1) in setTransform()
110 setRotations(flags); in setTransform()
111 mOrientation = static_cast<utils::eTransform>(flags); in setTransform()
112 ALOGE_IF(DEBUG_OVERLAY, "%s: rot=%d", __FUNCTION__, flags); in setTransform()
116 mRotInfo.flags |= mOrientation; in doTransform()
[all …]
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_pcm.c400 if (pcm->flags & DEBUG_ON) { in pcm_avail()
406 if (pcm->flags & PCM_IN) { in pcm_avail()
412 …long avail = sync_ptr->s.status.hw_ptr - sync_ptr->c.control.appl_ptr + ((pcm->flags & PCM_MONO) ?… in pcm_avail()
440 int channels = (pcm->flags & PCM_MONO) ? 1 : 2; in mmap_buffer()
443 if (pcm->flags & DEBUG_ON) in mmap_buffer()
465 …appl_ptr = (pcm->flags & PCM_MONO) ? sync_ptr->c.control.appl_ptr*2 : sync_ptr->c.control.appl_ptr… in dst_address()
478 int channels = (pcm->flags & PCM_MONO) ? 1 : 2; in mmap_transfer()
500 int channels = (pcm->flags & PCM_MONO) ? 1 : 2; in mmap_transfer_capture()
501 …unsigned int tmp = (pcm->flags & PCM_MONO) ? sync_ptr->c.control.appl_ptr*2 : sync_ptr->c.control.… in mmap_transfer_capture()
532 frames = (pcm->flags & PCM_MONO) ? (count / 2) : (count / 4); in pcm_write_mmap()
[all …]
/hardware/ti/omap4-aah/ion/
Dion.c58 unsigned int flags, struct ion_handle **handle) in ion_alloc() argument
64 .flags = flags, in ion_alloc()
74 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags, in ion_alloc_tiler() argument
82 .flags = flags, in ion_alloc_tiler()
109 int flags, off_t offset, unsigned char **ptr, int *map_fd) in ion_map() argument
122 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset); in ion_map()
170 int flags, off_t offset, unsigned char **ptr, int *map_fd) in ion_map_cacheable() argument
184 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset); in ion_map_cacheable()
/hardware/qcom/display/msm8960/libgralloc/
Dmapper.cpp49 static IMemAlloc* getAllocator(int flags) in getAllocator() argument
53 memalloc = alloc_ctrl->getAllocator(flags); in getAllocator()
62 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) && in gralloc_map()
63 !(hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_BUFFER)) { in gralloc_map()
65 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map()
95 if (!(hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER)) { in gralloc_unmap()
99 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_unmap()
185 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM | in terminateBuffer()
192 hnd->flags); in terminateBuffer()
219 IMemAlloc* memalloc = getAllocator(hnd->flags) ; in gralloc_map_and_invalidate()
[all …]
Dgpu.cpp60 int flags = 0; in gralloc_alloc_buffer() local
96 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY; in gralloc_alloc_buffer()
99 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_BLOCK; in gralloc_alloc_buffer()
102 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_CC; in gralloc_alloc_buffer()
110 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; in gralloc_alloc_buffer()
114 flags |= private_handle_t::PRIV_FLAGS_ITU_R_709; in gralloc_alloc_buffer()
116 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; in gralloc_alloc_buffer()
119 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601; in gralloc_alloc_buffer()
124 flags |= private_handle_t::PRIV_FLAGS_VIDEO_ENCODER; in gralloc_alloc_buffer()
128 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE; in gralloc_alloc_buffer()
[all …]
/hardware/qcom/display/msm8996/libgralloc/
Dgpu.cpp55 int flags = 0; in gralloc_alloc_buffer() local
95 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY; in gralloc_alloc_buffer()
99 flags |= private_handle_t::PRIV_FLAGS_INTERNAL_ONLY; in gralloc_alloc_buffer()
103 flags |= private_handle_t::PRIV_FLAGS_VIDEO_ENCODER; in gralloc_alloc_buffer()
107 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE; in gralloc_alloc_buffer()
111 flags |= private_handle_t::PRIV_FLAGS_CAMERA_READ; in gralloc_alloc_buffer()
115 flags |= private_handle_t::PRIV_FLAGS_HW_COMPOSER; in gralloc_alloc_buffer()
119 flags |= private_handle_t::PRIV_FLAGS_HW_TEXTURE; in gralloc_alloc_buffer()
123 flags |= private_handle_t::PRIV_FLAGS_SECURE_DISPLAY; in gralloc_alloc_buffer()
127 flags |= private_handle_t::PRIV_FLAGS_TILE_RENDERED; in gralloc_alloc_buffer()
[all …]
/hardware/ti/omap4xxx/ion/
Dion.c58 int ion_alloc(int fd, size_t len, size_t align, unsigned int flags, in ion_alloc() argument
65 .flags = flags, in ion_alloc()
75 int ion_alloc_tiler(int fd, size_t w, size_t h, int fmt, unsigned int flags, in ion_alloc_tiler() argument
83 .flags = flags, in ion_alloc_tiler()
108 int flags, off_t offset, unsigned char **ptr, int *map_fd) in ion_map() argument
121 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset); in ion_map()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h178 vpx_codec_frame_flags_t flags; /**< flags for this frame */ member
689 vpx_codec_flags_t flags,
697 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \ argument
698 vpx_codec_enc_init_ver(ctx, iface, cfg, flags, VPX_ENCODER_ABI_VERSION)
729 vpx_codec_flags_t flags,
738 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \ argument
739 vpx_codec_enc_init_multi_ver(ctx, iface, cfg, num_enc, flags, dsf, \
845 vpx_enc_frame_flags_t flags,
/hardware/libhardware/modules/gralloc/
Dgralloc_priv.h41 uint32_t flags; member
73 int flags; member
88 private_handle_t(int fd, int size, int flags) : in private_handle_t()
89 fd(fd), magic(sMagic), flags(flags), size(size), offset(0), in private_handle_t()

12345678910>>...33