Home
last modified time | relevance | path

Searched refs:pend (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dviddec_pm_tags.c130 vidded_pm_pending_tags_t *pend = &(cxt->pending_tags); in viddec_pm_add_tags_to_pendinglist() local
135 pend->first_buf_aligned = true; in viddec_pm_add_tags_to_pendinglist()
140 pend->first_buf_aligned = false; in viddec_pm_add_tags_to_pendinglist()
145 pend->pending_tags[t_index] = list->sc_ibuf[index].id; in viddec_pm_add_tags_to_pendinglist()
150 pend->pending_tags[t_index] = list->sc_ibuf[index].id; in viddec_pm_add_tags_to_pendinglist()
155 …_pm_emit_pending_tag_item(viddec_emitter *emit, vidded_pm_pending_tags_t *pend, uint32_t index, ui… in viddec_pm_emit_pending_tag_item() argument
157 viddec_emit_assoc_tag(emit, pend->pending_tags[index], using_next); in viddec_pm_emit_pending_tag_item()
158 pend->pending_tags[index] = INVALID_ENTRY; in viddec_pm_emit_pending_tag_item()
178 vidded_pm_pending_tags_t *pend = &(cxt->pending_tags); in viddec_mpeg2_add_association_tags() local
185 if(first_slice && pend->first_buf_aligned && (pend->pending_tags[index] != INVALID_ENTRY)) in viddec_mpeg2_add_association_tags()
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1500 uint8 *pend; in hndcrc32() local
1501 pend = pdata + nbytes; in hndcrc32()
1502 while (pdata < pend) in hndcrc32()
/hardware/intel/img/psb_video/src/
Dtng_hostcode.c80 IMG_UINT32 *pend = (IMG_UINT32 *)(cmdbuf->cmd_idx); in tng__trace_cmdbuf_words() local
83 } while(ptmp < pend); in tng__trace_cmdbuf_words()
485 IMG_UINT32 *pend = (IMG_UINT32 *)(cmdbuf->cmd_idx); in tng__trace_cmdbuf() local
488 … (%d), ptmp (0x%08x), pend (0x%08x}\n", __FUNCTION__, idx, (unsigned int)ptmp, (unsigned int)pend); in tng__trace_cmdbuf()
493 while (ptmp < pend) { in tng__trace_cmdbuf()