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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VIFI_xVSS_RGB565toYUV420.c70 M4VIFI_UInt8 *pu8_rgbn_data, *pu8_rgbn; local
126 pu8_rgbn = pu8_rgbn_data;
132 u16_pix1 = *( (M4VIFI_UInt16 *) pu8_rgbn);
133 u16_pix2 = *( (M4VIFI_UInt16 *) (pu8_rgbn + CST_RGB_16_SIZE));
134 u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb));
135 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE));
196 pu8_rgbn += (CST_RGB_16_SIZE<<1);
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_RGB565toYUV420.c70 M4VIFI_UInt8 *pu8_rgbn_data, *pu8_rgbn; local
125 pu8_rgbn = pu8_rgbn_data;
131 u16_pix1 = *( (M4VIFI_UInt16 *) pu8_rgbn);
132 u16_pix2 = *( (M4VIFI_UInt16 *) (pu8_rgbn + CST_RGB_16_SIZE));
133 u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb));
134 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE));
178 pu8_rgbn += (CST_RGB_16_SIZE<<1);
H A DM4VIFI_RGB888toYUV420.c55 M4VIFI_UInt8 *pu8_rgbn_data, *pu8_rgbn; local
102 pu8_rgbn= pu8_rgbn_data;
108 GET_RGB24(i32_r00, i32_g00, i32_b00, pu8_rgbn, 0);
109 GET_RGB24(i32_r10, i32_g10, i32_b10, pu8_rgbn, CST_RGB_24_SIZE);
110 GET_RGB24(i32_r01, i32_g01, i32_b01, pu8_rgbn, u32_stride_rgb);
111 GET_RGB24(i32_r11, i32_g11, i32_b11, pu8_rgbn, u32_stride_rgb + CST_RGB_24_SIZE);
136 pu8_rgbn += (CST_RGB_24_SIZE<<1);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1098 M4VIFI_UInt8 *pu8_rgbn_data, *pu8_rgbn; local
1154 pu8_rgbn = pu8_rgbn_data;
1160 u16_pix1 = *( (M4VIFI_UInt16 *) pu8_rgbn);
1161 u16_pix2 = *( (M4VIFI_UInt16 *) (pu8_rgbn + CST_RGB_16_SIZE));
1162 u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb));
1163 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE));
1224 pu8_rgbn += (CST_RGB_16_SIZE<<1);
1278 M4VIFI_UInt8 *pu8_rgbn_data, *pu8_rgbn; local
1325 pu8_rgbn= pu8_rgbn_data;
1331 GET_RGB24(i32_r00, i32_g00, i32_b00, pu8_rgbn,
[all...]

Completed in 48 milliseconds