Searched defs:u32_stride_V (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
106 u32_stride_V = pPlaneOut[2].u_stride;
210 pu8_v_data += u32_stride_V;
/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
104 u32_stride_V = pPlaneOut[2].u_stride;
189 pu8_v_data += u32_stride_V;
H A DM4VIFI_RGB565toYUV420.c58 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V; local
105 u32_stride_V = pPlaneOut[2].u_stride;
192 pu8_v_data += u32_stride_V;
H A DM4VIFI_RGB888toYUV420.c43 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb,\ local
85 u32_stride_V = PlaneOut[2].u_stride;
146 pu8_v_data += u32_stride_V;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1086 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V; local
1134 u32_stride_V = pPlaneOut[2].u_stride;
1238 pu8_v_data += u32_stride_V;
1267 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb, u32_stride_2rgb; local
1308 u32_stride_V = PlaneOut[2].u_stride;
1369 pu8_v_data += u32_stride_V;

Completed in 15 milliseconds