Home
last modified time | relevance | path

Searched refs:codecOptions (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/jni/
DBitmapFactory.cpp248 SkAndroidCodec::AndroidOptions codecOptions; in decodeGainmap() local
249 codecOptions.fZeroInitialized = SkCodec::kYes_ZeroInitialized; in decodeGainmap()
250 codecOptions.fSampleSize = sampleSize; in decodeGainmap()
252 decodeBitmap.rowBytes(), &codecOptions); in decodeGainmap()
513 SkAndroidCodec::AndroidOptions codecOptions; in doDecode() local
514 codecOptions.fZeroInitialized = decodeAllocator == &defaultAllocator ? in doDecode()
516 codecOptions.fSampleSize = sampleSize; in doDecode()
518 decodingBitmap.rowBytes(), &codecOptions); in doDecode()