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

  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VFL_transition.c 46 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
60 u_stride_out = (plane_out[0].u_stride >> 1);
73 p_dest += u_stride_out;
119 p_dest_line += u_stride_out;
135 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
142 u_stride_out = plane_out[1].u_stride;
158 p_cdest_line += u_stride_out;
159 p_cdest += u_stride_out;
176 p_cdest_line += u_stride_out;
189 p_cdest_line += u_stride_out;
    [all...]
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.cpp 842 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
    [all...]

Completed in 637 milliseconds