/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
D | VideoEncTest.c | 407 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/ |
D | queue.c | 94 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/ |
D | OMX_VideoEnc_Utils.h | 758 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/ |
D | OMX_VideoEnc_Utils.c | 192 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/ |
D | G722EncTest.c | 115 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/ |
D | G726DecTest.c | 105 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/ |
D | G722DecTest.c | 113 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/ |
D | G711EncTest.c | 136 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/ |
D | G711DecTest.c | 195 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/ |
D | G726EncTest.c | 144 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/ |
D | G729EncTest.c | 141 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/ |
D | G729DecTest.c | 147 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/ |
D | WmaDecTest.c | 149 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/ |
D | WBAmrDecTest.c | 168 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/ |
D | WbAmrEncTest.c | 168 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/ |
D | AmrEncTest.c | 176 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/ |
D | AacEncTest.c | 92 static OMX_NODE* pListHead = NULL; variable 596 GTeError = OMX_ListCreate(&pListHead); 2452 OMX_ListDestroy(pListHead);
|