HomeSort by relevance Sort by last modified time
    Searched refs:dst_plane1_offset (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8084/libcopybit/
software_converter.cpp 133 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/
software_converter.cpp 133 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/
software_converter.cpp 133 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/msm8974/libcopybit/
software_converter.cpp 133 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);

Completed in 171 milliseconds