Searched refs:u2_width (Results 1 - 6 of 6) sorted by relevance

/external/libmpeg2/common/
H A Dimpeg2_format_conv.h113 UWORD32 u2_width,
/external/libavc/encoder/
H A Dih264e_fmt_conv.h103 UWORD16 u2_height, UWORD16 u2_width, UWORD16 src_y_strd,
H A Dih264e_fmt_conv.c600 UWORD16 u2_width,
627 memcpy((void *) pu1_dst, (void *) pu1_src, u2_width);
639 u2_width_uv = (u2_width + 1) >> 1;
649 pu1_dst += dest_inc_UV - u2_width;
594 ih264e_fmt_conv_420p_to_420sp(UWORD8 *pu1_y_src, UWORD8 *pu1_u_src, UWORD8 *pu1_v_src, UWORD8 *pu1_y_dst, UWORD8 *pu1_uv_dst, UWORD16 u2_height, UWORD16 u2_width, UWORD16 src_y_strd, UWORD16 src_u_strd, UWORD16 src_v_strd, UWORD16 dst_y_strd, UWORD16 dst_uv_strd, UWORD32 convert_uv_only) argument
H A Dih264e_structs.h154 UWORD16 u2_height, UWORD16 u2_width,
/external/libmpeg2/decoder/
H A Dimpeg2d_dec_hdr.c143 UWORD16 u2_width; local
153 u2_width = impeg2d_bit_stream_get(ps_stream,12);
156 if (0 == u2_width || 0 == u2_height)
162 if ((u2_width != ps_dec->u2_horizontal_size)
168 ps_dec->u2_horizontal_size = u2_width;
172 ps_dec->u4_frm_buf_stride = (UWORD32) (u2_width);
177 if((u2_width > ps_dec->u2_create_max_width)
183 ps_dec->u2_reinit_max_width = u2_width;
H A Dimpeg2d_pic_proc.c85 UWORD32 u2_height,u2_width,u2_stride_y,u2_stride_u,u2_stride_v; local
91 u2_width = ps_dec->u2_horizontal_size;
101 u2_width,

Completed in 170 milliseconds