Skip to content

Commit

Permalink
hwcomposer: update to build with ArchiDroid optimizations
Browse files Browse the repository at this point in the history
Fix for the "undefined reference to" error.
  • Loading branch information
Mattia D'Alleva committed Apr 19, 2015
1 parent 594b8df commit 8d6c1a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libhwcomposer/hwc_utils.cpp
Expand Up @@ -1235,7 +1235,7 @@ void setMdpFlags(hwc_layer_1_t *layer,
}
}

inline int configRotator(Rotator *rot, Whf& whf,
int configRotator(Rotator *rot, Whf& whf,
const Whf& origWhf, const eMdpFlags& mdpFlags,
const eTransform& orient,
const int& downscale) {
Expand Down Expand Up @@ -1306,7 +1306,7 @@ ovutils::eDest getPipeForFb(hwc_context_t *ctx, int dpy) {
return ov.nextPipe(ovutils::OV_MDP_PIPE_VG, dpy);
}

inline int configMdp(Overlay *ov, const PipeArgs& parg,
int configMdp(Overlay *ov, const PipeArgs& parg,
const eTransform& orient, const hwc_rect_t& crop,
const hwc_rect_t& pos, const MetaData_t *metadata,
const eDest& dest) {
Expand All @@ -1332,7 +1332,7 @@ inline int configMdp(Overlay *ov, const PipeArgs& parg,
return 0;
}

inline void updateSource(eTransform& orient, Whf& whf,
void updateSource(eTransform& orient, Whf& whf,
hwc_rect_t& crop) {
Dim srcCrop(crop.left, crop.top,
crop.right - crop.left,
Expand Down

0 comments on commit 8d6c1a4

Please sign in to comment.