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

/hardware/qcom/display/msm8960/libcopybit/
H A Dsoftware_converter.cpp130 int dst_stride; member in struct:copyInfo
156 dst += info.dst_stride;
167 dst += info.dst_stride;
197 info.dst_stride = ALIGN(info.width, 16);
202 info.dst_plane1_offset = info.dst_stride*info.height;
207 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
242 info.dst_stride = ALIGN(info.width, 32);
247 info.dst_plane1_offset = info.dst_stride*info.height;
252 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
/hardware/qcom/display/msm8974/libcopybit/
H A Dsoftware_converter.cpp130 int dst_stride; member in struct:copyInfo
156 dst += info.dst_stride;
167 dst += info.dst_stride;
197 info.dst_stride = ALIGN(info.width, 16);
202 info.dst_plane1_offset = info.dst_stride*info.height;
207 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
242 info.dst_stride = ALIGN(info.width, 32);
247 info.dst_plane1_offset = info.dst_stride*info.height;
252 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
/hardware/qcom/display/msm8x26/libcopybit/
H A Dsoftware_converter.cpp130 int dst_stride; member in struct:copyInfo
156 dst += info.dst_stride;
167 dst += info.dst_stride;
197 info.dst_stride = ALIGN(info.width, 16);
202 info.dst_plane1_offset = info.dst_stride*info.height;
207 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
242 info.dst_stride = ALIGN(info.width, 32);
247 info.dst_plane1_offset = info.dst_stride*info.height;
252 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsmb_pproc.h84 unsigned int dst_stride; member in struct:msm_cpp_frame_strip_info
H A Dmsm_camera.h2129 unsigned int dst_stride; member in struct:msm_cpp_frame_strip_info
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_pproc.h74 unsigned int dst_stride; member in struct:msm_cpp_frame_strip_info
H A Dmsm_camera.h2209 unsigned int dst_stride; member in struct:msm_cpp_frame_strip_info
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp1170 int dst_stride; local
1194 &dst_stride);
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h2007 unsigned int dst_stride; member in struct:msm_cpp_frame_strip_info
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h1899 unsigned int dst_stride; member in struct:msm_cpp_frame_strip_info

Completed in 339 milliseconds