Home
last modified time | relevance | path

Searched refs:pu2_rgb_dst (Results 1 – 6 of 6) sorted by relevance

/external/libavc/decoder/
Dih264d_format_conv.c110 UWORD16 *pu2_rgb_dst, in ih264d_fmt_conv_420sp_to_rgb565() argument
139 pu2_rgb_dst_next_row = pu2_rgb_dst + dst_strd; in ih264d_fmt_conv_420sp_to_rgb565()
164 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ih264d_fmt_conv_420sp_to_rgb565()
178 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ih264d_fmt_conv_420sp_to_rgb565()
216 pu2_rgb_dst = pu2_rgb_dst_next_row - wd + dst_strd; in ih264d_fmt_conv_420sp_to_rgb565()
779 UWORD16 *pu2_rgb_dst; in ih264d_format_convert() local
781 pu2_rgb_dst = (UWORD16 *)pv_disp_op->s_disp_frm_buf.pv_y_buf; in ih264d_format_convert()
782 pu2_rgb_dst += u4_start_y * pv_disp_op->s_disp_frm_buf.u4_y_strd; in ih264d_format_convert()
786 pu2_rgb_dst, in ih264d_format_convert()
Dih264d_format_conv.h102 UWORD16 *pu2_rgb_dst,
/external/libavc/encoder/
Dih264e_fmt_conv.c99 UWORD16 *pu2_rgb_dst, in ih264e_fmt_conv_420sp_to_rgb565() argument
127 pu2_rgb_dst_NextRow = pu2_rgb_dst + dst_strd; in ih264e_fmt_conv_420sp_to_rgb565()
152 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ih264e_fmt_conv_420sp_to_rgb565()
166 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ih264e_fmt_conv_420sp_to_rgb565()
204 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd; in ih264e_fmt_conv_420sp_to_rgb565()
Dih264e_fmt_conv.h68 UWORD16 *pu2_rgb_dst,
/external/libhevc/decoder/
Dihevcd_fmt_conv.c118 UWORD16 *pu2_rgb_dst, in ihevcd_fmt_conv_420sp_to_rgb565() argument
148 pu2_rgb_dst_NextRow = pu2_rgb_dst + dst_strd; in ihevcd_fmt_conv_420sp_to_rgb565()
172 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ihevcd_fmt_conv_420sp_to_rgb565()
186 *pu2_rgb_dst++ = ((u4_r << 11) | (u4_g << 5) | u4_b); in ihevcd_fmt_conv_420sp_to_rgb565()
224 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd; in ihevcd_fmt_conv_420sp_to_rgb565()
Dihevcd_fmt_conv.h58 UWORD16 *pu2_rgb_dst,