Home
last modified time | relevance | path

Searched refs:s_disp_frm_buf (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_decode.c234 ps_dec_op->s_disp_frm_buf.u4_y_wd = ps_codec->i4_disp_wd; in ihevcd_fill_outargs()
235 ps_dec_op->s_disp_frm_buf.u4_y_ht = ps_codec->i4_disp_ht; in ihevcd_fill_outargs()
239 ps_dec_op->s_disp_frm_buf.pv_y_buf = ps_disp_buf->pu1_luma; in ihevcd_fill_outargs()
242 ps_dec_op->s_disp_frm_buf.pv_u_buf = ps_disp_buf->pu1_chroma; in ihevcd_fill_outargs()
243 ps_dec_op->s_disp_frm_buf.pv_v_buf = NULL; in ihevcd_fill_outargs()
247 ps_dec_op->s_disp_frm_buf.pv_u_buf = in ihevcd_fill_outargs()
249 ps_dec_op->s_disp_frm_buf.pv_v_buf = in ihevcd_fill_outargs()
253 ps_dec_op->s_disp_frm_buf.u4_y_strd = ps_codec->i4_strd; in ihevcd_fill_outargs()
258 ps_dec_op->s_disp_frm_buf.pv_y_buf = in ihevcd_fill_outargs()
260 ps_dec_op->s_disp_frm_buf.pv_u_buf = in ihevcd_fill_outargs()
[all …]
/external/libhevc/common/
Divd.h417 iv_yuv_buf_t s_disp_frm_buf; member
498 iv_yuv_buf_t s_disp_frm_buf; member
/external/libhevc/test/decoder/
Dmain.c1678 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output()
2987 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in hevcdec_main()
2988 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in hevcdec_main()
2989 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in hevcdec_main()