Searched refs:_h_ (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
D | OMX_VideoEnc_Utils.h | 369 #define VIDENC_MALLOC(_p_, _s_, _c_, _h_, dbg) \ argument 386 eError = OMX_VIDENC_ListAdd(&(dbg), _h_, _p_); \ 393 #define VIDENC_FREE(_p_, _h_, dbg) \ argument 395 OMX_VIDENC_ListRemove((&dbg), _h_, _p_); \
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
D | VideoEncTest.c | 88 #define VIDENCTEST_MALLOC(_p_, _s_, _c_, _h_) \ argument 102 eError = VIDENCTEST_ListAdd(_h_, _p_); \ 110 #define VIDENCTEST_FREE(_p_, _h_) \ argument 111 VIDENCTEST_ListRemove(_h_, _p_); \
|