HomeSort by relevance Sort by last modified time
    Searched refs:pu1_dst_v (Results 1 - 5 of 5) sorted by null

  /external/libmpeg2/decoder/
impeg2d_deinterlace.c 186 UWORD8 *pu1_dst_y, *pu1_dst_u, *pu1_dst_v; local
224 pu1_dst_v = ps_disp_frm_buf->pv_v_buf;
242 pu1_dst_v = pu1_buf_v;
251 impeg2d_get_pic(&s_dst_frm, pu1_dst_y, pu1_dst_u, pu1_dst_v,
273 s_src_pic.pu1_v = pu1_dst_v;
impeg2d_pic_proc.c 54 UWORD8 *pu1_dst_y,*pu1_dst_u,*pu1_dst_v; local
67 pu1_dst_v = (UWORD8 *)ps_disp_frm_buf->pv_v_buf +((u4_start_row >> 1)*(ps_dec->u4_frm_buf_stride >> 1));
72 pu1_dst_u, pu1_dst_v,
  /external/libmpeg2/common/
impeg2_format_conv.h 86 UWORD8 *pu1_dst_v,
impeg2_format_conv.c 76 /* pu1_dst_v, - UWORD8 pointer to dest v plane. */
109 UWORD8 *pu1_dst_v,
141 memcpy(pu1_dst_v, pu1_src_v, i4_uv_width);
142 pu1_dst_v += (u4_dst_stride_v);
  /external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 675 UWORD8 *pu1_dst = NULL, *pu1_dst_v = NULL; local
    [all...]

Completed in 139 milliseconds