Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_decode.c271 ps_dec_op->s_disp_frm_buf.u4_y_wd = ps_codec->i4_disp_wd; in ihevcd_fill_outargs()
272 ps_dec_op->s_disp_frm_buf.u4_y_ht = ps_codec->i4_disp_ht; in ihevcd_fill_outargs()
276 ps_dec_op->s_disp_frm_buf.pv_y_buf = ps_disp_buf->pu1_luma; in ihevcd_fill_outargs()
279 ps_dec_op->s_disp_frm_buf.pv_u_buf = ps_disp_buf->pu1_chroma; in ihevcd_fill_outargs()
280 ps_dec_op->s_disp_frm_buf.pv_v_buf = NULL; in ihevcd_fill_outargs()
299 ps_dec_op->s_disp_frm_buf.pv_u_buf = pu1_u_dst; in ihevcd_fill_outargs()
300 ps_dec_op->s_disp_frm_buf.pv_v_buf = pu1_v_dst; in ihevcd_fill_outargs()
302 ps_dec_op->s_disp_frm_buf.u4_y_strd = ps_codec->i4_strd; in ihevcd_fill_outargs()
306 ps_dec_op->s_disp_frm_buf.pv_y_buf = in ihevcd_fill_outargs()
308 ps_dec_op->s_disp_frm_buf.pv_u_buf = in ihevcd_fill_outargs()
[all …]
/external/libavc/decoder/
Dih264d_format_conv.c715 pu1_y_dst = (UWORD8 *)pv_disp_op->s_disp_frm_buf.pv_y_buf; in ih264d_format_convert()
716 pu1_y_dst += u4_start_y * pv_disp_op->s_disp_frm_buf.u4_y_strd; in ih264d_format_convert()
718 pu1_u_dst = (UWORD8 *)pv_disp_op->s_disp_frm_buf.pv_u_buf; in ih264d_format_convert()
719 pu1_u_dst += start_uv * pv_disp_op->s_disp_frm_buf.u4_u_strd; in ih264d_format_convert()
721 pu1_v_dst = (UWORD8 *)pv_disp_op->s_disp_frm_buf.pv_v_buf; in ih264d_format_convert()
722 pu1_v_dst += start_uv * pv_disp_op->s_disp_frm_buf.u4_v_strd; in ih264d_format_convert()
733 pv_disp_op->s_disp_frm_buf.u4_y_strd, in ih264d_format_convert()
734 pv_disp_op->s_disp_frm_buf.u4_u_strd, in ih264d_format_convert()
744 pu1_y_dst = (UWORD8 *)pv_disp_op->s_disp_frm_buf.pv_y_buf; in ih264d_format_convert()
745 pu1_y_dst += u4_start_y * pv_disp_op->s_disp_frm_buf.u4_y_strd; in ih264d_format_convert()
[all …]
Dih264d_utils.c945 pv_disp_op->s_disp_frm_buf.pv_y_buf = ps_out_buffer->pu1_bufs[0]; in ih264d_get_next_display_field()
946 pv_disp_op->s_disp_frm_buf.pv_u_buf = ps_out_buffer->pu1_bufs[1]; in ih264d_get_next_display_field()
947 pv_disp_op->s_disp_frm_buf.pv_v_buf = ps_out_buffer->pu1_bufs[2]; in ih264d_get_next_display_field()
993 pv_disp_op->s_disp_frm_buf.u4_y_wd = temp = MIN(ps_op_frm->u4_y_wd, in ih264d_get_next_display_field()
995 pv_disp_op->s_disp_frm_buf.u4_u_wd = pv_disp_op->s_disp_frm_buf.u4_y_wd in ih264d_get_next_display_field()
997 pv_disp_op->s_disp_frm_buf.u4_v_wd = pv_disp_op->s_disp_frm_buf.u4_y_wd in ih264d_get_next_display_field()
1000 pv_disp_op->s_disp_frm_buf.u4_y_ht = ps_op_frm->u4_y_ht; in ih264d_get_next_display_field()
1001 pv_disp_op->s_disp_frm_buf.u4_u_ht = pv_disp_op->s_disp_frm_buf.u4_y_ht in ih264d_get_next_display_field()
1003 pv_disp_op->s_disp_frm_buf.u4_v_ht = pv_disp_op->s_disp_frm_buf.u4_y_ht in ih264d_get_next_display_field()
1007 pv_disp_op->s_disp_frm_buf.u4_y_strd = in ih264d_get_next_display_field()
[all …]
Divd.h473 iv_yuv_buf_t s_disp_frm_buf; member
554 iv_yuv_buf_t s_disp_frm_buf; member
Dih264d_api.c2051 ps_dec_op->s_disp_frm_buf = ps_dec->s_disp_op.s_disp_frm_buf; in ih264d_video_decode()
3684 ps_dec_op->s_disp_frm_buf = ps_dec->s_disp_op.s_disp_frm_buf; in ih264d_fill_output_struct_from_context()
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c3179 ps_dec_state->ps_disp_frm_buf = &(ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf); in impeg2d_api_entity()
3251 …ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_y_buf = ps_dec_ip->s_ivd_video_decode_ip_t.s… in impeg2d_api_entity()
3252 …ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_u_buf = ps_dec_ip->s_ivd_video_decode_ip_t.s… in impeg2d_api_entity()
3253 …ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_v_buf = ps_dec_ip->s_ivd_video_decode_ip_t.s… in impeg2d_api_entity()
3258 … ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_y_buf = ps_disp_pic->pu1_y; in impeg2d_api_entity()
3261 … ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_u_buf = ps_disp_pic->pu1_u; in impeg2d_api_entity()
3262 … ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_v_buf = ps_disp_pic->pu1_v; in impeg2d_api_entity()
3270 ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_u_buf = pu1_buf; in impeg2d_api_entity()
3273 ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_v_buf = pu1_buf; in impeg2d_api_entity()
3283 ps_dst = &(ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf); in impeg2d_api_entity()
[all …]
Divd.h419 iv_yuv_buf_t s_disp_frm_buf; member
500 iv_yuv_buf_t s_disp_frm_buf; member
/external/libhevc/common/
Divd.h471 iv_yuv_buf_t s_disp_frm_buf; member
552 iv_yuv_buf_t s_disp_frm_buf; member
/external/libhevc/test/decoder/
Dmain.c1660 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output()
2920 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in hevcdec_main()
2921 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in hevcdec_main()
2922 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c1720 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output()
3047 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in h264dec_main()
3048 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in h264dec_main()
3049 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in h264dec_main()
/external/libmpeg2/test/decoder/
Dmain.c1693 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output()
3046 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in vdec_main()
3047 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in vdec_main()
3048 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in vdec_main()