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

  /frameworks/av/libvideoeditor/vss/src/
M4VIFI_xVSS_RGB565toYUV420.c 58 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V;
106 u32_stride_V = pPlaneOut[2].u_stride;
210 pu8_v_data += u32_stride_V;
  /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;
104 u32_stride_V = pPlaneOut[2].u_stride;
189 pu8_v_data += u32_stride_V;
M4VIFI_RGB565toYUV420.c 58 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V;
105 u32_stride_V = pPlaneOut[2].u_stride;
192 pu8_v_data += u32_stride_V;
M4VIFI_RGB888toYUV420.c 43 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb,\
85 u32_stride_V = PlaneOut[2].u_stride;
146 pu8_v_data += u32_stride_V;
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]

Completed in 1172 milliseconds