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

  /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/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_enc/inc/
OMX_JpegEnc_Utils.h 128 LinkedList AllocList;
170 LinkedList_AddElement(&AllocList, _pStruct_);
175 LinkedList_FreeElement(&AllocList, _ptr);\
182 LinkedList_FreeAll(&AllocList);\

Completed in 134 milliseconds