Searched defs:hdr (Results 1 - 13 of 13) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
H A Dmcinq.h102 notificationQueueHeader_t hdr; /**< Queue header. */ member in struct:__anon2824
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Ddecode_with_partial_drops.c109 int next_packet(struct parsed_header* hdr, int pos, int length, int mtu) argument
114 int uncomp_part_size = (hdr->key_frame ? 10 : 3);
116 int remainFirst = uncomp_part_size + hdr->first_part_size - pos;
147 struct parsed_header hdr; local
158 hdr.key_frame = !(tmp & 0x1); /* inverse logic */
159 hdr.version = (tmp >> 1) & 0x7;
160 hdr.show_frame = (tmp >> 4) & 0x1;
161 hdr.first_part_size = (tmp >> 5) & 0x7FFFF;
164 if (hdr.key_frame)
173 while ((pkg_size = next_packet(&hdr, po
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Dread_device_node.c80 unsigned short hdr; local
114 hdr = *((short *)(dptr));
115 if (hdr & 1)
118 switch (hdr & (~1)) {
/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c500 struct wav_header hdr; local
516 hdr.sample_rate = rate;
517 hdr.num_channels = ch;
518 hdr.data_sz = 0;
522 if (read(fd, &hdr, sizeof(hdr)) != sizeof(hdr)) {
527 if ((hdr.riff_id != ID_RIFF) ||
528 (hdr.riff_fmt != ID_WAVE) ||
529 (hdr
[all...]
H A Darec.c45 static struct wav_header hdr; variable in typeref:struct:wav_header
267 hdr.data_sz = 0;
335 hdr.data_sz += bufsize;
336 hdr.riff_sz = hdr.data_sz + 44 - 8;
339 write(fd, &hdr, sizeof(hdr));
365 hdr.data_sz += bufsize;
366 hdr.riff_sz = hdr
[all...]
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_rmnet.h147 struct QMI_QOS_HDR_S hdr; member in struct:qmi_qos_hdr8_s
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_rmnet.h56 RMNET_IOCTL_SET_QOS_VERSION = 0x0011, /* 8/6 byte QoS hdr*/
57 RMNET_IOCTL_GET_QOS_VERSION = 0x0012, /* 8/6 byte QoS hdr*/
141 struct QMI_QOS_HDR_S hdr; member in struct:qmi_qos_hdr8_s
/hardware/ti/omap4-aah/
H A Dheaptracker.c44 struct hdr { struct
46 struct hdr *prev;
47 struct hdr *next;
60 static inline struct ftr * to_ftr(struct hdr *hdr) argument
62 return (struct ftr *)(((char *)(hdr + 1)) + hdr->size);
65 static inline void *user(struct hdr *hdr) argument
67 return hdr
119 init_front_guard(struct hdr *hdr) argument
124 is_front_guard_valid(struct hdr *hdr) argument
133 init_rear_guard(struct hdr *hdr) argument
139 is_rear_guard_valid(struct hdr *hdr) argument
162 __add(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
173 __del(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
186 add(struct hdr *hdr, size_t size) argument
198 del(struct hdr *hdr) argument
210 poison(struct hdr *hdr) argument
215 was_used_after_free(struct hdr *hdr) argument
226 check_guards(struct hdr *hdr, int *safe) argument
252 __check_allocation(struct hdr *hdr, int *safe) argument
291 __del_and_check(struct hdr *hdr, struct hdr **first, struct hdr **last, unsigned *cnt, int *safe) argument
304 __del_from_backlog(struct hdr *hdr) argument
313 del_from_backlog(struct hdr *hdr) argument
320 del_leak(struct hdr *hdr, int *safe) argument
331 add_to_backlog(struct hdr *hdr) argument
350 struct hdr *hdr = __real_malloc(sizeof(struct hdr) + size + local
363 struct hdr *hdr; local
404 struct hdr *hdr; local
464 struct hdr *hdr; local
507 struct hdr *hdr; local
[all...]
/hardware/ti/omap4xxx/
H A Dheaptracker.c44 struct hdr { struct
46 struct hdr *prev;
47 struct hdr *next;
60 static inline struct ftr * to_ftr(struct hdr *hdr) argument
62 return (struct ftr *)(((char *)(hdr + 1)) + hdr->size);
65 static inline void *user(struct hdr *hdr) argument
67 return hdr
119 init_front_guard(struct hdr *hdr) argument
124 is_front_guard_valid(struct hdr *hdr) argument
133 init_rear_guard(struct hdr *hdr) argument
139 is_rear_guard_valid(struct hdr *hdr) argument
162 __add(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
173 __del(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
186 add(struct hdr *hdr, size_t size) argument
198 del(struct hdr *hdr) argument
210 poison(struct hdr *hdr) argument
215 was_used_after_free(struct hdr *hdr) argument
226 check_guards(struct hdr *hdr, int *safe) argument
252 __check_allocation(struct hdr *hdr, int *safe) argument
291 __del_and_check(struct hdr *hdr, struct hdr **first, struct hdr **last, unsigned *cnt, int *safe) argument
304 __del_from_backlog(struct hdr *hdr) argument
313 del_from_backlog(struct hdr *hdr) argument
320 del_leak(struct hdr *hdr, int *safe) argument
331 add_to_backlog(struct hdr *hdr) argument
350 struct hdr *hdr = __real_malloc(sizeof(struct hdr) + size + local
363 struct hdr *hdr; local
404 struct hdr *hdr; local
464 struct hdr *hdr; local
507 struct hdr *hdr; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Dstress_iio.c715 unsigned short hdr; local
784 hdr = *((short *)(dptr));
785 if ((hdr & 0xf) && (hdr != STEP_INDICATOR_HDR))
786 printf("STEP$$$$$$$$$$$$$$$=%x ", hdr);
787 switch (hdr & (~0xf)) {
862 if (hdr == EMPTY_MARKER) {
864 } else if (hdr == END_MARKER) {
866 } else if (hdr == COMPASS_HDR_2) {
/hardware/intel/bootstub/
H A Dbootparam.h266 struct setup_header hdr; /* setup header */ /* 0x1f1 */ member in struct:boot_params
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h208 #define DOT11_CTL_HDR_LEN 16 /* control frame hdr len */
1815 dot11_tclas_fc_hdr_t hdr; member in union:dot11_tclas_fc
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h3266 uint32 cso_normal; /* hw cso hdr for normal process */
4687 sta_prbreq_wps_ie_hdr_t hdr; member in struct:sta_prbreq_wps_ie_data

Completed in 339 milliseconds