Searched defs:item (Results 1 - 20 of 20) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_emit.c30 int32_t viddec_emit_append(viddec_emitter_wkld *cxt, viddec_workload_item_t *item) argument
35 cxt->data->item[cxt->num_items] = *item;
38 CDEB(0, "%s: item(%02d) = [%08x %08x %08x %08x]\n",__FUNCTION__, cxt->num_items - 1, item->vwi_type, item->vwi_payload[0], item->vwi_payload[1], item->vwi_payload[2]);
43 WRITE_SVEN(SVEN_MODULE_EVENT_GV_FW_FATAL_WKLD_OVERLFOW, (int)item->vwi_type, (int)(cxt->data), 0, 0, 0, 0);
50 viddec_workload_item_t item; local
68 viddec_workload_item_t item; local
[all...]
H A Dviddec_pm_parser_ops.c44 int32_t viddec_pm_append_workitem(void *parent, viddec_workload_item_t *item) argument
50 ret = viddec_emit_append(&(cxt->emitter.cur), item);
54 int32_t viddec_pm_append_workitem_next(void *parent, viddec_workload_item_t *item) argument
60 ret = viddec_emit_append(&(cxt->emitter.next), item);
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_list.h53 static inline void cam_list_add_tail_node(struct cam_list *item, argument
58 head->prev = item;
59 item->next = head;
60 item->prev = prev;
61 prev->next = item;
64 static inline void cam_list_insert_before_node(struct cam_list *item, argument
67 item->next = node;
68 item->prev = node->prev;
69 item->prev->next = item;
[all...]
/hardware/intel/common/libmix/mix_common/src/
H A Dmixlog.c33 char *item = NULL; local
50 item = strtok((char *) delog_list, MIX_DELOG_DELIMITERS);
51 while (item != NULL) {
52 g_hash_table_insert(*ht, item, "true");
53 item = strtok(NULL, MIX_DELOG_DELIMITERS);
155 char *item = NULL; local
167 item = strtok((char *) delog_list, MIX_DELOG_DELIMITERS);
168 while (item != NULL) {
169 if (strcmp(item, name) == 0) {
173 item
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dviddec_emitter.h37 int32_t viddec_emit_append(viddec_emitter_wkld *cxt, viddec_workload_item_t *item);
89 viddec_workload_item_t item; local
91 item.vwi_type = type;
92 item.vwi_payload[0] = item.vwi_payload[1] = item.vwi_payload[2] = 0;
93 viddec_emit_append(cur_wkld, &item);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
H A Dviddec_fw_workload.h141 __attribute__ ((aligned (16))) viddec_workload_item_t item[1]; member in struct:viddec_workload
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_bufferqueue.h66 BufferQueue::BufferItem item; local
71 status = mBufferQueue->acquireBuffer(&item, 0);
77 if (item.mGraphicBuffer != NULL) {
78 unsigned int slot = item.mBuf;
82 mBufferSlots[slot].mGraphicBuffer = item.mGraphicBuffer;
83 mBufferSlots[slot].mCrop = item.mCrop;
85 showMetadata(item.mMetadata);
87 graphic_buffer = mBufferSlots[item.mBuf].mGraphicBuffer;
88 mDeferThread->add(graphic_buffer, item.mCrop, mCounter++, item
[all...]
/hardware/libhardware/modules/radio/
H A Dradio_hw.c270 struct listnode *item; local
291 list_for_each_safe(item, tmp, &tuner->command_list) {
292 cmd = node_to_item(item, struct thread_command, node);
297 list_remove(item);
308 list_remove(item);
473 list_for_each_safe(item, tmp, &tuner->command_list) {
474 cmd = node_to_item(item, struct thread_command, node);
476 list_remove(item);
518 struct listnode *item; local
529 list_for_each(item,
[all...]
/hardware/intel/common/libwsbm/src/
H A Dwsbm_manager.c147 validateListAddNode(struct _ValidateList *list, void *item, argument
165 node->buf = item;
/hardware/qcom/audio/hal/
H A Daudio_hw.c960 struct listnode *item; local
986 item = list_head(&out->offload_cmd_list);
987 cmd = node_to_item(item, struct offload_cmd, node);
988 list_remove(item);
1042 item = list_head(&out->offload_cmd_list);
1043 list_remove(item);
1044 free(node_to_item(item, struct offload_cmd, node));
/hardware/qcom/audio/msm8909/hal/
H A Daudio_hw.c1171 struct listnode *item; local
1195 item = list_head(&out->offload_cmd_list);
1196 cmd = node_to_item(item, struct offload_cmd, node);
1197 list_remove(item);
1266 item = list_head(&out->offload_cmd_list);
1267 list_remove(item);
1268 free(node_to_item(item, struct offload_cmd, node));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c814 struct list_node * item; local
816 item = ne_alloc(sizeof(*item));
817 item->previous = ctx->ancestor;
818 item->node = ancestor;
819 item->data = data;
820 ctx->ancestor = item;
826 struct list_node * item; local
828 item = ctx->ancestor;
829 ctx->ancestor = item
2037 nestegg_track_codec_data(nestegg * ctx, unsigned int track, unsigned int item, unsigned char ** data, size_t * length) argument
2278 nestegg_packet_data(nestegg_packet * pkt, unsigned int item, unsigned char ** data, size_t * length) argument
[all...]
/hardware/qcom/msm8994/kernel-headers/sound/
H A Dasound.h867 unsigned int item; member in struct:snd_ctl_elem_info::__anon3967::__anon3970
900 unsigned int item[128]; member in union:snd_ctl_elem_value::__anon3972::__anon3975
/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dasound.h827 unsigned char name[44]; /* ASCII name of item */
828 unsigned int index; /* index of item */
859 unsigned int item; /* W: item number */ member in struct:snd_ctl_elem_info::__anon4083::__anon4086
886 unsigned int item[128]; member in union:snd_ctl_elem_value::__anon4088::__anon4091
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dasound.h874 unsigned int item; member in struct:snd_ctl_elem_info::__anon4231::__anon4234
906 unsigned int item[128]; member in union:snd_ctl_elem_value::__anon4236::__anon4239
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dasound.h838 unsigned char name[44]; /* ASCII name of item */
839 unsigned int index; /* index of item */
870 unsigned int item; /* W: item number */ member in struct:snd_ctl_elem_info::__anon4382::__anon4385
897 unsigned int item[128]; member in union:snd_ctl_elem_value::__anon4387::__anon4390
/hardware/qcom/msm8x26/kernel-headers/sound/
H A Dasound.h866 unsigned int item; member in struct:snd_ctl_elem_info::__anon4448::__anon4451
899 unsigned int item[128]; member in union:snd_ctl_elem_value::__anon4453::__anon4456
/hardware/qcom/msm8x26/original-kernel-headers/sound/
H A Dasound.h826 unsigned char name[44]; /* ASCII name of item */
827 unsigned int index; /* index of item */
858 unsigned int item; /* W: item number */ member in struct:snd_ctl_elem_info::__anon4512::__anon4515
885 unsigned int item[128]; member in union:snd_ctl_elem_value::__anon4517::__anon4520
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h866 unsigned int item; member in struct:snd_ctl_elem_info::__anon4633::__anon4636
899 unsigned int item[128]; member in union:snd_ctl_elem_value::__anon4638::__anon4641
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dasound.h826 unsigned char name[44]; /* ASCII name of item */
827 unsigned int index; /* index of item */
858 unsigned int item; /* W: item number */ member in struct:snd_ctl_elem_info::__anon4730::__anon4733
885 unsigned int item[128]; member in union:snd_ctl_elem_value::__anon4735::__anon4738

Completed in 3228 milliseconds