Searched refs:u32_stride_V (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
D | M4VIFI_RGB888toYUV420.c | 43 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()
|
D | M4VIFI_BGR565toYUV420.c | 57 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()
|
D | M4VIFI_RGB565toYUV420.c | 58 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/ |
D | M4VIFI_xVSS_RGB565toYUV420.c | 58 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/ |
D | VideoEditorTools.cpp | 1086 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()
|