Home
last modified time | relevance | path

Searched refs:u32_stride_V (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/video_filters/src/
DM4VIFI_RGB888toYUV420.c43 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb,\ in M4VIFI_RGB888toYUV420() local
85 u32_stride_V = PlaneOut[2].u_stride; in M4VIFI_RGB888toYUV420()
146 pu8_v_data += u32_stride_V; in M4VIFI_RGB888toYUV420()
DM4VIFI_BGR565toYUV420.c57 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V; in M4VIFI_BGR565toYUV420() local
104 u32_stride_V = pPlaneOut[2].u_stride; in M4VIFI_BGR565toYUV420()
189 pu8_v_data += u32_stride_V; in M4VIFI_BGR565toYUV420()
DM4VIFI_RGB565toYUV420.c58 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V; in M4VIFI_RGB565toYUV420() local
105 u32_stride_V = pPlaneOut[2].u_stride; in M4VIFI_RGB565toYUV420()
192 pu8_v_data += u32_stride_V; in M4VIFI_RGB565toYUV420()
/frameworks/av/libvideoeditor/vss/src/
DM4VIFI_xVSS_RGB565toYUV420.c58 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V; in M4VIFI_xVSS_RGB565toYUV420() local
106 u32_stride_V = pPlaneOut[2].u_stride; in M4VIFI_xVSS_RGB565toYUV420()
210 pu8_v_data += u32_stride_V; in M4VIFI_xVSS_RGB565toYUV420()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorTools.cpp1086 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V; in M4VIFI_xVSS_RGB565toYUV420() local
1134 u32_stride_V = pPlaneOut[2].u_stride; in M4VIFI_xVSS_RGB565toYUV420()
1238 pu8_v_data += u32_stride_V; in M4VIFI_xVSS_RGB565toYUV420()
1267 …M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb, u32_strid… in M4VIFI_RGB888toYUV420() local
1308 u32_stride_V = PlaneOut[2].u_stride; in M4VIFI_RGB888toYUV420()
1369 pu8_v_data += u32_stride_V; in M4VIFI_RGB888toYUV420()