Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DFramerMp4V.c174 pBsInfo->pEnd = pBsInfo->pBits + pBsInfo->nFileSize; in OpenMappedFile()
276 while (pBsInfo->pCur<pBsInfo->pEnd) { in GetOneFrameBitsMP4V()
325 if (!bFound && pBsInfo->pCur>=pBsInfo->pEnd) { in GetOneFrameBitsMP4V()
341 while (pBsInfo->pCur<pBsInfo->pEnd) { in GetOneFrameBitsMP2V()
392 if (pBsInfo->pCur==pBsInfo->pEnd) { in GetOneFrameBitsMP2V()
407 while (pBsInfo->pCur<pBsInfo->pEnd) { in GetOneFrameBitsMP1A()
413 if (pBsInfo->pEnd - pBsInfo->pCur >= pBsInfo->nAudFrameSize) { in GetOneFrameBitsMP1A()
452 if (pBsInfo->pCur > pBsInfo->pEnd) { //consider this input only contain one audio frame in GetOneFrameBitsMP1A()
H A DFramer.h114 MFE_U8 *pCur, *pEnd, *pLast; member
H A Dmadp_mfe.c537 pBsInfo->pEnd = pBsInfo->pBits + pBsInfo->nFileSize; 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
1149 if (pQtd == pEnd) in ms_qh_completions()
1273 pEnd = pQh->pDummyQtd; in ms_qh_completions()
1276 pEnd = entry_to_container (pQh->qtd_list.next,struct ehci_qtd, qtd_list); in ms_qh_completions()
1277 if (pEnd->qtd_dma_addr == pQh->hw_current_qtd) in ms_qh_completions()
1278 pEnd = 0; in ms_qh_completions()
1280 if (pEnd) in ms_qh_completions()
1281 ms_qh_update_link (pQh, pEnd); in ms_qh_completions()
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX_v2.c1801 DMX_FILTER_STATUS MApi_DMX_SectEndGet(MS_U32 u32DmxId, MS_PHY* pEnd) in MApi_DMX_SectEndGet() argument
1810 *pEnd = 0; in MApi_DMX_SectEndGet()
1822 *pEnd = *((MS_PHY*)ptrTmp); in MApi_DMX_SectEndGet()
1831 return _MApi_DMX_SectEndGet(u32DmxId, pEnd); in MApi_DMX_SectEndGet()
H A DapiDMX_private.h717 DMX_FILTER_STATUS _MApi_DMX_SectEndGet(MS_U32 u32DmxId, MS_PHY* pEnd);
H A DapiDMX.c5638 DMX_FILTER_STATUS _MApi_DMX_SectEndGet(MS_U32 u32DmxId, MS_PHY* pEnd)
5651 if (DRVTSP_OK != MDrv_TSP_SecFlt_GetBufStart(0, _pdmx_res->_FltList[u32DmxId].SecBufId, pEnd))
5661 *pEnd += u32Size;
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiDMX.h1690 DMX_FILTER_STATUS MApi_DMX_SectEndGet(MS_U8 u8DmxId, MS_PHY* pEnd);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiDMX.h2210 DMX_FILTER_STATUS MApi_DMX_SectEndGet(MS_U32 u32DmxId, MS_PHY* pEnd);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt33374 DMX_FILTER_STATUS MApi_DMX_SectEndGet(MS_U32 u32DmxId, MS_PHY* pEnd);