Searched refs:aBytes (Results 1 - 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa_old.cpp841 void CDsa::Copy256(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
844 const TUint32* endt = target + aBytes;
852 void CDsa::Copy256Reversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
855 TUint32* endt = aTarget + aBytes;
863 void CDsa::Copy256Flip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
866 const TUint32* endt = target + aBytes;
876 void CDsa::Copy256FlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
879 TUint32* endt = aTarget + aBytes;
889 void CDsa::CopyMem(const CDsa& /*aDsa*/, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
891 Mem::Copy(aTarget, aSource, aBytes);
894 CopyMemFlip(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
907 CopyMemReversed(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
919 CopyMemFlipReversed(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
982 Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed) argument
1007 FlipCopy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen, TBool aReversed) argument
1053 CopySlowFlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1059 CopySlowFlip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1065 CopySlow(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1071 CopySlowReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
[all...]
H A Ddsa.cpp359 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 argument
388 iDsa.iCopyFunction(iDsa, aTarget, aSrc, aBytes, aHeight);
1206 void CDsa::Copy256(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1209 const TUint32* endt = target + aBytes;
1217 void CDsa::Copy256Reversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1220 TUint32* endt = aTarget + aBytes;
1228 void CDsa::Copy256Flip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1231 const TUint32* endt = target + aBytes;
1241 void CDsa::Copy256FlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TIn argument
1254 CopyMem(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1260 CopyMemFlip(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1273 CopyMemReversed(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1285 CopyMemFlipReversed(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1357 Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed) argument
1382 FlipCopy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen, TBool aReversed) argument
1481 CopySlowFlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1487 CopySlowFlip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1493 CopySlow(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1499 CopySlowReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
[all...]
H A Ddsa_new.cpp19 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 argument
46 iDsa.iCopyFunction(iDsa, aTarget, aSrc, aBytes, aHeight);
1144 void CDsa::Copy256(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1147 const TUint32* endt = target + aBytes;
1155 void CDsa::Copy256Reversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1158 TUint32* endt = aTarget + aBytes;
1166 void CDsa::Copy256Flip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1169 const TUint32* endt = target + aBytes;
1179 void CDsa::Copy256FlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TIn argument
1192 CopyMem(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1198 CopyMemFlip(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1211 CopyMemReversed(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1223 CopyMemFlipReversed(const CDsa& , TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1295 Copy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TBool aReversed) argument
1320 FlipCopy(TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen, TBool aReversed) argument
1419 CopySlowFlipReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1425 CopySlowFlip(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt aLineLen) argument
1431 CopySlow(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
1437 CopySlowReversed(const CDsa& aDsa, TUint32* aTarget, const TUint8* aSource, TInt aBytes, TInt) argument
[all...]
/external/chromium_org/third_party/skia/dm/
H A DDMUtil.cpp101 const uint8_t* aBytes = (const uint8_t*)a.getPixels(); local
104 max = SkTMax(max, abs_diff(aBytes[i], bBytes[i]));
/external/skia/dm/
H A DDMUtil.cpp84 const uint8_t* aBytes = (const uint8_t*)a.getPixels(); local
87 max = SkTMax(max, abs_diff(aBytes[i], bBytes[i]));
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp178 void Open(TInt iRate, TInt iChannels, TUint32 aType, TInt aBytes);
432 void CEpocAudio::Open(TInt aRate, TInt aChannels, TUint32 aType, TInt aBytes) argument
437 iBufferRate = iRate * iChannels * aBytes; //1/x
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 632 milliseconds