Home
last modified time | relevance | path

Searched refs:pLast (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DFramerMp4V.c173 pBsInfo->pCur = pBsInfo->pLast = pBsInfo->pBits; in OpenMappedFile()
301 pBsInfo->pFrameBits = pBsInfo->pLast; in GetOneFrameBitsMP4V()
303 pBsInfo->nFrameSize = (int)(pBsInfo->pCur+4-pBsInfo->pLast); in GetOneFrameBitsMP4V()
305 pBsInfo->nFrameSize = (int)(pBsInfo->pCur-pBsInfo->pLast); in GetOneFrameBitsMP4V()
309 pBsInfo->pLast = pBsInfo->pCur; in GetOneFrameBitsMP4V()
368 pBsInfo->pFrameBits = pBsInfo->pLast; in GetOneFrameBitsMP2V()
370 pBsInfo->nFrameSize = (int)(pBsInfo->pCur+4-pBsInfo->pLast); in GetOneFrameBitsMP2V()
372 pBsInfo->nFrameSize = (int)(pBsInfo->pCur-pBsInfo->pLast); in GetOneFrameBitsMP2V()
376 pBsInfo->pLast = pBsInfo->pCur; in GetOneFrameBitsMP2V()
415 pBsInfo->pFrameBits = pBsInfo->pLast = pBsInfo->pCur; in GetOneFrameBitsMP1A()
H A DFramer.h114 MFE_U8 *pCur, *pEnd, *pLast; member
H A Dmadp_mfe.c536 pBsInfo->pCur = pBsInfo->pLast = pBsInfo->pBits; in MAdp_init_audio_info()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c1102 struct ehci_qtd *pLast = 0, *pEnd = pQh->pDummyQtd; in ms_qh_completions() local
1138 if (pLast) in ms_qh_completions()
1140 if (pLast->urb != pUrb) in ms_qh_completions()
1142 ms_urb_done (pEhci, pLast->urb, pRegs); in ms_qh_completions()
1145 ms_ehci_qtd_free (pEhci, pLast); in ms_qh_completions()
1146 pLast = 0; in ms_qh_completions()
1233 pLast = entry_to_container (pQtd->qtd_list.prev, struct ehci_qtd, qtd_list); in ms_qh_completions()
1235 pLast->hw_next_qtd = pQtd->hw_next_qtd; in ms_qh_completions()
1239 pLast = pQtd; in ms_qh_completions()
1244 if (pLast != 0) in ms_qh_completions()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DdrvList.h196 struct list_head *pLast = pList->prev; in ms_list_join() local
202 pLast->next = pNext; in ms_list_join()
203 pNext->prev = pLast; in ms_list_join()
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DdrvList.h196 struct list_head *pLast = pList->prev; in ms_list_join() local
202 pLast->next = pNext; in ms_list_join()
203 pNext->prev = pLast; in ms_list_join()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvList.h196 struct list_head *pLast = pList->prev; in ms_list_join() local
202 pLast->next = pNext; in ms_list_join()
203 pNext->prev = pLast; in ms_list_join()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvList.h196 struct list_head *pLast = pList->prev; in ms_list_join() local
202 pLast->next = pNext; in ms_list_join()
203 pNext->prev = pLast; in ms_list_join()
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DdrvList.h196 struct list_head *pLast = pList->prev; in ms_list_join() local
202 pLast->next = pNext; in ms_list_join()
203 pNext->prev = pLast; in ms_list_join()
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DdrvList.h196 struct list_head *pLast = pList->prev; in ms_list_join() local
202 pLast->next = pNext; in ms_list_join()
203 pNext->prev = pLast; in ms_list_join()