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

  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_BGR565toYUV420.c 57 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V;
103 u32_stride_U = pPlaneOut[1].u_stride;
188 pu8_u_data += u32_stride_U;
M4VIFI_RGB565toYUV420.c 58 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V;
104 u32_stride_U = pPlaneOut[1].u_stride;
191 pu8_u_data += u32_stride_U;
M4VIFI_RGB888toYUV420.c 43 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb,\
84 u32_stride_U = PlaneOut[1].u_stride;
145 pu8_u_data += u32_stride_U;
  /frameworks/av/libvideoeditor/vss/src/
M4VIFI_xVSS_RGB565toYUV420.c 58 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V;
105 u32_stride_U = pPlaneOut[1].u_stride;
209 pu8_u_data += u32_stride_U;
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]

Completed in 681 milliseconds