Searched refs:pf_aligned_free (Results 1 – 12 of 12) sorted by relevance
/external/libmpeg2/common/ |
D | ideint.h | 106 void (*pf_aligned_free)(void *pv_buf); member
|
D | ideint.c | 166 ps_ctxt->s_params.pf_aligned_free = NULL; in ideint_process()
|
/external/libavc/decoder/ |
D | ih264d_api.c | 1147 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf); in ih264d_free_static_bufs() local 1151 pf_aligned_free = ps_dec->pf_aligned_free; in ih264d_free_static_bufs() 1186 pf_aligned_free(pv_mem_ctxt, dec_hdl); in ih264d_free_static_bufs() 1218 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf); in ih264d_allocate_static_bufs() local 1228 pf_aligned_free = ps_create_ip->s_ivd_create_ip_t.pf_aligned_free; in ih264d_allocate_static_bufs() 1266 ps_dec->pf_aligned_free = pf_aligned_free; in ih264d_allocate_static_bufs() 1540 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf); in ih264d_create() local 1543 pf_aligned_free = ps_create_ip->s_ivd_create_ip_t.pf_aligned_free; in ih264d_create() 1545 pf_aligned_free(pv_mem_ctxt, dec_hdl); in ih264d_create()
|
D | ih264d_utils.h | 44 if(y) {ps_dec->pf_aligned_free(ps_dec->pv_mem_ctxt, ((void *)y)); (y) = NULL;}
|
D | ivd.h | 298 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf); member
|
D | ih264d_structs.h | 1347 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf); member
|
/external/libhevc/decoder/ |
D | ihevcd_api.c | 97 if(y) {ps_codec->pf_aligned_free(ps_codec->pv_mem_ctxt, ((void *)y)); (y) = NULL;} 1159 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf); in ihevcd_allocate_static_bufs() local 1166 pf_aligned_free = ps_create_ip->s_ivd_create_ip_t.pf_aligned_free; in ihevcd_allocate_static_bufs() 1202 ps_codec->pf_aligned_free = pf_aligned_free; in ihevcd_allocate_static_bufs() 1429 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf); in ihevcd_free_static_bufs() local 1433 pf_aligned_free = ps_codec->pf_aligned_free; in ihevcd_free_static_bufs() 1457 pf_aligned_free(pv_mem_ctxt, ps_codec_obj); in ihevcd_free_static_bufs() 2119 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf); in ihevcd_create() local 2122 pf_aligned_free = ps_create_ip->s_ivd_create_ip_t.pf_aligned_free; in ihevcd_create() 2124 pf_aligned_free(pv_mem_ctxt, ps_codec_obj); in ihevcd_create()
|
D | ihevcd_structs.h | 2114 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf); member
|
/external/libhevc/common/ |
D | ivd.h | 296 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf); member
|
/external/libmpeg2/decoder/ |
D | impeg2d_deinterlace.c | 198 s_params.pf_aligned_free = NULL; in impeg2d_deinterlace()
|
/external/libhevc/test/decoder/ |
D | main.c | 2057 s_create_ip.s_ivd_create_ip_t.pf_aligned_free = ihevca_aligned_free; in hevcdec_main()
|
/external/libavc/test/decoder/ |
D | main.c | 2125 s_create_ip.s_ivd_create_ip_t.pf_aligned_free = ih264a_aligned_free; in h264dec_main()
|