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

  /external/libhevc/decoder/
ihevcd_decode.c 224 if(ps_codec->ps_disp_buf)
226 pic_buf_t *ps_disp_buf = ps_codec->ps_disp_buf; local
229 ps_dec_op->u4_ts = ps_disp_buf->u4_ts;
237 ps_dec_op->s_disp_frm_buf.pv_y_buf = ps_disp_buf->pu1_luma;
240 ps_dec_op->s_disp_frm_buf.pv_u_buf = ps_disp_buf->pu1_chroma;
249 WORD32 diff = ps_disp_buf->pu1_luma - ps_codec->s_disp_buffer[i].pu1_bufs[0];
458 ps_codec->ps_disp_buf = (pic_buf_t *)ihevc_disp_mgr_get(
462 if((ps_codec->ps_disp_buf)
509 if(NULL == ps_codec->ps_disp_buf)
    [all...]
ihevcd_utils.c 950 ps_codec->ps_disp_buf = NULL;
    [all...]
ihevcd_fmt_conv.c 728 ps_disp_pic = ps_codec->ps_disp_buf;
ihevcd_structs.h 1980 pic_buf_t *ps_disp_buf; member in struct:_codec_t
    [all...]
ihevcd_api.c     [all...]

Completed in 286 milliseconds