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

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_BGR565toYUV420.c69 M4VIFI_UInt8 *pu8_bgrn_data, *pu8_bgrn; local
123 pu8_bgrn = pu8_bgrn_data;
129 u16_pix1 = *( (M4VIFI_UInt16 *) pu8_bgrn);
130 u16_pix2 = *( (M4VIFI_UInt16 *) (pu8_bgrn + CST_RGB_16_SIZE));
131 u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_bgrn + u32_stride_bgr));
132 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_bgrn + u32_stride_bgr + CST_RGB_16_SIZE));
175 pu8_bgrn += (CST_RGB_16_SIZE<<1);

Completed in 92 milliseconds