Searched defs:src_stride (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dsoftware_converter.cpp129 int src_stride; member in struct:copyInfo
155 src += info.src_stride;
165 memcpy(dst, src, info.src_stride);
166 src += info.src_stride;
196 info.src_stride = ALIGN(info.width, 32);
201 info.src_plane1_offset = info.src_stride*info.height;
206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
241 info.src_stride = ALIGN(hnd->width, 16);
246 info.src_plane1_offset = info.src_stride*info.height;
251 info.src_plane1_offset = ALIGN(info.src_stride*inf
[all...]
/hardware/qcom/display/msm8974/libcopybit/
H A Dsoftware_converter.cpp129 int src_stride; member in struct:copyInfo
155 src += info.src_stride;
165 memcpy(dst, src, info.src_stride);
166 src += info.src_stride;
196 info.src_stride = ALIGN(info.width, 32);
201 info.src_plane1_offset = info.src_stride*info.height;
206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
241 info.src_stride = ALIGN(hnd->width, 16);
246 info.src_plane1_offset = info.src_stride*info.height;
251 info.src_plane1_offset = ALIGN(info.src_stride*inf
[all...]
/hardware/qcom/display/msm8x26/libcopybit/
H A Dsoftware_converter.cpp129 int src_stride; member in struct:copyInfo
155 src += info.src_stride;
165 memcpy(dst, src, info.src_stride);
166 src += info.src_stride;
196 info.src_stride = ALIGN(info.width, 32);
201 info.src_plane1_offset = info.src_stride*info.height;
206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
241 info.src_stride = ALIGN(hnd->width, 16);
246 info.src_plane1_offset = info.src_stride*info.height;
251 info.src_plane1_offset = ALIGN(info.src_stride*inf
[all...]
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsmb_pproc.h82 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
H A Dmsm_camera.h2127 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_pproc.h73 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
H A Dmsm_camera.h2208 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp4187 ColorConvertFormat src, ColorConvertFormat dest,unsigned int src_stride)
4193 src,dest,0,src_stride);
4186 open(unsigned int height,unsigned int width, ColorConvertFormat src, ColorConvertFormat dest,unsigned int src_stride) argument
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h2006 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h1898 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info

Completed in 1948 milliseconds