Searched refs:dst_base (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dsoftware_converter.cpp138 static int copy_source_to_destination(const int src_base, const int dst_base, argument
141 if (!src_base || !dst_base) {
142 ALOGE("%s: invalid memory src_base = 0x%x dst_base=0x%x",
143 __FUNCTION__, src_base, dst_base);
150 unsigned char *dst = (unsigned char*)dst_base;
161 dst = (unsigned char*)(dst_base + info.dst_plane1_offset);
/hardware/qcom/display/msm8974/libcopybit/
H A Dsoftware_converter.cpp138 static int copy_source_to_destination(const int src_base, const int dst_base, argument
141 if (!src_base || !dst_base) {
142 ALOGE("%s: invalid memory src_base = 0x%x dst_base=0x%x",
143 __FUNCTION__, src_base, dst_base);
150 unsigned char *dst = (unsigned char*)dst_base;
161 dst = (unsigned char*)(dst_base + info.dst_plane1_offset);
/hardware/qcom/display/msm8x26/libcopybit/
H A Dsoftware_converter.cpp138 static int copy_source_to_destination(const int src_base, const int dst_base, argument
141 if (!src_base || !dst_base) {
142 ALOGE("%s: invalid memory src_base = 0x%x dst_base=0x%x",
143 __FUNCTION__, src_base, dst_base);
150 unsigned char *dst = (unsigned char*)dst_base;
161 dst = (unsigned char*)(dst_base + info.dst_plane1_offset);

Completed in 189 milliseconds