Searched defs:u32_stride_U (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VIFI_xVSS_RGB565toYUV420.c58 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V; local
105 u32_stride_U = pPlaneOut[1].u_stride;
209 pu8_u_data += u32_stride_U;
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_BGR565toYUV420.c57 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V; local
103 u32_stride_U = pPlaneOut[1].u_stride;
188 pu8_u_data += u32_stride_U;
H A DM4VIFI_RGB565toYUV420.c58 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V; local
104 u32_stride_U = pPlaneOut[1].u_stride;
191 pu8_u_data += u32_stride_U;
H A DM4VIFI_RGB888toYUV420.c43 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb,\ local
84 u32_stride_U = PlaneOut[1].u_stride;
145 pu8_u_data += u32_stride_U;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1086 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V; local
1133 u32_stride_U = pPlaneOut[1].u_stride;
1237 pu8_u_data += u32_stride_U;
1267 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb, u32_stride_2rgb; local
1307 u32_stride_U = PlaneOut[1].u_stride;
1368 pu8_u_data += u32_stride_U;

Completed in 14 milliseconds