HomeSort by relevance Sort by last modified time
    Searched refs:pListHead (Results 1 - 16 of 16) sorted by null

  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 400 * @param pListHead VIDENCTEST_NODE double pointer with the List Header of the Memory List.
407 OMX_ERRORTYPE VIDENCTEST_ListCreate(struct VIDENCTEST_NODE** pListHead)
411 *pListHead = (VIDENCTEST_NODE*)malloc(sizeof(VIDENCTEST_NODE)); /* need to malloc!!! */
412 if (*pListHead == NULL) {
418 VIDENCTEST_DPRINT("Create MemoryListHeader[%p]\n", *pListHead);
419 memset(*pListHead, 0x0, sizeof(VIDENCTEST_NODE));
431 * @param pListHead VIDENCTEST_NODE Points List Header of the Memory List.
439 OMX_ERRORTYPE VIDENCTEST_ListAdd(struct VIDENCTEST_NODE* pListHead, OMX_PTR pData)
457 pTmp = pListHead;
474 * @param pListHead VIDENCTEST_NODE Points List Header of the Memory List
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
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 pData);
762 OMX_ERRORTYPE OMX_VIDENC_ListRemove(struct OMX_TI_Debug *dbg, struct VIDENC_NODE* pListHead, OMX_PTR pData);
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/
OMX_VideoEnc_Utils.c 185 * @param pListHead VIDENC_NODE double pointer with the List Header of the Memory List.
192 OMX_ERRORTYPE OMX_VIDENC_ListCreate(struct OMX_TI_Debug *dbg, struct VIDENC_NODE** pListHead)
196 *pListHead = (VIDENC_NODE*)malloc(sizeof(VIDENC_NODE)); /* need to malloc!!! */
197 if (*pListHead == NULL)
203 OMX_TRACE1(*dbg, "Create MemoryListHeader[%p]\n", *pListHead);
204 memset(*pListHead, 0x0, sizeof(VIDENC_NODE));
216 * @param pListHead VIDENC_NODE Points List Header of the Memory List.
224 OMX_ERRORTYPE OMX_VIDENC_ListAdd(struct OMX_TI_Debug *dbg, struct VIDENC_NODE* pListHead, OMX_PTR pData)
239 pTmp = pListHead;
257 * @param pListHead VIDENC_NODE Points List Header of the Memory List
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 113 static OMX_NODE* pListHead = NULL;
208 OMX_ListCreate(&pListHead);
548 OMX_ListDestroy(pListHead);
794 static OMX_NODE* pListHead = NULL;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 115 static OMX_NODE* pListHead = NULL;
345 GTeError = OMX_ListCreate(&pListHead);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 105 static OMX_NODE* pListHead = NULL;
389 GTeError = OMX_ListCreate(&pListHead);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 195 static OMX_NODE* pListHead = NULL;
486 GTeError = OMX_ListCreate(&pListHead);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 136 static OMX_NODE* pListHead = NULL;
445 GTeError = OMX_ListCreate(&pListHead);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 144 static OMX_NODE* pListHead = NULL;
502 GTeError = OMX_ListCreate(&pListHead);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 147 static OMX_NODE* pListHead = NULL;
428 GTeError = OMX_ListCreate(&pListHead);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 141 static OMX_NODE* pListHead = NULL;
410 GTeError = OMX_ListCreate(&pListHead);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 176 static OMX_NODE* pListHead = NULL;
569 GTeError = OMX_ListCreate(&pListHead);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 168 static OMX_NODE* pListHead = NULL;
561 GTeError = OMX_ListCreate(&pListHead);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 168 static OMX_NODE* pListHead = NULL;
549 GTeError = OMX_ListCreate(&pListHead);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 149 static OMX_NODE* pListHead = NULL;
513 eError = OMX_ListCreate(&pListHead);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 92 static OMX_NODE* pListHead = NULL;
596 GTeError = OMX_ListCreate(&pListHead);
    [all...]

Completed in 380 milliseconds