Searched refs:s_disp_frm_buf (Results 1 – 11 of 11) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_decode.c | 234 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/libavc/decoder/ |
D | ih264d_format_conv.c | 715 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 …]
|
D | ih264d_utils.c | 1165 pv_disp_op->s_disp_frm_buf.pv_y_buf = ps_out_buffer->pu1_bufs[0]; in ih264d_get_next_display_field() 1166 pv_disp_op->s_disp_frm_buf.pv_u_buf = ps_out_buffer->pu1_bufs[1]; in ih264d_get_next_display_field() 1167 pv_disp_op->s_disp_frm_buf.pv_v_buf = ps_out_buffer->pu1_bufs[2]; in ih264d_get_next_display_field() 1213 pv_disp_op->s_disp_frm_buf.u4_y_wd = temp = MIN(ps_op_frm->u4_y_wd, in ih264d_get_next_display_field() 1215 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() 1217 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() 1220 pv_disp_op->s_disp_frm_buf.u4_y_ht = ps_op_frm->u4_y_ht; in ih264d_get_next_display_field() 1221 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() 1223 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() 1227 pv_disp_op->s_disp_frm_buf.u4_y_strd = in ih264d_get_next_display_field() [all …]
|
D | ivd.h | 322 iv_yuv_buf_t s_disp_frm_buf; member 358 iv_yuv_buf_t s_disp_frm_buf; member
|
D | ih264d_api.c | 2821 ps_dec_op->s_disp_frm_buf = ps_dec->s_disp_op.s_disp_frm_buf; in ih264d_video_decode() 4528 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/ |
D | impeg2d_api_main.c | 2954 ps_dec_state->ps_disp_frm_buf = &(ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf); in impeg2d_api_entity() 3025 …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() 3026 …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() 3027 …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() 3032 … 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() 3035 … 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() 3036 … 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() 3044 ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_u_buf = pu1_buf; in impeg2d_api_entity() 3047 ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf.pv_v_buf = pu1_buf; in impeg2d_api_entity() 3055 &(ps_dec_op->s_ivd_video_decode_op_t.s_disp_frm_buf), in impeg2d_api_entity() [all …]
|
D | ivd.h | 419 iv_yuv_buf_t s_disp_frm_buf; member 500 iv_yuv_buf_t s_disp_frm_buf; member
|
/external/libhevc/common/ |
D | ivd.h | 417 iv_yuv_buf_t s_disp_frm_buf; member 498 iv_yuv_buf_t s_disp_frm_buf; member
|
/external/libhevc/test/decoder/ |
D | main.c | 1678 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output() 2983 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in hevcdec_main() 2984 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in hevcdec_main() 2985 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in hevcdec_main()
|
/external/libavc/test/decoder/ |
D | main.c | 1739 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output() 3087 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in h264dec_main() 3088 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in h264dec_main() 3089 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in h264dec_main()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 1686 dump_output(ps_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in flush_output() 2999 width = s_video_decode_op.s_disp_frm_buf.u4_y_wd; in vdec_main() 3000 height = s_video_decode_op.s_disp_frm_buf.u4_y_ht; in vdec_main() 3001 dump_output(&s_app_ctx, &(s_video_decode_op.s_disp_frm_buf), in vdec_main()
|