Home
last modified time | relevance | path

Searched defs:inSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp289 int16_t *out, const uint8_t *in, size_t inSize) { in DecodeALaw()
316 int16_t *out, const uint8_t *in, size_t inSize) { in DecodeMLaw()
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.cpp270 int16_t *out, uint8_t *in, size_t inSize) { in DecodeGSM()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java333 Point inSize = mCropView.getSourceDimensions(); in cropImageAndSetWallpaper() local