Searched refs:pv_disp_buf_mgr (Results 1 – 7 of 7) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_utils.c | 909 (disp_mgr_t *)ps_dec->pv_disp_buf_mgr, &i4_disp_buf_id); in ih264d_get_next_display_field() 1223 (disp_mgr_t *)ps_dec->pv_disp_buf_mgr, in ih264d_assign_display_seq() 1300 (disp_mgr_t *)ps_dec->pv_disp_buf_mgr, in ih264d_release_display_bufs() 1659 ih264_disp_mgr_init((disp_mgr_t *)ps_dec->pv_disp_buf_mgr); in ih264d_create_pic_buffers()
|
D | ih264d_api.c | 931 memset(ps_dec->pv_disp_buf_mgr, 0 , size); in ih264d_init_decoder() 1187 PS_DEC_ALIGNED_FREE(ps_dec, ps_dec->pv_disp_buf_mgr); in ih264d_free_static_bufs() 1329 ps_dec->pv_disp_buf_mgr = pv_buf; in ih264d_allocate_static_bufs()
|
D | ih264d_structs.h | 1338 void *pv_disp_buf_mgr; member
|
/external/libhevc/decoder/ |
D | ihevcd_utils.c | 1272 ihevc_disp_mgr_add((disp_mgr_t *)ps_codec->pv_disp_buf_mgr, in ihevcd_parse_pic_init() 1284 …s_disp_buf = (pic_buf_t *)ihevc_disp_mgr_get((disp_mgr_t *)ps_codec->pv_disp_buf_mgr, &ps_codec->i… in ihevcd_parse_pic_init()
|
D | ihevcd_structs.h | 1976 void *pv_disp_buf_mgr; member
|
D | ihevcd_decode.c | 497 (disp_mgr_t *)ps_codec->pv_disp_buf_mgr, &ps_codec->i4_disp_buf_id); in ihevcd_decode()
|
D | ihevcd_api.c | 1109 ihevc_disp_mgr_init((disp_mgr_t *)ps_codec->pv_disp_buf_mgr); in ihevcd_init() 1227 ps_codec->pv_disp_buf_mgr = pv_buf; in ihevcd_allocate_static_bufs() 1430 ALIGNED_FREE(ps_codec, ps_codec->pv_disp_buf_mgr); in ihevcd_free_static_bufs()
|