Searched refs:pu1_dst_u (Results 1 – 4 of 4) sorted by relevance
/external/libmpeg2/decoder/ |
D | impeg2d_deinterlace.c | 186 UWORD8 *pu1_dst_y, *pu1_dst_u, *pu1_dst_v; in impeg2d_deinterlace() local 223 pu1_dst_u = ps_disp_frm_buf->pv_u_buf; in impeg2d_deinterlace() 241 pu1_dst_u = pu1_buf_u; in impeg2d_deinterlace() 251 impeg2d_get_pic(&s_dst_frm, pu1_dst_y, pu1_dst_u, pu1_dst_v, in impeg2d_deinterlace() 272 s_src_pic.pu1_u = pu1_dst_u; in impeg2d_deinterlace()
|
D | impeg2d_pic_proc.c | 54 UWORD8 *pu1_dst_y,*pu1_dst_u,*pu1_dst_v; in impeg2d_format_convert() local 66 …pu1_dst_u = (UWORD8 *)ps_disp_frm_buf->pv_u_buf +((u4_start_row >> 1)*(ps_dec->u4_frm_buf_stride… in impeg2d_format_convert() 72 pu1_dst_u, pu1_dst_v, in impeg2d_format_convert() 116 …pu1_dst_u = (UWORD8 *)ps_disp_frm_buf->pv_u_buf +((u4_start_row >> 1)*(ps_dec->u4_frm_buf_stride… in impeg2d_format_convert() 133 pu1_dst_u, in impeg2d_format_convert() 149 pu1_dst_u, in impeg2d_format_convert()
|
/external/libmpeg2/common/ |
D | impeg2_format_conv.c | 108 UWORD8 *pu1_dst_u, in impeg2_copy_frm_yuv420p() argument 133 memcpy(pu1_dst_u, pu1_src_u, i4_uv_width); in impeg2_copy_frm_yuv420p() 134 pu1_dst_u += (u4_dst_stride_u); in impeg2_copy_frm_yuv420p()
|
D | impeg2_format_conv.h | 85 UWORD8 *pu1_dst_u,
|