Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_disp_mgr.h57 }disp_mgr_t; typedef
60 disp_mgr_t *ps_disp_mgr);
63 disp_mgr_t *ps_disp_mgr,
68 void* ihevc_disp_mgr_get(disp_mgr_t *ps_disp_mgr,
Dihevc_disp_mgr.c66 disp_mgr_t *ps_disp_mgr) in ihevc_disp_mgr_init()
108 WORD32 ihevc_disp_mgr_add(disp_mgr_t *ps_disp_mgr, in ihevc_disp_mgr_add()
152 disp_mgr_t *ps_disp_mgr, in ihevc_disp_mgr_get()
/external/libmpeg2/common/
Dimpeg2_disp_mgr.h55 }disp_mgr_t; typedef
58 disp_mgr_t *ps_disp_mgr);
61 disp_mgr_t *ps_disp_mgr,
65 void* impeg2_disp_mgr_get(disp_mgr_t *ps_disp_mgr, WORD32 *pi4_buf_id);
Dimpeg2_disp_mgr.c67 disp_mgr_t *ps_disp_mgr) in impeg2_disp_mgr_init()
110 WORD32 impeg2_disp_mgr_add(disp_mgr_t *ps_disp_mgr, in impeg2_disp_mgr_add()
149 void* impeg2_disp_mgr_get(disp_mgr_t *ps_disp_mgr, WORD32 *pi4_buf_id) in impeg2_disp_mgr_get()
/external/libavc/common/
Dih264_disp_mgr.h59 }disp_mgr_t; typedef
61 void ih264_disp_mgr_init(disp_mgr_t *ps_disp_mgr);
63 WORD32 ih264_disp_mgr_add(disp_mgr_t *ps_disp_mgr,
68 void* ih264_disp_mgr_get(disp_mgr_t *ps_disp_mgr, WORD32 *pi4_buf_id);
Dih264_disp_mgr.c66 void ih264_disp_mgr_init(disp_mgr_t *ps_disp_mgr) in ih264_disp_mgr_init()
108 WORD32 ih264_disp_mgr_add(disp_mgr_t *ps_disp_mgr, in ih264_disp_mgr_add()
151 void* ih264_disp_mgr_get(disp_mgr_t *ps_disp_mgr, WORD32 *pi4_buf_id) in ih264_disp_mgr_get()
/external/libmpeg2/decoder/
Dimpeg2d_structs.h331 disp_mgr_t s_disp_mgr;
/external/libavc/decoder/
Dih264d_utils.c992 (disp_mgr_t *)ps_dec->pv_disp_buf_mgr, &i4_disp_buf_id); in ih264d_get_next_display_field()
1309 (disp_mgr_t *)ps_dec->pv_disp_buf_mgr, in ih264d_assign_display_seq()
1387 (disp_mgr_t *)ps_dec->pv_disp_buf_mgr, in ih264d_release_display_bufs()
1759 ih264_disp_mgr_init((disp_mgr_t *)ps_dec->pv_disp_buf_mgr); in ih264d_create_pic_buffers()
Dih264d_api.c1079 size = sizeof(disp_mgr_t); in ih264d_init_decoder()
1484 size = sizeof(disp_mgr_t); in ih264d_allocate_static_bufs()
/external/libhevc/decoder/
Dihevcd_utils.c1288 ihevc_disp_mgr_add((disp_mgr_t *)ps_codec->pv_disp_buf_mgr, in ihevcd_parse_pic_init()
1300 …ps_codec->ps_disp_buf = (pic_buf_t *)ihevc_disp_mgr_get((disp_mgr_t *)ps_codec->pv_disp_buf_mgr, &… in ihevcd_parse_pic_init()
Dihevcd_decode.c505 (disp_mgr_t *)ps_codec->pv_disp_buf_mgr, &ps_codec->i4_disp_buf_id); in ihevcd_decode()
Dihevcd_api.c1109 ihevc_disp_mgr_init((disp_mgr_t *)ps_codec->pv_disp_buf_mgr); in ihevcd_init()