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
1427 ALIGNED_FREE(ps_codec, ps_codec->apv_process_thread_handle[0]); in ihevcd_free_static_bufs()
1428 ALIGNED_FREE(ps_codec, ps_codec->pu1_bitsbuf_static); in ihevcd_free_static_bufs()
1430 ALIGNED_FREE(ps_codec, ps_codec->pv_disp_buf_mgr); in ihevcd_free_static_bufs()
1431 ALIGNED_FREE(ps_codec, ps_codec->pv_dpb_mgr); in ihevcd_free_static_bufs()
1432 ALIGNED_FREE(ps_codec, ps_codec->pv_pic_buf_mgr); in ihevcd_free_static_bufs()
1433 ALIGNED_FREE(ps_codec, ps_codec->pv_mv_buf_mgr); in ihevcd_free_static_bufs()
1434 ALIGNED_FREE(ps_codec, ps_codec->ps_vps_base); in ihevcd_free_static_bufs()
1435 ALIGNED_FREE(ps_codec, ps_codec->ps_sps_base); in ihevcd_free_static_bufs()
1436 ALIGNED_FREE(ps_codec, ps_codec->ps_pps_base); in ihevcd_free_static_bufs()
[all …]