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

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 48 LinkedList AllocList;
144 LinkedList_AddElement(&AllocList, _pStruct_);
149 LinkedList_FreeElement(&AllocList, _ptr);\
156 LinkedList_FreeAll(&AllocList);\
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 89 LinkedList AllocList;
142 LinkedList_AddElement(&AllocList, _pStruct_);
147 LinkedList_FreeElement(&AllocList, _ptr);\
154 LinkedList_FreeAll(&AllocList);\
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 128 LinkedList AllocList;
170 LinkedList_AddElement(&AllocList, _pStruct_);
175 LinkedList_FreeElement(&AllocList, _ptr);\
182 LinkedList_FreeAll(&AllocList);\
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c 592 LinkedList_Create(&AllocList);
    [all...]
OMX_JpegDec_Utils.c 539 /*LinkedList_DisplayAll (&AllocList); */
541 LinkedList_Destroy(&AllocList);
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 429 LinkedList_Create(&AllocList);
    [all...]
OMX_JpegEnc_Utils.c 538 /* LinkedList_DisplayAll (&AllocList); */
540 LinkedList_Destroy(&AllocList);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 640 LinkedList_Create(&AllocList);
    [all...]
OMX_VPP_Utils.c 677 /* LinkedList_DisplayAll(&AllocList); */
679 LinkedList_Destroy(&AllocList);
    [all...]

Completed in 314 milliseconds