Searched refs:pu2_rgb_dst (Results 1 – 6 of 6) sorted by relevance
110 UWORD16 *pu2_rgb_dst, in ih264d_fmt_conv_420sp_to_rgb565() argument139 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() local781 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()
102 UWORD16 *pu2_rgb_dst,
99 UWORD16 *pu2_rgb_dst, in ih264e_fmt_conv_420sp_to_rgb565() argument127 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()
68 UWORD16 *pu2_rgb_dst,
118 UWORD16 *pu2_rgb_dst, in ihevcd_fmt_conv_420sp_to_rgb565() argument148 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()
58 UWORD16 *pu2_rgb_dst,