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

  /hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
PlatfBufferManager.cpp 57 crop_t& srcCrop, uint32_t async)
65 srcCrop.w, srcCrop.h, srcCrop.x,
66 srcCrop.y, 0, -1, &fenceFd)) {
PlatfBufferManager.h 37 crop_t& srcCrop, uint32_t async);
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 319 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) {
321 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
324 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
327 int tmp = srcCrop.x;
328 srcCrop.x = compute(whf.h,
329 srcCrop.y
    [all...]
overlayUtils.h 554 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.cpp 231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) {
233 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
236 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
239 int tmp = srcCrop.x;
240 srcCrop.x = compute(whf.h,
241 srcCrop.y
    [all...]
overlayUtils.h 711 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.cpp 312 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) {
314 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
317 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
320 int tmp = srcCrop.x;
321 srcCrop.x = compute(whf.h,
322 srcCrop.y
    [all...]
overlayUtils.h 551 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 308 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) {
310 srcCrop.x = compute(whf.w, srcCrop.x, srcCrop.w);
313 srcCrop.y = compute(whf.h, srcCrop.y, srcCrop.h);
316 int tmp = srcCrop.x;
317 srcCrop.x = compute(whf.h,
318 srcCrop.y
    [all...]
overlayUtils.h 709 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
PlaneCapabilities.cpp 135 hwc_frect_t& srcCrop = hwcLayer->getLayer()->sourceCropf;
136 uint32_t width = srcCrop.right - srcCrop.left;
137 uint32_t height = srcCrop.bottom - srcCrop.top;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferManager.h 63 crop_t& srcCrop, uint32_t async) = 0;
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 920 Dim srcCrop(crop.left, crop.top,
926 preRotateSource(orient, whf, srcCrop);
927 crop.left = srcCrop.x;
928 crop.top = srcCrop.y;
929 crop.right = srcCrop.x + srcCrop.w;
930 crop.bottom = srcCrop.y + srcCrop.h;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp     [all...]
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp     [all...]

Completed in 846 milliseconds