Searched refs:u32_stride_out (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_ResizeRGB565toRGB565.c52 M4VIFI_UInt32 u32_stride_in, u32_stride_out; local
84 u32_stride_out = pPlaneOut->u_stride;
H A DM4VIFI_ResizeRGB888toRGB888.c65 M4VIFI_UInt32 u32_stride_in, u32_stride_out; local
99 u32_stride_out = pPlaneOut->u_stride;
264 //pu16_data_out = pu16_data_out + (u32_stride_out>>1) - (u32_width_out);
H A DM4VIFI_ResizeYUVtoBGR565.c68 M4VIFI_UInt32 u32_stride_out, u32_stride2_out, u32_width2_RGB, u32_height2_RGB; local
112 u32_stride_out = pPlaneOut->u_stride >> 1;
417 pu32_rgb_data_start += u32_stride_out;
H A DM4VIFI_ResizeYUVtoRGB565.c71 M4VIFI_UInt32 u32_stride_out, u32_stride2_out, u32_width2_RGB, u32_height2_RGB; local
116 u32_stride_out = pPlaneOut->u_stride >> 1;
418 pu32_rgb_data_start += u32_stride_out;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1448 M4VIFI_UInt32 u32_stride_in, u32_stride_out; local
1495 u32_stride_out = pPlaneOut[u32_plane].u_stride;
1641 pu8_data_out = pu8_data_out + u32_stride_out - u32_width_out;

Completed in 62 milliseconds