HomeSort by relevance Sort by last modified time
    Searched refs:u32_stride_out (Results 1 - 5 of 5) sorted by null

  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB565toRGB565.c 52 M4VIFI_UInt32 u32_stride_in, u32_stride_out; local
84 u32_stride_out = pPlaneOut->u_stride;
M4VIFI_ResizeRGB888toRGB888.c 65 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);
M4VIFI_ResizeYUVtoBGR565.c 68 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;
M4VIFI_ResizeYUVtoRGB565.c 71 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/
VideoEditorTools.cpp 1448 M4VIFI_UInt32 u32_stride_in, u32_stride_out; local
    [all...]

Completed in 68 milliseconds