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.c275 ps_dec_op->s_disp_frm_buf.u4_y_wd = ps_codec->i4_disp_wd; in ihevcd_fill_outargs()
276 ps_dec_op->s_disp_frm_buf.u4_y_ht = ps_codec->i4_disp_ht; in ihevcd_fill_outargs()
280 ps_dec_op->s_disp_frm_buf.pv_y_buf = ps_disp_buf->pu1_luma; in ihevcd_fill_outargs()
283 ps_dec_op->s_disp_frm_buf.pv_u_buf = ps_disp_buf->pu1_chroma; in ihevcd_fill_outargs()
284 ps_dec_op->s_disp_frm_buf.pv_v_buf = NULL; in ihevcd_fill_outargs()
303 ps_dec_op->s_disp_frm_buf.pv_u_buf = pu1_u_dst; in ihevcd_fill_outargs()
304 ps_dec_op->s_disp_frm_buf.pv_v_buf = pu1_v_dst; in ihevcd_fill_outargs()
306 ps_dec_op->s_disp_frm_buf.u4_y_strd = ps_codec->i4_strd; in ihevcd_fill_outargs()
310 ps_dec_op->s_disp_frm_buf.pv_y_buf = in ihevcd_fill_outargs()
312 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.c998 pv_disp_op->s_disp_frm_buf.pv_y_buf = ps_out_buffer->pu1_bufs[0]; in ih264d_get_next_display_field()
999 pv_disp_op->s_disp_frm_buf.pv_u_buf = ps_out_buffer->pu1_bufs[1]; in ih264d_get_next_display_field()
1000 pv_disp_op->s_disp_frm_buf.pv_v_buf = ps_out_buffer->pu1_bufs[2]; in ih264d_get_next_display_field()
1049 pv_disp_op->s_disp_frm_buf.u4_y_wd = temp = MIN(ps_op_frm->u4_y_wd, in ih264d_get_next_display_field()
1051 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()
1053 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()
1056 pv_disp_op->s_disp_frm_buf.u4_y_ht = ps_op_frm->u4_y_ht; in ih264d_get_next_display_field()
1057 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()
1059 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()
1063 pv_disp_op->s_disp_frm_buf.u4_y_strd = in ih264d_get_next_display_field()
[all …]
Divd.h496 iv_yuv_buf_t s_disp_frm_buf; member
593 iv_yuv_buf_t s_disp_frm_buf; member
Dih264d_api.c2224 ps_dec_op->s_disp_frm_buf = ps_dec->s_disp_op.s_disp_frm_buf; in ih264d_video_decode()
4111 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.c3175 ps_dec_state->ps_disp_frm_buf = &(ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf); in impeg2d_api_entity()
3247 …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()
3248 …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()
3249 …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()
3254 … 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()
3257 … 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()
3258 … 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()
3266 ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_u_buf = pu1_buf; in impeg2d_api_entity()
3269 ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_v_buf = pu1_buf; in impeg2d_api_entity()
3279 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
563 iv_yuv_buf_t s_disp_frm_buf; member
/external/libhevc/test/decoder/
Dmain.c1662 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output()
2922 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in hevcdec_main()
2923 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in hevcdec_main()
2924 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in hevcdec_main()
/external/libmpeg2/test/decoder/
Dmain.c1695 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output()
3048 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in vdec_main()
3049 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in vdec_main()
3050 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in vdec_main()
/external/libavc/test/decoder/
Dmain.c1858 dump_output(ps_app_ctx, &(ps_video_decode_op->s_disp_frm_buf), in flush_output()
3322 width = ps_video_decode_op->s_disp_frm_buf.u4_y_wd; in h264dec_main()
3323 height = ps_video_decode_op->s_disp_frm_buf.u4_y_ht; in h264dec_main()
3324 dump_output(&s_app_ctx, &(ps_video_decode_op->s_disp_frm_buf), in h264dec_main()