Searched refs:u32_stride_2rgb (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
110 u32_stride_2rgb = u32_stride_rgb << 1;
211 pu8_rgbn_data += u32_stride_2rgb;
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_RGB565toYUV420.c59 M4VIFI_UInt32 u32_stride_rgb, u32_stride_2rgb; local
109 u32_stride_2rgb = u32_stride_rgb << 1;
193 pu8_rgbn_data += u32_stride_2rgb;
H A DM4VIFI_RGB888toYUV420.c44 u32_stride_2rgb; local
89 u32_stride_2rgb = u32_stride_rgb << 1;
147 pu8_rgbn_data += u32_stride_2rgb;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1087 M4VIFI_UInt32 u32_stride_rgb, u32_stride_2rgb; local
1138 u32_stride_2rgb = u32_stride_rgb << 1;
1239 pu8_rgbn_data += u32_stride_2rgb;
1267 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb, u32_stride_2rgb; local
1312 u32_stride_2rgb = u32_stride_rgb << 1;
1370 pu8_rgbn_data += u32_stride_2rgb;

Completed in 752 milliseconds