Home
last modified time | relevance | path

Searched refs:pu4_rgba_dst (Results 1 – 5 of 5) sorted by relevance

/external/libavc/decoder/
Dih264d_format_conv.c224 UWORD32 *pu4_rgba_dst, in ih264d_fmt_conv_420sp_to_rgba8888() argument
253 pu4_rgba_dst_next_row = pu4_rgba_dst + dst_strd; in ih264d_fmt_conv_420sp_to_rgba8888()
275 *pu4_rgba_dst++ = ((u4_r << 16) | (u4_g << 8) | (u4_b << 0)); in ih264d_fmt_conv_420sp_to_rgba8888()
286 *pu4_rgba_dst++ = ((u4_r << 16) | (u4_g << 8) | (u4_b << 0)); in ih264d_fmt_conv_420sp_to_rgba8888()
320 pu4_rgba_dst = pu4_rgba_dst_next_row - wd + dst_strd; in ih264d_fmt_conv_420sp_to_rgba8888()
/external/libavc/encoder/
Dih264e_fmt_conv.c212 UWORD32 *pu4_rgba_dst, in ih264e_fmt_conv_420sp_to_rgba8888() argument
240 pu4_rgba_dst_NextRow = pu4_rgba_dst + dst_strd; in ih264e_fmt_conv_420sp_to_rgba8888()
262 *pu4_rgba_dst++ = ((u4_r << 16) | (u4_g << 8) | (u4_b << 0)); in ih264e_fmt_conv_420sp_to_rgba8888()
273 *pu4_rgba_dst++ = ((u4_r << 16) | (u4_g << 8) | (u4_b << 0)); in ih264e_fmt_conv_420sp_to_rgba8888()
307 pu4_rgba_dst = pu4_rgba_dst_NextRow - wd + dst_strd; in ih264e_fmt_conv_420sp_to_rgba8888()
Dih264e_fmt_conv.h58 UWORD32 *pu4_rgba_dst,
/external/libhevc/decoder/
Dihevcd_fmt_conv.c233 UWORD32 *pu4_rgba_dst, in ihevcd_fmt_conv_420sp_to_rgba8888() argument
263 pu4_rgba_dst_NextRow = pu4_rgba_dst + dst_strd; in ihevcd_fmt_conv_420sp_to_rgba8888()
284 *pu4_rgba_dst++ = ((u4_r << 16) | (u4_g << 8) | (u4_b << 0)); in ihevcd_fmt_conv_420sp_to_rgba8888()
295 *pu4_rgba_dst++ = ((u4_r << 16) | (u4_g << 8) | (u4_b << 0)); in ihevcd_fmt_conv_420sp_to_rgba8888()
327 pu4_rgba_dst = pu4_rgba_dst_NextRow - wd + dst_strd; in ihevcd_fmt_conv_420sp_to_rgba8888()
Dihevcd_fmt_conv.h48 UWORD32 *pu4_rgba_dst,