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

  /hardware/qcom/display/msm8974/liboverlay/
overlayMdssRot.cpp 279 int aHeight = ovutils::align(destWhf.h, 4);
283 int stride0_off = (aHeight/4);
284 int stride1_off = (aHeight/2);
290 "opBufSize = %d ", __FUNCTION__, aWidth, aHeight, rau_cnt, bufSize);
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp 359 inline void Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const;
386 inline void TDsa::Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const
388 iDsa.iCopyFunction(iDsa, aTarget, aSrc, aBytes, aHeight);
dsa_new.cpp 19 inline void Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const;
44 inline void TDsa::Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const
46 iDsa.iCopyFunction(iDsa, aTarget, aSrc, aBytes, aHeight);

Completed in 2003 milliseconds