Home
last modified time | relevance | path

Searched refs:pListHead (Results 1 – 17 of 17) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
DVideoEncTest.c407 OMX_ERRORTYPE VIDENCTEST_ListCreate(struct VIDENCTEST_NODE** pListHead) in VIDENCTEST_ListCreate() argument
411 *pListHead = (VIDENCTEST_NODE*)malloc(sizeof(VIDENCTEST_NODE)); /* need to malloc!!! */ in VIDENCTEST_ListCreate()
412 if (*pListHead == NULL) { in VIDENCTEST_ListCreate()
418 VIDENCTEST_DPRINT("Create MemoryListHeader[%p]\n", *pListHead); in VIDENCTEST_ListCreate()
419 memset(*pListHead, 0x0, sizeof(VIDENCTEST_NODE)); in VIDENCTEST_ListCreate()
439 OMX_ERRORTYPE VIDENCTEST_ListAdd(struct VIDENCTEST_NODE* pListHead, OMX_PTR pData) in VIDENCTEST_ListAdd() argument
457 pTmp = pListHead; in VIDENCTEST_ListAdd()
482 OMX_ERRORTYPE VIDENCTEST_ListRemove(struct VIDENCTEST_NODE* pListHead, OMX_PTR pData) in VIDENCTEST_ListRemove() argument
488 pNode = pListHead; in VIDENCTEST_ListRemove()
520 OMX_ERRORTYPE VIDENCTEST_ListDestroy(struct VIDENCTEST_NODE* pListHead) in VIDENCTEST_ListDestroy() argument
[all …]
/hardware/ti/wlan/wl1271/utils/
Dqueue.c94 static INLINE void AddToHead( TQueNodeHdr *pNode, TQueNodeHdr *pListHead) in AddToHead() argument
96 InsertNode (pNode, pListHead, pListHead->pNext); in AddToHead()
102 static INLINE void AddToTail( TQueNodeHdr *pNode, TQueNodeHdr *pListHead) in AddToTail() argument
104 InsertNode( pNode, pListHead->pPrev, pListHead ); in AddToTail()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h758 OMX_ERRORTYPE OMX_VIDENC_ListCreate(struct OMX_TI_Debug *dbg, struct VIDENC_NODE** pListHead);
760 OMX_ERRORTYPE OMX_VIDENC_ListAdd(struct OMX_TI_Debug *dbg, struct VIDENC_NODE* pListHead, OMX_PTR p…
762 OMX_ERRORTYPE OMX_VIDENC_ListRemove(struct OMX_TI_Debug *dbg, struct VIDENC_NODE* pListHead, OMX_PT…
764 OMX_ERRORTYPE OMX_VIDENC_ListDestroy(struct OMX_TI_Debug *dbg, struct VIDENC_NODE* pListHead);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c192 OMX_ERRORTYPE OMX_VIDENC_ListCreate(struct OMX_TI_Debug *dbg, struct VIDENC_NODE** pListHead) in OMX_VIDENC_ListCreate() argument
196 *pListHead = (VIDENC_NODE*)malloc(sizeof(VIDENC_NODE)); /* need to malloc!!! */ in OMX_VIDENC_ListCreate()
197 if (*pListHead == NULL) in OMX_VIDENC_ListCreate()
203 OMX_TRACE1(*dbg, "Create MemoryListHeader[%p]\n", *pListHead); in OMX_VIDENC_ListCreate()
204 memset(*pListHead, 0x0, sizeof(VIDENC_NODE)); in OMX_VIDENC_ListCreate()
224 OMX_ERRORTYPE OMX_VIDENC_ListAdd(struct OMX_TI_Debug *dbg, struct VIDENC_NODE* pListHead, OMX_PTR p… in OMX_VIDENC_ListAdd() argument
239 pTmp = pListHead; in OMX_VIDENC_ListAdd()
265 OMX_ERRORTYPE OMX_VIDENC_ListRemove(struct OMX_TI_Debug *dbg, struct VIDENC_NODE* pListHead, in OMX_VIDENC_ListRemove() argument
272 pNode = pListHead; in OMX_VIDENC_ListRemove()
306 OMX_ERRORTYPE OMX_VIDENC_ListDestroy(struct OMX_TI_Debug *dbg, struct VIDENC_NODE* pListHead) in OMX_VIDENC_ListDestroy() argument
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
DG722EncTest.c115 static OMX_NODE* pListHead = NULL; variable
345 GTeError = OMX_ListCreate(&pListHead);
1333 OMX_ListDestroy(pListHead);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
DG726DecTest.c105 static OMX_NODE* pListHead = NULL; variable
389 GTeError = OMX_ListCreate(&pListHead); in main()
1340 OMX_ListDestroy(pListHead); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
DG722DecTest.c113 static OMX_NODE* pListHead = NULL; variable
208 OMX_ListCreate(&pListHead); in main()
548 OMX_ListDestroy(pListHead); in main()
794 static OMX_NODE* pListHead = NULL; in FillBufferDone() local
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
DG711EncTest.c136 static OMX_NODE* pListHead = NULL; variable
445 GTeError = OMX_ListCreate(&pListHead); in main()
1429 OMX_ListDestroy(pListHead); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
DG711DecTest.c195 static OMX_NODE* pListHead = NULL; variable
486 GTeError = OMX_ListCreate(&pListHead); in main()
1545 OMX_ListDestroy(pListHead); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
DG726EncTest.c144 static OMX_NODE* pListHead = NULL; variable
502 GTeError = OMX_ListCreate(&pListHead);
1588 OMX_ListDestroy(pListHead);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
DG729EncTest.c141 static OMX_NODE* pListHead = NULL; variable
410 GTeError = OMX_ListCreate(&pListHead); in main()
1498 OMX_ListDestroy(pListHead); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
DG729DecTest.c147 static OMX_NODE* pListHead = NULL; variable
428 GTeError = OMX_ListCreate(&pListHead); in main()
1343 OMX_ListDestroy(pListHead); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
DWmaDecTest.c149 static OMX_NODE* pListHead = NULL; variable
513 eError = OMX_ListCreate(&pListHead); in main()
1548 OMX_ListDestroy(pListHead); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
DWBAmrDecTest.c168 static OMX_NODE* pListHead = NULL; variable
561 GTeError = OMX_ListCreate(&pListHead);
1787 OMX_ListDestroy(pListHead);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c168 static OMX_NODE* pListHead = NULL; variable
549 GTeError = OMX_ListCreate(&pListHead);
1874 OMX_ListDestroy(pListHead);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c176 static OMX_NODE* pListHead = NULL; variable
569 GTeError = OMX_ListCreate(&pListHead);
1781 OMX_ListDestroy(pListHead);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
DAacEncTest.c92 static OMX_NODE* pListHead = NULL; variable
596 GTeError = OMX_ListCreate(&pListHead);
2452 OMX_ListDestroy(pListHead);