Home
last modified time | relevance | path

Searched refs:group (Results 1 – 18 of 18) sorted by relevance

/hardware/intel/img/psb_video/src/hwdefs/
Dreg_io2.h70 IMG_UINT32 REGIO_READ_FIELD(IMG_UINT32 ui32RegValue, group, reg, field);
96 …IMG_UINT32 REGIO_READ_REPEATED_FIELD(IMG_UINT32 ui32RegValue, group, reg, field, IMG_UINT32 ui…
117 IMG_UINT32 REGIO_READ_REGISTER(IMG_UINT32 ui32DevId, group, reg);
140 …IMG_UINT32 REGIO_READ_TABLE_REGISTER(IMG_UINT32 ui32DevId, group, reg, IMG_UINT32 ui32TabIndex…
166 …IMG_VOID REGIO_WRITE_FIELD(IMG_UINT32 ui32RegValue, group, reg, field, IMG_UINT32 ui32Va…
193 …IMG_VOID REGIO_WRITE_REPEATED_FIELD(IMG_UINT32 ui32RegValue, group, reg, field, IMG_UINT32 ui…
217 IMG_VOID REGIO_WRITE_REGISTER(IMG_UINT32 ui32DevId, group, reg, IMG_UINT32 ui32RegValue);
242 …IMG_VOID REGIO_WRITE_TABLE_REGISTER(IMG_UINT32 ui32DevId, group, reg, IMG_UINT32 ui32TabIndex…
267 …IMG_VOID REGIO_WRITE_TABLE_REGISTER(IMG_UINT32 ui32DevId, group, reg, IMG_UINT32 ui32Offset, …
278 #define REGIO_READ_FIELD(ui32RegValue, group, reg, field) …
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Ddiff.py93 a = diff_file.group(2)
97 b = diff_file.group(2)
103 if diffrange.group(2):
104 start_a = int(diffrange.group(1))
105 len_a = int(diffrange.group(3))
108 len_a = int(diffrange.group(1))
110 if diffrange.group(5):
111 start_b = int(diffrange.group(4))
112 len_b = int(diffrange.group(6))
115 len_b = int(diffrange.group(4))
Dcpplint.py471 category = matched.group(1)
1082 line = leading_space.group(1) + '""' + line[end + len(delimiter):]
1093 delimiter = ')' + matched.group(2) + '"'
1095 end = matched.group(3).find(delimiter)
1098 line = (matched.group(1) + '""' +
1099 matched.group(3)[end + len(delimiter):])
1103 line = matched.group(1) + '""'
1700 self.class_indent = len(initial_indent.group(1))
1728 if indent and len(indent.group(1)) != self.class_indent:
1942 new_namespace = _NamespaceInfo(namespace_decl_match.group(1), linenum)
[all …]
/hardware/intel/img/psb_video/src/mrst/
Dpsb_deblock.c73 #define psb_deblock_reg_set(group, reg, value) \ argument
74 … *cmdbuf->regio_idx++ = (group##_##reg##_##OFFSET + group##_##BASE) | MSVDX_DEBLOCK_REG_SET; \
77 #define psb_deblock_reg_set_RELOC( group, reg, buffer, buffer_offset, dst) \ argument
78 … *cmdbuf->regio_idx++ = (group##_##reg##_##OFFSET + group##_##BASE) | MSVDX_DEBLOCK_REG_SET; \
81 #define psb_deblock_reg_table_set(group, reg, index, value) \ argument
82 …*cmdbuf->regio_idx++ = ( (group##_##reg##_OFFSET + group##_##BASE + index*group##_##reg##_STRIDE) …
85 #define psb_deblock_reg_get(group, reg) \ argument
86 …*cmdbuf->regio_idx++ = (group##_##reg##_##OFFSET + group##_##BASE) | MSVDX_DEBLOCK_REG_GET; reg_ge…
Dlnc_cmdbuf.c365 req->group = 0; in lncDRMCmdBuf()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp62 static int wifi_get_multicast_id(wifi_handle handle, const char *name, const char *group);
63 static int wifi_add_membership(wifi_handle handle, const char *group);
222 static int wifi_add_membership(wifi_handle handle, const char *group) in wifi_add_membership() argument
226 int id = wifi_get_multicast_id(handle, "nl80211", group); in wifi_add_membership()
228 ALOGE("Could not find group %s", group); in wifi_add_membership()
234 ALOGE("Could not add membership to group %s", group); in wifi_add_membership()
390 GetMulticastIdCommand(wifi_handle handle, const char *name, const char *group) in GetMulticastIdCommand() argument
394 mGroup = group; in GetMulticastIdCommand()
456 static int wifi_get_multicast_id(wifi_handle handle, const char *name, const char *group) in wifi_get_multicast_id() argument
458 GetMulticastIdCommand cmd(handle, name, group); in wifi_get_multicast_id()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp52 static int wifi_get_multicast_id(wifi_handle handle, const char *name, const char *group);
53 static int wifi_add_membership(wifi_handle handle, const char *group);
180 static int wifi_add_membership(wifi_handle handle, const char *group) in wifi_add_membership() argument
184 int id = wifi_get_multicast_id(handle, "nl80211", group); in wifi_add_membership()
186 ALOGE("Could not find group %s", group); in wifi_add_membership()
192 ALOGE("Could not add membership to group %s", group); in wifi_add_membership()
364 GetMulticastIdCommand(wifi_handle handle, const char *name, const char *group) in GetMulticastIdCommand() argument
368 mGroup = group; in GetMulticastIdCommand()
614 static int wifi_get_multicast_id(wifi_handle handle, const char *name, const char *group) in wifi_get_multicast_id() argument
616 GetMulticastIdCommand cmd(handle, name, group); in wifi_get_multicast_id()
/hardware/intel/img/libdrm/shared-core/
Ddrm.h87 #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size) argument
95 #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size) argument
/hardware/ti/omap3/dspbridge/inc/
Dqosregistry.h219 UINT group; /* scratch group ID (only for scratch memory) */ member
/hardware/ti/omap3/dspbridge/libbridge/inc/
Dqosregistry.h213 UINT group; /* scratch group ID (only for scratch memory) */ member
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn.cpp69 struct group * gps_group = getgrnam("gps"); in loc_api_server_proc_init()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_dmn_conn.cpp69 struct group * gps_group = getgrnam("gps"); in loc_api_server_proc_init()
/hardware/intel/img/libdrm/libdrm/
Dxf86drm.c286 static int chown_check_return(const char *path, uid_t owner, gid_t group) in chown_check_return() argument
291 rv = chown(path, owner, group); in chown_check_return()
323 gid_t group = DRM_DEV_GID, serv_group; in drmOpenDevice() local
332 group = (serv_group >= 0) ? serv_group : DRM_DEV_GID; in drmOpenDevice()
353 chown_check_return(buf, user, group); in drmOpenDevice()
396 chown_check_return(buf, user, group); in drmOpenDevice()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dp2p.h90 uint8 group; /* Group Capability Bitmap */ member
/hardware/intel/common/libva/doc/
DDoxyfile264 # member in the group (if any) for the other members of the group. By default
265 # all members of a group must be documented explicitly.
270 # the same type (for instance a group of public functions) to be put as a
437 # hierarchy of group names into alphabetical order. If set to NO (the default)
438 # the group names will appear in their defined order.
959 # The TOC_EXPAND flag can be set to YES to add extra items for group members
1041 # that doxygen will group on one line in the generated HTML documentation.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dlibs.doxy_template224 # member in the group (if any) for the other members of the group. By default
225 # all members of a group must be documented explicitly.
230 # the same type (for instance a group of public functions) to be put as a
765 # The TOC_EXPAND flag can be set to YES to add extra items for group members
777 # that doxygen will group on one line in the generated HTML documentation.
DCHANGELOG396 Fixed use of motion percentage in KF/GF group calc
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm33 ;# group of vector registers and think of it as occupying a block of