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

  /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);
  /hardware/qcom/display/msm8x26/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 1289 milliseconds