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

  /frameworks/media/libvideoeditor/vss/common/inc/
M4VFL_transition.h 38 UInt32 u_stride; /* line stride, in bytes */ member in struct:S_M4ViComImagePlane
M4VIFI_FiltersAPI.h 103 M4VIFI_UInt32 u_stride; /**< Stride value */ member in struct:__anon15943
    [all...]
  /external/webp/include/webp/
decode.h 105 uint8_t* u, int u_size, int u_stride,
131 int u_stride, v_stride; // chroma strides member in struct:__anon13725
229 // 'u_size' and 'u_stride' parameters, and the chroma-v plane by 'v', 'v_size'
234 uint8_t* u, int u_size, int u_stride,
  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VFL_transition.c 46 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
59 u_stride = (plane_in[0].u_stride >> 1);
60 u_stride_out = (plane_out[0].u_stride >> 1);
120 p_src_line += u_stride;
135 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
141 u_stride = plane_in[1].u_stride;
142 u_stride_out = plane_out[1].u_stride;
160 p_csrc_line += u_stride;
    [all...]
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.cpp 278 if(PlaneIn[0].u_width != PlaneIn[0].u_stride)
309 if(PlaneIn[0].u_width != PlaneIn[0].u_stride)
485 p_buf_src += PlaneIn[plane_number].u_stride;
486 p_buf_dest += PlaneOut[plane_number].u_stride;
672 *( p_out0+y+x*PlaneOut[0].u_stride)=(*(p_in_Y+y+x*PlaneIn[0].u_stride));
673 *( p_out1+(y>>1)+(x>>1)*PlaneOut[1].u_stride)=(*(p_in_U+(y>>1)+(x>>1)*PlaneIn[1].u_stride));
674 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=(*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride));
842 unsigned long u_width, u_stride, u_stride_out,u_height, pix; local
3680 M4VIFI_UInt32 i,j, u_stride; local
3717 M4VIFI_UInt32 i,j, u_stride; local
    [all...]

Completed in 257 milliseconds