Home
last modified time | relevance | path

Searched refs:pi4_buf_id (Results 1 – 9 of 9) sorted by relevance

/external/libmpeg2/common/
Dimpeg2_disp_mgr.c149 void* impeg2_disp_mgr_get(disp_mgr_t *ps_disp_mgr, WORD32 *pi4_buf_id) in impeg2_disp_mgr_get() argument
153 *pi4_buf_id = -1; in impeg2_disp_mgr_get()
163 *pi4_buf_id = ps_disp_mgr->ai4_buf_id[id]; in impeg2_disp_mgr_get()
Dimpeg2_buf_mgr.c197 WORD32 *pi4_buf_id) in impeg2_buf_mgr_get_next_free() argument
208 *pi4_buf_id = id; in impeg2_buf_mgr_get_next_free()
Dimpeg2_disp_mgr.h65 void* impeg2_disp_mgr_get(disp_mgr_t *ps_disp_mgr, WORD32 *pi4_buf_id);
/external/libavc/common/
Dih264_disp_mgr.c151 void* ih264_disp_mgr_get(disp_mgr_t *ps_disp_mgr, WORD32 *pi4_buf_id) in ih264_disp_mgr_get() argument
173 *pi4_buf_id = min_poc_id; in ih264_disp_mgr_get()
Dih264_disp_mgr.h68 void* ih264_disp_mgr_get(disp_mgr_t *ps_disp_mgr, WORD32 *pi4_buf_id);
Dih264_buf_mgr.c347 void* ih264_buf_mgr_get_next_free(buf_mgr_t *ps_buf_mgr, WORD32 *pi4_buf_id) in ih264_buf_mgr_get_next_free() argument
361 *pi4_buf_id = id; in ih264_buf_mgr_get_next_free()
/external/libhevc/common/
Dihevc_disp_mgr.c153 WORD32 *pi4_buf_id) in ihevc_disp_mgr_get() argument
175 *pi4_buf_id = min_poc_id; in ihevc_disp_mgr_get()
Dihevc_buf_mgr.c162 WORD32 *pi4_buf_id) in ihevc_buf_mgr_get_next_free() argument
175 *pi4_buf_id = id; in ihevc_buf_mgr_get_next_free()
Dihevc_disp_mgr.h69 WORD32 *pi4_buf_id);