Searched refs:dst_plane1_offset (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8084/libcopybit/
H A Dsoftware_converter.cpp133 size_t dst_plane1_offset; member in struct:copyInfo
162 dst = (unsigned char*)(dst_base + info.dst_plane1_offset);
203 info.dst_plane1_offset = info.dst_stride*info.height;
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
248 info.dst_plane1_offset = info.dst_stride*info.height;
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
/hardware/qcom/display/msm8226/libcopybit/
H A Dsoftware_converter.cpp133 size_t dst_plane1_offset; member in struct:copyInfo
162 dst = (unsigned char*)(dst_base + info.dst_plane1_offset);
203 info.dst_plane1_offset = info.dst_stride*info.height;
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
248 info.dst_plane1_offset = info.dst_stride*info.height;
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
/hardware/qcom/display/msm8909/libcopybit/
H A Dsoftware_converter.cpp133 size_t dst_plane1_offset; member in struct:copyInfo
162 dst = (unsigned char*)(dst_base + info.dst_plane1_offset);
203 info.dst_plane1_offset = info.dst_stride*info.height;
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
248 info.dst_plane1_offset = info.dst_stride*info.height;
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
/hardware/qcom/display/msm8960/libcopybit/
H A Dsoftware_converter.cpp133 int dst_plane1_offset; member in struct:copyInfo
161 dst = (unsigned char*)(dst_base + info.dst_plane1_offset);
202 info.dst_plane1_offset = info.dst_stride*info.height;
207 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
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/msm8994/libcopybit/
H A Dsoftware_converter.cpp133 size_t dst_plane1_offset; member in struct:copyInfo
162 dst = (unsigned char*)(dst_base + info.dst_plane1_offset);
203 info.dst_plane1_offset = info.dst_stride*info.height;
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
248 info.dst_plane1_offset = info.dst_stride*info.height;
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
/hardware/qcom/display/msm8996/libcopybit/
H A Dsoftware_converter.cpp133 size_t dst_plane1_offset; member in struct:copyInfo
162 dst = (unsigned char*)(dst_base + info.dst_plane1_offset);
203 info.dst_plane1_offset = info.dst_stride*info.height;
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
248 info.dst_plane1_offset = info.dst_stride*info.height;
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);

Completed in 87 milliseconds