Home
last modified time | relevance | path

Searched refs:ALIGNED_FREE (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/decoder/
Dihevcd_api.c96 #define ALIGNED_FREE(ps_codec, y) \ macro
1395 ALIGNED_FREE(ps_codec, ps_codec->apv_process_thread_handle[0]); in ihevcd_free_static_bufs()
1396 ALIGNED_FREE(ps_codec, ps_codec->pu1_bitsbuf_static); in ihevcd_free_static_bufs()
1398 ALIGNED_FREE(ps_codec, ps_codec->pv_disp_buf_mgr); in ihevcd_free_static_bufs()
1399 ALIGNED_FREE(ps_codec, ps_codec->pv_dpb_mgr); in ihevcd_free_static_bufs()
1400 ALIGNED_FREE(ps_codec, ps_codec->pv_pic_buf_mgr); in ihevcd_free_static_bufs()
1401 ALIGNED_FREE(ps_codec, ps_codec->pv_mv_buf_mgr); in ihevcd_free_static_bufs()
1402 ALIGNED_FREE(ps_codec, ps_codec->ps_vps_base); in ihevcd_free_static_bufs()
1403 ALIGNED_FREE(ps_codec, ps_codec->ps_sps_base); in ihevcd_free_static_bufs()
1404 ALIGNED_FREE(ps_codec, ps_codec->ps_pps_base); in ihevcd_free_static_bufs()
[all …]