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.c232 ps_dec_op->s_disp_frm_buf.u4_y_wd = ps_codec->i4_disp_wd; in ihevcd_fill_outargs()
233 ps_dec_op->s_disp_frm_buf.u4_y_ht = ps_codec->i4_disp_ht; in ihevcd_fill_outargs()
237 ps_dec_op->s_disp_frm_buf.pv_y_buf = ps_disp_buf->pu1_luma; in ihevcd_fill_outargs()
240 ps_dec_op->s_disp_frm_buf.pv_u_buf = ps_disp_buf->pu1_chroma; in ihevcd_fill_outargs()
241 ps_dec_op->s_disp_frm_buf.pv_v_buf = NULL; in ihevcd_fill_outargs()
260 ps_dec_op->s_disp_frm_buf.pv_u_buf = pu1_u_dst; in ihevcd_fill_outargs()
261 ps_dec_op->s_disp_frm_buf.pv_v_buf = pu1_v_dst; in ihevcd_fill_outargs()
263 ps_dec_op->s_disp_frm_buf.u4_y_strd = ps_codec->i4_strd; in ihevcd_fill_outargs()
267 ps_dec_op->s_disp_frm_buf.pv_y_buf = in ihevcd_fill_outargs()
269 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.c950 pv_disp_op->s_disp_frm_buf.pv_y_buf = ps_out_buffer->pu1_bufs[0]; in ih264d_get_next_display_field()
951 pv_disp_op->s_disp_frm_buf.pv_u_buf = ps_out_buffer->pu1_bufs[1]; in ih264d_get_next_display_field()
952 pv_disp_op->s_disp_frm_buf.pv_v_buf = ps_out_buffer->pu1_bufs[2]; in ih264d_get_next_display_field()
998 pv_disp_op->s_disp_frm_buf.u4_y_wd = temp = MIN(ps_op_frm->u4_y_wd, in ih264d_get_next_display_field()
1000 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()
1002 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()
1005 pv_disp_op->s_disp_frm_buf.u4_y_ht = ps_op_frm->u4_y_ht; in ih264d_get_next_display_field()
1006 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()
1008 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()
1012 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.c1866 ps_dec_op->s_disp_frm_buf = ps_dec->s_disp_op.s_disp_frm_buf; in ih264d_video_decode()
3508 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.c3020 ps_dec_state->ps_disp_frm_buf = &(ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf); in impeg2d_api_entity()
3091 …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()
3092 …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()
3093 …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()
3098 … 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()
3101 … 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()
3102 … 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()
3110 ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_u_buf = pu1_buf; in impeg2d_api_entity()
3113 ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_v_buf = pu1_buf; in impeg2d_api_entity()
3123 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()
2893 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in hevcdec_main()
2894 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in hevcdec_main()
2895 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in hevcdec_main()
/external/libmpeg2/test/decoder/
Dmain.c1693 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output()
3011 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in vdec_main()
3012 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in vdec_main()
3013 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in vdec_main()
/external/libavc/test/decoder/
Dmain.c1720 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output()
3024 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in h264dec_main()
3025 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in h264dec_main()
3026 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in h264dec_main()