Home
last modified time | relevance | path

Searched refs:item (Results 1 – 25 of 39) sorted by relevance

12

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dviddec_emit.c30 int32_t viddec_emit_append(viddec_emitter_wkld *cxt, viddec_workload_item_t *item) in viddec_emit_append() argument
35 cxt->data->item[cxt->num_items] = *item; in viddec_emit_append()
38 … %08x]\n",__FUNCTION__, cxt->num_items - 1, item->vwi_type, item->vwi_payload[0], item->vwi_payloa… in viddec_emit_append()
43 …WRITE_SVEN(SVEN_MODULE_EVENT_GV_FW_FATAL_WKLD_OVERLFOW, (int)item->vwi_type, (int)(cxt->data), 0, … in viddec_emit_append()
50 viddec_workload_item_t item; in viddec_emit_contr_tag() local
56 item.vwi_type = VIDDEC_WORKLOAD_IBUF_DONE; in viddec_emit_contr_tag()
58 item.vwi_type = VIDDEC_WORKLOAD_IBUF_CONTINUED; in viddec_emit_contr_tag()
59 item.tag.tag_phys_addr = ibuf->phys; in viddec_emit_contr_tag()
60 item.tag.tag_phys_len = ibuf->len; in viddec_emit_contr_tag()
61 item.tag.tag_value = ibuf->id; in viddec_emit_contr_tag()
[all …]
Dviddec_pm_parser_ops.c44 int32_t viddec_pm_append_workitem(void *parent, viddec_workload_item_t *item) in viddec_pm_append_workitem() argument
50 ret = viddec_emit_append(&(cxt->emitter.cur), item); in viddec_pm_append_workitem()
54 int32_t viddec_pm_append_workitem_next(void *parent, viddec_workload_item_t *item) in viddec_pm_append_workitem_next() argument
60 ret = viddec_emit_append(&(cxt->emitter.next), item); in viddec_pm_append_workitem_next()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_list.h53 static inline void cam_list_add_tail_node(struct cam_list *item, in cam_list_add_tail_node() argument
58 head->prev = item; in cam_list_add_tail_node()
59 item->next = head; in cam_list_add_tail_node()
60 item->prev = prev; in cam_list_add_tail_node()
61 prev->next = item; in cam_list_add_tail_node()
64 static inline void cam_list_insert_before_node(struct cam_list *item, in cam_list_insert_before_node() argument
67 item->next = node; in cam_list_insert_before_node()
68 item->prev = node->prev; in cam_list_insert_before_node()
69 item->prev->next = item; in cam_list_insert_before_node()
70 node->prev = item; in cam_list_insert_before_node()
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_bufferqueue.h66 BufferQueue::BufferItem item; in threadLoop() local
71 status = mBufferQueue->acquireBuffer(&item, 0); in threadLoop()
77 if (item.mGraphicBuffer != NULL) { in threadLoop()
78 unsigned int slot = item.mBuf; in threadLoop()
82 mBufferSlots[slot].mGraphicBuffer = item.mGraphicBuffer; in threadLoop()
83 mBufferSlots[slot].mCrop = item.mCrop; in threadLoop()
85 showMetadata(item.mMetadata); in threadLoop()
87 graphic_buffer = mBufferSlots[item.mBuf].mGraphicBuffer; in threadLoop()
88 mDeferThread->add(graphic_buffer, item.mCrop, mCounter++, item.mBuf); in threadLoop()
/hardware/intel/common/libmix/mix_common/src/
Dmixlog.c33 char *item = NULL; in mix_log_get_ht() local
50 item = strtok((char *) delog_list, MIX_DELOG_DELIMITERS); in mix_log_get_ht()
51 while (item != NULL) { in mix_log_get_ht()
52 g_hash_table_insert(*ht, item, "true"); in mix_log_get_ht()
53 item = strtok(NULL, MIX_DELOG_DELIMITERS); in mix_log_get_ht()
155 char *item = NULL; in mix_shall_delog() local
167 item = strtok((char *) delog_list, MIX_DELOG_DELIMITERS); in mix_shall_delog()
168 while (item != NULL) { in mix_shall_delog()
169 if (strcmp(item, name) == 0) { in mix_shall_delog()
173 item = strtok(NULL, MIX_DELOG_DELIMITERS); in mix_shall_delog()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dnrf24l01-broadcast.cxx68 for (std::vector<std::string>::iterator item = msgs.begin(); item != msgs.end(); ++item) { in main() local
69 std::cout << "BROADCASTING " << (*item).c_str() << std::endl; in main()
72 sensor->sendBeaconingMsg ((uint8_t*) (*item).c_str()); in main()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
Dviddec_emitter.h37 int32_t viddec_emit_append(viddec_emitter_wkld *cxt, viddec_workload_item_t *item);
89 viddec_workload_item_t item; in viddec_emit_set_inband_tag() local
91 item.vwi_type = type; in viddec_emit_set_inband_tag()
92 item.vwi_payload[0] = item.vwi_payload[1] = item.vwi_payload[2] = 0; in viddec_emit_set_inband_tag()
93 viddec_emit_append(cur_wkld, &item); in viddec_emit_set_inband_tag()
Dviddec_parser_ops.h60 int32_t viddec_pm_append_workitem(void *parent, viddec_workload_item_t *item);
64 int32_t viddec_pm_append_workitem_next(void *parent, viddec_workload_item_t *item);
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/
Dmain.css277 #classdocs .item {
283 #classdocs .item .params p,
284 #classdocs .item .returns p,{
288 #classdocs .item em code, #classdocs .item em.comment {
292 #classdocs .item em.comment a {
421 indicate private and protected items, item return types, etc. in an
491 .apidocs .item.protected,
492 .apidocs .item.private,
493 .apidocs .index-item.protected,
494 .apidocs .index-item.deprecated,
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dkeywords.dox25 particular item, but the full implications must be understood and
38 This word, or the adjective "OPTIONAL", mean that an item is
39 truly optional. One vendor may choose to include the item because a
41 it enhances the product while another vendor may omit the same item.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Ddiff.py37 def __contains__(self, item): argument
38 return item >= self.offset and item <= self.offset + self.length - 1
/hardware/libhardware/modules/radio/
Dradio_hw.c270 struct listnode *item; in callback_thread_loop() local
291 list_for_each_safe(item, tmp, &tuner->command_list) { in callback_thread_loop()
292 cmd = node_to_item(item, struct thread_command, node); in callback_thread_loop()
297 list_remove(item); in callback_thread_loop()
308 list_remove(item); in callback_thread_loop()
473 list_for_each_safe(item, tmp, &tuner->command_list) { in callback_thread_loop()
474 cmd = node_to_item(item, struct thread_command, node); in callback_thread_loop()
476 list_remove(item); in callback_thread_loop()
518 struct listnode *item; in tuner_get_configuration() local
529 list_for_each(item, &stub_tuner->command_list) { in tuner_get_configuration()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
DRELEASE.TXT32 * fixed item 141
33 * added item 142
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h258 int nestegg_track_codec_data(nestegg * context, unsigned int track, unsigned int item,
323 int nestegg_packet_data(nestegg_packet * packet, unsigned int item,
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/
Dclasses.handlebars91 …<li class="index-item method{{#if access}} {{access}}{{/if}}{{#if deprecated}} deprecated{{/if}}{{…
112 …<li class="index-item property{{#if access}} {{access}}{{/if}}{{#if deprecated}} deprecated{{/if}}…
133 …<li class="index-item attr{{#if access}} {{access}}{{/if}}{{#if deprecated}} deprecated{{/if}}{{#i…
147 …<li class="index-item event{{#if access}} {{access}}{{/if}}{{#if deprecated}} deprecated{{/if}}{{#…
Dprops.handlebars1 <div id="property_{{name}}" class="property item{{#if access}} {{access}}{{/if}}{{#if deprecated}} …
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
Dviddec_fw_workload.h141 __attribute__ ((aligned (16))) viddec_workload_item_t item[1]; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c814 struct list_node * item; in ne_ctx_push() local
816 item = ne_alloc(sizeof(*item)); in ne_ctx_push()
817 item->previous = ctx->ancestor; in ne_ctx_push()
818 item->node = ancestor; in ne_ctx_push()
819 item->data = data; in ne_ctx_push()
820 ctx->ancestor = item; in ne_ctx_push()
826 struct list_node * item; in ne_ctx_pop() local
828 item = ctx->ancestor; in ne_ctx_pop()
829 ctx->ancestor = item->previous; in ne_ctx_pop()
830 free(item); in ne_ctx_pop()
[all …]
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_mixer.c208 tmp.value.enumerated.item = m; in mixer_open()
439 unsigned v = ev.value.enumerated.item[n]; in mixer_ctl_get()
442 *value = ev.value.enumerated.item[0]; in mixer_ctl_get()
742 ev.value.enumerated.item[0] = n; in mixer_ctl_select()
/hardware/libhardware/tests/camera2/
Dcamera2_utils.h234 virtual void onFrameAvailable(const BufferItem& item);
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp543 for (uint8_t item = 0; item < (uint8_t)(activeMinus1 + 1); item++, refList++) { in updateReferenceFrames() local
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h858 unsigned int item; /* W: item number */ member
885 unsigned int item[128]; member
/hardware/qcom/msm8994/kernel-headers/sound/
Dasound.h867 unsigned int item; member
900 unsigned int item[128]; member
/hardware/qcom/msm8996/kernel-headers/sound/
Dasound.h874 unsigned int item; member
906 unsigned int item[128]; member
/hardware/qcom/msm8x26/kernel-headers/sound/
Dasound.h866 unsigned int item; member
899 unsigned int item[128]; member

12