Searched refs:AllocList (Results 1 - 9 of 9) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h48 LinkedList AllocList; variable
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/
H A DOMX_JpegDec_Utils.h89 LinkedList AllocList; variable
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/
H A DOMX_JpegEnc_Utils.h128 LinkedList AllocList; variable
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/
H A DOMX_JpegDecoder.c592 LinkedList_Create(&AllocList);
837 /* LinkedList_DisplayAll (&AllocList); */
839 LinkedList_Destroy(&AllocList);
H A DOMX_JpegDec_Utils.c539 /*LinkedList_DisplayAll (&AllocList); */
541 LinkedList_Destroy(&AllocList);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c429 LinkedList_Create(&AllocList);
719 /* LinkedList_DisplayAll (&AllocList); */
721 LinkedList_Destroy(&AllocList);
H A DOMX_JpegEnc_Utils.c538 /* LinkedList_DisplayAll (&AllocList); */
540 LinkedList_Destroy(&AllocList);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c640 LinkedList_Create(&AllocList);
786 /* LinkedList_DisplayAll(&AllocList); */
788 LinkedList_Destroy(&AllocList);
H A DOMX_VPP_Utils.c677 /* LinkedList_DisplayAll(&AllocList); */
679 LinkedList_Destroy(&AllocList);

Completed in 76 milliseconds