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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VIFI_xVSS_RGB565toYUV420.c59 M4VIFI_UInt32 u32_stride_rgb, u32_stride_2rgb; local
109 u32_stride_rgb = pPlaneIn->u_stride;
110 u32_stride_2rgb = u32_stride_rgb << 1;
134 u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb));
135 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE));
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_RGB565toYUV420.c59 M4VIFI_UInt32 u32_stride_rgb, u32_stride_2rgb; local
108 u32_stride_rgb = pPlaneIn->u_stride;
109 u32_stride_2rgb = u32_stride_rgb << 1;
133 u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb));
134 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE));
H A DM4VIFI_RGB888toYUV420.c43 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb,\ local
88 u32_stride_rgb = PlaneIn->u_stride;
89 u32_stride_2rgb = u32_stride_rgb << 1;
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);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1087 M4VIFI_UInt32 u32_stride_rgb, u32_stride_2rgb; local
1137 u32_stride_rgb = pPlaneIn->u_stride;
1138 u32_stride_2rgb = u32_stride_rgb << 1;
1162 u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb));
1163 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE));
1267 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb, u32_stride_2rgb; local
1311 u32_stride_rgb = PlaneIn->u_stride;
1312 u32_stride_2rgb = u32_stride_rgb << 1;
1333 GET_RGB24(i32_r01, i32_g01, i32_b01, pu8_rgbn, u32_stride_rgb);
1334 GET_RGB24(i32_r11, i32_g11, i32_b11, pu8_rgbn, u32_stride_rgb
[all...]

Completed in 939 milliseconds