HomeSort by relevance Sort by last modified time
    Searched refs:ps_disp_buf (Results 1 - 4 of 4) sorted by null

  /external/libhevc/decoder/
ihevcd_decode.c 226 if(ps_codec->ps_disp_buf)
228 pic_buf_t *ps_disp_buf = ps_codec->ps_disp_buf; local
231 ps_dec_op->u4_ts = ps_disp_buf->u4_ts;
239 ps_dec_op->s_disp_frm_buf.pv_y_buf = ps_disp_buf->pu1_luma;
242 ps_dec_op->s_disp_frm_buf.pv_u_buf = ps_disp_buf->pu1_chroma;
445 ps_codec->ps_disp_buf = (pic_buf_t *)ihevc_disp_mgr_get(
449 if((ps_codec->ps_disp_buf)
496 if(NULL == ps_codec->ps_disp_buf)
532 ps_codec->ps_disp_buf = NULL
    [all...]
ihevcd_utils.c 1002 ps_codec->ps_disp_buf = NULL;
    [all...]
ihevcd_structs.h 1992 pic_buf_t *ps_disp_buf; member in struct:_codec_t
    [all...]
ihevcd_fmt_conv.c 728 ps_disp_pic = ps_codec->ps_disp_buf;

Completed in 916 milliseconds