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

/external/libavc/common/
H A Dih264_disp_mgr.h59 }disp_mgr_t; typedef in typeref:struct:__anon8706
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);
H A Dih264_disp_mgr.c66 void ih264_disp_mgr_init(disp_mgr_t *ps_disp_mgr)
108 WORD32 ih264_disp_mgr_add(disp_mgr_t *ps_disp_mgr,
151 void* ih264_disp_mgr_get(disp_mgr_t *ps_disp_mgr, WORD32 *pi4_buf_id)
/external/libhevc/common/
H A Dihevc_disp_mgr.h57 }disp_mgr_t; typedef in typeref:struct:__anon9707
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,
H A Dihevc_disp_mgr.c66 disp_mgr_t *ps_disp_mgr)
108 WORD32 ihevc_disp_mgr_add(disp_mgr_t *ps_disp_mgr,
152 disp_mgr_t *ps_disp_mgr,
/external/libmpeg2/common/
H A Dimpeg2_disp_mgr.h55 }disp_mgr_t; typedef in typeref:struct:__anon9955
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);
H A Dimpeg2_disp_mgr.c67 disp_mgr_t *ps_disp_mgr)
110 WORD32 impeg2_disp_mgr_add(disp_mgr_t *ps_disp_mgr,
149 void* impeg2_disp_mgr_get(disp_mgr_t *ps_disp_mgr, WORD32 *pi4_buf_id)
/external/libmpeg2/decoder/
H A Dimpeg2d_structs.h331 disp_mgr_t s_disp_mgr;
/external/libavc/decoder/
H A Dih264d_utils.c931 (disp_mgr_t *)ps_dec->pv_disp_buf_mgr, &i4_disp_buf_id);
1240 (disp_mgr_t *)ps_dec->pv_disp_buf_mgr,
1315 (disp_mgr_t *)ps_dec->pv_disp_buf_mgr,
1674 ih264_disp_mgr_init((disp_mgr_t *)ps_dec->pv_disp_buf_mgr);
H A Dih264d_api.c930 size = sizeof(disp_mgr_t);
1302 size = sizeof(disp_mgr_t);
/external/libhevc/decoder/
H A Dihevcd_utils.c1207 ihevc_disp_mgr_add((disp_mgr_t *)ps_codec->pv_disp_buf_mgr,
1219 ps_codec->ps_disp_buf = (pic_buf_t *)ihevc_disp_mgr_get((disp_mgr_t *)ps_codec->pv_disp_buf_mgr, &ps_codec->i4_disp_buf_id);
H A Dihevcd_decode.c461 (disp_mgr_t *)ps_codec->pv_disp_buf_mgr, &ps_codec->i4_disp_buf_id);
H A Dihevcd_api.c1109 ihevc_disp_mgr_init((disp_mgr_t *)ps_codec->pv_disp_buf_mgr);

Completed in 170 milliseconds